Skip to content

Releases: graphql-hive/graphql-yoga

v0.8.0

02 Jan 08:58
509a833
Compare
Choose a tag to compare

0.8.0 (2018-01-02)

Features

v0.7.0

30 Dec 12:12
Compare
Choose a tag to compare

0.7.0 (2017-12-30)

Features

  • Log errors when thrown in context initialization (c16f70b)

v0.6.0

29 Dec 21:38
Compare
Choose a tag to compare

0.6.0 (2017-12-29)

Features

  • Support schema importing for typeDefs file path (95e8371)

v0.5.6

29 Dec 10:41
Compare
Choose a tag to compare

0.5.6 (2017-12-29)

Bug Fixes

  • deps: update dependency graphql-yoga to v0.5.5 (311ced0)

v0.4.1

20 Dec 18:20
Compare
Choose a tag to compare

Dependency Updates:

  • apollo-server-express to ^1.3.2

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