Skip to content

Releases: osstotalsoft/generator-graphql-rocket

v1.1.32

23 Nov 10:20
adf591e
Compare
Choose a tag to compare

Important upgrade!

We upgrade to Apollo Server 3. In order to switch to the new version, the following changes were necessary:

  1. Different instances for ApolloServer and SubscriptionServer
  2. Graphql Playground IDE have been removed in favor of a landing page that links to Apollo Sandbox in non-production environments. In production, it serves a simplified landing page instead. You can continue to use GraphQL Playground by installing its associated plugin (https://www.apollographql.com/docs/apollo-server/migration/#reenabling-graphql-playground), but we strongly recommend to use the new landing page because Graphql Playground IDE isn't maintain anymore.
  3. Apollo Server 2 exports every symbol exported from graphql-tools, graphql-subscriptions and graphql-upload. In the new version, these symbols aren't exported by apollo server (eg: const { PubSub } = require('apollo-server') -> const { PubSub } = require('graphql-subscriptions')). To see the full list of symbols which are now exported from graphql-tools, graphql-subscriptions and graphql-upload, access this link https://www.apollographql.com/docs/apollo-server/migration/#removed-exports
    To see all the changes in the new version, check this link: https://www.apollographql.com/docs/apollo-server/migration/

Changes

v1.1.31

10 Nov 14:16
9f049fc
Compare
Choose a tag to compare

Major fix!

As stated in Apollo Server documentation, the dataSources function, passed to ApolloServer instance, should create a new instance of each data source on every request
See fix bellow.

Changes

v1.1.30

27 Oct 13:43
6163604
Compare
Choose a tag to compare

Major fix!

As stated in Apollo Server documentation, the dataSources function, passed to ApolloServer instance, should create a new instance of each data source on every request
See fix bellow.

Changes

v1.1.29

20 Oct 12:13
45e7cae
Compare
Choose a tag to compare

Changes

v1.1.28

02 Sep 10:08
b019f15
Compare
Choose a tag to compare

Changes

v1.1.27

22 Jul 15:16
d9d875a
Compare
Choose a tag to compare

Changes

v1.1.26

09 Jul 09:22
c1f22a3
Compare
Choose a tag to compare

Changes

⚠ IMPORTANT! ⚠
This update requires the latest version of Yeoman installed globally.
❗ Please run: npm install -g yo

v1.1.25

18 Jun 15:39
f3b5e82
Compare
Choose a tag to compare

Changes

v1.1.24

18 Jun 14:26
974daad
Compare
Choose a tag to compare

Changes

v1.1.23

02 Jun 12:50
1677c48
Compare
Choose a tag to compare

Changes