v3.0.0
This is a major version with breaking changes. If have you have your app with the latest v2.x without any deprecations, this upgrade will be straightforward.
This version upgrades to Apollo Client V3. There are several changes there, please refer to their migration guide. The most impacting change for Ember Apollo Client is the changes in imports.
💥 Breaking Change
- Upgrade to Apollo Client v3 (#355) @dbbk
- Remove deprecated mixins (#361) @josemarluedke
- Remove deprecated overwriting of options using computed properties (#362) @josemarluedke
- Change default value of keepGraphqlFileExtension and remove deprecation (#363) @josemarluedke
🐛 Bug Fix
- Allow graphql v15 and tell webpack about react (#365) @josemarluedke
🏠 Internal
- Fix tests on apollo client v3 (#360) @josemarluedke
📦 Dependencies
- Upgrade project dependencies (#364) @josemarluedke
- Bump node-fetch from 2.6.0 to 2.6.1 (#369) @dependabot
- Upgrade Ember to v3.21 & @apollo/client to v3.2.x (#371) @josemarluedke
Contributors
@dbbk, and @josemarluedke
For full changes, see the comparison between v2.2.1 and v3.0.0