Skip to content

v0.14.0

Pre-release
Pre-release

Choose a tag to compare

@Akryum Akryum released this 29 Jun 01:32

Breaking Changes

  • Plugin configuration changed: docs
  • The following env vars have been removed: VUE_APP_GRAPHQL_PLAYGROUND_PATH, VUE_APP_GRAPHQL_CORS and VUE_APP_GRAPHQL_API_SRC
  • The default server folder is now ./apollo-server instead of ./src/graphql-api
  • The cli-service commands have changed: graphql-api to apollo:watch and run-graphql-api to apollo:run
  • Apollo Server updated to 2.0 RC

New

  • Automatic persisted queries are now supported even if Engine is disabled
  • Configuration screen in the CLI UI

Improved