Skip to content

Releases: dotansimha/graphql-yoga

v0.4.0

20 Dec 18:19
Compare
Choose a tag to compare

Fixes:

  • Made the call to get schema on server startup async - ad93ac4
  • Made server options and executableSchema public - b16d1ea

Documentation Updates:

  • Added middleware usage documentation to README - a1b6aa1

Dependency Updates:

  • graphql to ^0.12.0
  • apollo-link to ^1.0.7
  • apollo-server-express to ^1.3.1
  • graphql-subscriptions to ^0.5.6
  • graphql-tools to ^2.14.0

Special thanks to @playerx and @kbrandwijk for contributing to this release 🎉

v0.3.0

14 Dec 20:13
Compare
Choose a tag to compare

🚨 This update includes an important fix! 🚨

Previously environment variables were exposed in the GraphQL Playground. While good for local development, this isn't ideal for production deployments. This update now recognizes the NODE_ENV and correctly exposes them based on environment.

Fixes:

  • Fixes issue where environment variables were exposed in the deployed playground - 5531d18

Documentation Updates:

  • Add instructions for Heroku deployments - bab95fb
  • Updates endointendpoint - 6d745bc

Dependency Updates:

  • apollo-link to ^1.2.0
  • apollo-server-express to ^1.3.0
  • graphql-playground-middleware-express to ^1.3.8
  • graphql-subscriptions to ^0.5.5
  • graphql-tools to ^2.13.0
  • subscriptions-transport-ws to ^0.9.4

Special thanks to @Biromain for contributing to this release 🎉

v0.2.3

14 Dec 20:00
Compare
Choose a tag to compare

Fixes:

  • Made tracing option optional - 0cbc3a0

v0.2.2

06 Dec 01:07
Compare
Choose a tag to compare

Fixes:

  • Updates subscriptions example README.md to reflect new server instantiation - aa6f290
  • Updates hello-world example README.md to reflect new server instantiation - ba2b958
  • Updates README.md to correctly reflect default port number - 943780d

Dependency Updates:

  • graphql-playground-middleware-express to ^1.3.6

Special thanks to @motss for contributing to this release 🎉

v0.2.1

01 Dec 17:13
Compare
Choose a tag to compare

Dependency Updates:

  • graphql-playground-middleware-express to ^1.3.1

v0.2.0

01 Dec 17:10
Compare
Choose a tag to compare

Fixes:

Dependency Updates:

  • @types/graphql to ^0.11.7
  • graphql-playground-middleware-express to ^1.3.0
  • typescript to ^2.6.2

Special thanks to @giautm and @AlaDouagi for contributing to this release 🎉

v0.1.8

25 Nov 21:45
Compare
Choose a tag to compare

This release includes:

  • Updates to documentation pertaining to Apollo Tracing support.
  • Updates graphql-playground-middleware-express to ^1.2.0.

Thanks to @giautm for contributing to this release 🎉

v0.1.8

01 Dec 17:13
Compare
Choose a tag to compare

This release includes:

  • Updates to documentation pertaining to Apollo Tracing support.
  • Updates graphql-playground-middleware-express to ^1.2.0.

Thanks to @giautm for contributing to this release 🎉