Skip to content

Releases: overblog/GraphQLBundle

v0.12.0-BETA1

14 Jun 13:23
bb0ab97

Choose a tag to compare

v0.12.0-BETA1 Pre-release
Pre-release

v0.12.0-BETA1 (2019-06-14)

[FEATURE]

[ENHANCEMENT]

  • Move to php 7.1 (#372) [@mcg-web]
  • Remove auto mapping configuration (#333) [@mcg-web]
  • Add a dockerfile to run tests (#477) [@akomm]
  • User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1 (#325) [@xkobal]
  • Add a NAME constant in generated type classes (#302) [@arnaud-lb]

[DOCUMENTATION]

  • Improve documentation for resolveField option (#376) [@sylfabre]
  • GSL: rewrite and add section for mutations (#340) [@Kocal]

v0.11.13

01 Jun 08:26
32f994c

Choose a tag to compare

v0.11.13 (2019-06-01)

  • Remove Symfony 4.3 deprecation's messages (#493, #495)

v0.11.12

15 Mar 10:54
bbd2b7e

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

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

Choose a tag to compare

v0.11.10 (2018-12-05)

v0.11.9

19 Oct 09:25
7d2e449

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

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

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

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

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)