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.
- Renamed Permanent Authentication Tokens (PATs) to Root Tokens.
- Schema Extensions are renamed to (Custom) Resolvers.
- Renaming relations requires usage of @rename directive with oldName parameter.
- Fixed a bug that affected subscription queries using variables of type ID.
- Fixed a bug where using an invalid type in a resolver schema resulted in an internal server error.
- Fixed a bug when returning null for a string in a resolver.
Note: The CLI version 1.4 will be released at a later stage.
- Wildcard permissions have been introduced that can be used to match all operations. The project configuration of a new project created with the CLI includes the wildcard permission by default.
- Added support for Modules in the project configuration.
- Environment variables can now be used for Graphcool Functions using the CLI.
- Added Root Token support in project configuration.