Download the latest CLI version with npm install -g graphcool
.
Server
-
Fixed a bug when removing a field that was referenced by a permission https://github.com/graphcool/framework/issues/993
-
Improved logging for local and shared cluster
-
General wording improvements, and better error messages
- https://github.com/graphcool/framework/issues/952 https://github.com/graphcool/framework/issues/846 https://github.com/graphcool/framework/issues/922 https://github.com/graphcool/framework/issues/926 https://github.com/graphcool/framework/issues/929 https://github.com/graphcool/framework/issues/778 https://github.com/graphcool/framework/issues/951
-
Implemented Webhook shorthand notation https://github.com/graphcool/framework/issues/978
-
Changing a service alias now invalidates the old one https://github.com/graphcool/framework/issues/741
-
Local docker and dependency injection binding clean up
- https://github.com/graphcool/framework/pull/1098
- Removed RabbitMQ dependency for local clusters
-
Experimental support for Docker Toolbox
- https://github.com/graphcool/framework/issues/1074 https://github.com/graphcool/framework/issues/864
- Please let us know in the Forum if you still experience any issues with Docker Toolbox, so we can fully support it in a coming release.
CLI
-
General wording improvements
-
Unified usage when adding templates https://github.com/graphcool/framework/issues/754
- Individual templates will receive better explanations shortly.
-
Fixed endless deploy loop when environment variables are missing https://github.com/graphcool/framework/issues/966
Playground
Version 1.1.1
has been released
- Added middleware support
- Expose component for React 16
- Added serverless handler