Releases: overblog/GraphQLBundle
Releases · overblog/GraphQLBundle
v0.11.12
v0.11.12 (2019-03-15)
- [DOC] Fix map php doc return type (#452)
- [ENHANCEMENT] Merge
overblog/graphql-php-generaror
in bundle (#455)
- [ENHANCEMENT] Support
webonyx/graphql-php
0.13 (#460)
v0.11.11
v0.11.11 (2019-01-16)
- [BUG] Allow promise for AccessResolver::checkAccessForStrictMode (#429)
- [BUG] Fixed global variables in access (#432)
- [BUG] Fixed type cache dir permission with symfony default cache dir (#421, #441) [Thanks to @Vincz :)]
- [ENHANCEMENT] Made routes prefixes configurable (#436)
- [CODE QUALITY] Added travis php 7.3 build (#428)
- [CODE QUALITY] Used Scrutinizer new php analysis (#435)
v0.11.9
v0.11.9 (2018-10-19)
- [BUG]Fix using a custom name on a relay-connection (#401)
- [BUG]Fix infinity loop when resolving unknown type (#402)
- [PERF]Execute resolverCallback for access only if needed (#403)
v0.11.8
v0.11.8 (2018-10-10)
- [gql] Support deprecation directive (#375)
- Fix multiple schema with same duplicated type names (#395 , #398)
- [gql] Fix parsing of default value (#399, #400)
v0.11.7
v0.11.7 (2018-09-21)
- [Security]Fix field access seemingly random behavior, data leaked to unauthorized users (#387, #389)
v0.10.6
v0.10.6 (2018-09-21)
- [Security]Fix field access seemingly random behavior, data leaked to unauthorized users (#387, #389)
v0.9.6
v0.9.6 (2018-09-21)
- [Security]Fix field access seemingly random behavior, data leaked to unauthorized users (#387, #389)
v0.11.6
v0.11.6 (2018-09-20)
- Fix (#385) generated type class loader
v0.11.5
v0.11.5 (2018-09-03)
- Add config option to disable introspection query (#361)
- Many improvements of code quality