Released as a new major version due to non-trivial breaking changes. However, this is mostly around method naming, so upgrading should be relativley straight forward
- The primary new feature included in this release is support for strongly typed Subscriptions (and the associated Query.SubscribeTo methods). See Apollo documentation and Hasura Documentation for specifics on Subscriptions
- Subscription methods have been added with the "Subscribe*" naming
- The previous "Fetch*" methods have been renamed to "Query*" naming to conform to this evolution of the naming