Skip to content

Releases: overblog/GraphQLBundle

v0.11.12

15 Mar 10:54
bbd2b7e
Compare
Choose a tag to compare

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

16 Jan 06:07
5b8c3bf
Compare
Choose a tag to compare

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.10

05 Dec 08:25
93b4abf
Compare
Choose a tag to compare

v0.11.10 (2018-12-05)

v0.11.9

19 Oct 09:25
7d2e449
Compare
Choose a tag to compare

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

10 Oct 12:13
365f7e1
Compare
Choose a tag to compare

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

21 Sep 09:40
393b720
Compare
Choose a tag to compare

v0.11.7 (2018-09-21)

  • [Security]Fix field access seemingly random behavior, data leaked to unauthorized users (#387, #389)

v0.10.6

21 Sep 09:37
6d0e7e7
Compare
Choose a tag to compare

v0.10.6 (2018-09-21)

  • [Security]Fix field access seemingly random behavior, data leaked to unauthorized users (#387, #389)

v0.9.6

21 Sep 09:35
dfae362
Compare
Choose a tag to compare

v0.9.6 (2018-09-21)

  • [Security]Fix field access seemingly random behavior, data leaked to unauthorized users (#387, #389)

v0.11.6

20 Sep 13:55
38715fc
Compare
Choose a tag to compare

v0.11.6 (2018-09-20)

  • Fix (#385) generated type class loader

v0.11.5

03 Sep 08:16
2fedef6
Compare
Choose a tag to compare

v0.11.5 (2018-09-03)

  • Add config option to disable introspection query (#361)
  • Many improvements of code quality