Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@jamshally jamshally released this 22 Jan 13:51
· 200 commits to master since this release

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