Skip to content

Latest commit

 

History

History
291 lines (200 loc) · 18 KB

CHANGELOG.md

File metadata and controls

291 lines (200 loc) · 18 KB

Download the latest CLI version with npm install -g graphcool.

0.11.4 (2017-12-22)

CLI

Download the latest Framework CLI version with npm install -g graphcool-framework.

Features

Binary Changes and the Graphcool 1.0 developer preview

The binary for the Graphcool Framework CLI is now called graphcool-framework, or gcf in short. Here's an overview how different versions can be installed as of now, and going forward:

Currently, npm i -g graphcool installs the latest Framework CLI as well. However, this will be switched to install Graphcool 1.0 once it is officially released at a later stage.

0.10.1 (2017-12-01)

CLI

Features

  • 8faf9a298b062df48f2ccbedda4347c9eb0905d2 support multiple types.graphql files

Fixes

  • 14d5b2578238e2c52f04a815e6b0ac9ab88c7e2e Fix Windows deployment paths. Thanks @kbrandwijk
  • f79ad6b02af39409ca9ca347f0a3d6729fd1c537 Fix #1220. Thanks @AlexanderChen1989
  • ad619460bced486e118e353ea2e57404959b0c1c Upgrade json-schema. Thanks @kbrandwijk
  • 3ac4e966e368514f9e2aacd88d81815a7301e563 Remove temp folder after add-template. Thanks @kbrandwijk
  • 67729fb8c357b8a96d3901740e4e7bb09037feeb No auth required for local cluster commands. Thanks @kbrandwijk
  • 53ff291236c072ba95384f354d2c2a20448cbea2 Fixed outdated docs links. Thanks @kbrandwijk

Playground 1.3.0

New Playground release with awesome features like support for Apollo Tracing and multiple Endpoints!

Breaking Change

The new playground doesn't include the permission tab anymore. Your permissions endpoint is available under https://api.graph.cool/simple/v1/SERVICE_ID/permissions. To access it, please use your platformToken or a rootToken.

You can learn more about permission tabs here.

https://github.com/graphcool/graphql-playground/releases/tag/v1.3.0

0.9.2 (2017-11-10)

CLI

The CLI now works with Windows.

0.9 (2017-11-08)

Server

CLI

Playground

Version 1.1.1 has been released

  • Added middleware support
  • Expose component for React 16
  • Added serverless handler

0.8.1 (2017-10-22)

CLI

Lib

  • Version 0.1.4 of graphcool-lib has been released. Read the release notes here.

0.8 (2017-10-20)

Core

CLI

Lib

  • Version 0.1.3 of graphcool-lib has been released. Read the release notes here.

0.7 (2017-10-13)

Features 🎉

Changes 💡

Bug Fixes 🐛

0.6 (2017-10-06)

Features

Bug Fixes

Framework Preview

Currently, permission queries can't contain a header section, which will be changed soon. More information here.

0.4 (2017-09-29)

Changes

Valid function names only use up to 64 alphanumeric letters, dashes and underscores. This is only checked when creating a new or updating an existing function and does not affect existing functions before updating them.

Features

Bug Fixes

Framework Preview

See the Forum for more information on the Framework Preview.

Note: The latest CLI version of the Framework Preview is currently available in version 1.4. This will soon be corrected to version 0.4 instead.