Skip to content

v0.3.0

Compare
Choose a tag to compare
@DevanB DevanB released this 14 Dec 20:13
· 2690 commits to main since this release

🚨 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 🎉