Skip to content

Releases: overblog/GraphQLBundle

v0.9.2

28 Oct 17:06
Compare
Choose a tag to compare

v0.9.2 (2017-10-24)

  • Protect against duplicate mapping file (#218)

v0.9.1

06 Oct 09:03
Compare
Choose a tag to compare

v0.9.1 (2017-10-06)

  • Remove autowiring deprecation warning (#205)

v0.9.0

02 Oct 08:28
Compare
Choose a tag to compare

v0.9.0 (2017-10-02)

  • Optimize types config files auto discover configuration (#200)

v0.9.0-BETA4

  • Replace Symfony MapClassLoader for Composer ClassLoader on TypeGenerator (#195)
  • Supporting webonyx/graphql-php ^0.11.0 (#196)
  • Improving scrutinizer handling on travis (#197)
  • #198:
    • Allow using project composer ClassLoader
    • Fix default resolver when using php types
    • Bump assets versions (GraphiQL, ...)
    • Accept yaml extension

v0.9.0-BETA3

  • symfony/class-loader dependency is now explicit (#186)
  • Compatible with PHP 7.2+ and PHPUnit 6+ (#187)
  • Fix max nesting error with big schema (#188)
  • Optimization of travis build (#190)
  • Using current Twig namespace on configuration (#191)

v0.9.0-BETA2

  • Store totalCount in paginator (#183)
  • Use Schema TypeLoader / Lazy resolver solution loader (#185)

v0.9.0-BETA1

  • Move to php 5.5
  • Add php definition supports
  • Add some alias to expression language functions
  • Add graphiql custom http headers documentation
  • Added fieldsDefaultPublic that work like fieldsDefaultAccess
  • Add a generic and simple CORS preflight options handler
  • Add json schema dump modern relay compiler flag
  • Allow different methods of batching (Query batching in Apollo)
  • Rename graphqls into graphql
  • Add support for webonyx/graphql-php#v0.10

v0.9.0-BETA4

25 Sep 08:17
Compare
Choose a tag to compare
v0.9.0-BETA4 Pre-release
Pre-release

v0.9.0-BETA4 (2017-09-25)

  • Replace Symfony MapClassLoader for Composer ClassLoader on TypeGenerator (#195)
  • Supporting webonyx/graphql-php ^0.11.0 (#196)
  • Improving scrutinizer handling on travis (#197)
  • #198:
    • Allow using project composer ClassLoader
    • Fix default resolver when using php types
    • Bump assets versions (GraphiQL, ...)
    • Accept yaml extension

v0.9.0-BETA3

20 Sep 14:17
Compare
Choose a tag to compare
v0.9.0-BETA3 Pre-release
Pre-release

v0.9.0-BETA3 (2017-09-20)

  • symfony/class-loader dependency is now explicit (#186)
  • Compatible with PHP 7.2+ and PHPUnit 6+ (#187)
  • Fix max nesting error with big schema (#188)
  • Optimization of travis build (#190)
  • Using current Twig namespace on configuration (#191)

v0.9.0-BETA2

18 Sep 08:31
Compare
Choose a tag to compare
v0.9.0-BETA2 Pre-release
Pre-release

v0.9.0-BETA2 (2017-09-18)

  • Store totalCount in paginator (#183)
  • Use Schema TypeLoader / Lazy resolver solution loader (#185)

v0.9.0-BETA1

29 Aug 09:34
Compare
Choose a tag to compare
v0.9.0-BETA1 Pre-release
Pre-release

v0.9.0-BETA1 (2017-08-29)

  • Move to php 5.5
  • Add php definition supports
  • Add some alias to expression language functions
  • Add graphiql custom http headers documentation
  • Added fieldsDefaultPublic that work like fieldsDefaultAccess
  • Add a generic and simple CORS preflight options handler
  • Add json schema dump modern relay compiler flag
  • Allow different methods of batching (Query batching in Apollo)
  • Rename graphqls into graphql
  • Add support for webonyx/graphql-php#v0.10

v0.8.8

21 Aug 08:00
Compare
Choose a tag to compare

v0.8.8 (2017-08-21)

  • Support environment variables for max depth and query complexity (#176)

v0.8.7

16 Aug 08:23
Compare
Choose a tag to compare

v0.8.7 (2017-08-16)

  • Allows env vars for security query sections (#173)

v0.8.6

01 Aug 08:18
Compare
Choose a tag to compare

v0.8.6 (2017-08-01)

  • Replaced hard-coding absolute path by __DIR__ (#168)
  • Fix hhvm travis build (#162)