Skip to content

Releases: thecodingmachine/graphqlite-bundle

v7.1.0

06 Jan 19:18
58cc91a
Compare
Choose a tag to compare

What's Changed

  • Return GraphQL JSON response in case of JSON Input error instead of Internal Server Error by @cvergne in #208

Full Changelog: v7.0.0...v7.1.0

v7.0.0

03 Jan 19:51
c8626cf
Compare
Choose a tag to compare

What's Changed

  • [Major release] Symfony 7. GraphQLite 8 by @andrew-demb in #229
  • 📦 Migrate to phpstan v2 (max level), fix SA issues, PHP 8.4 deprecations by @andrew-demb in #237

Full Changelog: v6.1.0...v7.0.0

v6.1.0

31 Dec 15:32
f5c3805
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.3...v6.1.0

v6.0.3

08 Sep 14:36
Compare
Choose a tag to compare

What's Changed

  • Add symfony cache dir to graphqlite file adapter service by @cvergne in #183

New Contributors

Full Changelog: v6.0.2...v6.0.3

Fix tests

29 Aug 18:36
54959bd
Compare
Choose a tag to compare
- fixes bug in CompilerPass (#182)

- fixes tests

---------

Co-authored-by: asrar <[email protected]> and  @faizanakram99

Bump to Doctrine Annotations 2

29 Aug 08:20
52582f4
Compare
Choose a tag to compare
v6.0.1

Merge pull request #180 from thecodingmachine/bump-to-doctrine-annota…

SF Support

04 Aug 09:40
Compare
Choose a tag to compare
v6.0.0

Merge branch '6.0' of github.com:thecodingmachine/graphqlite-bundle i…

Symfony 6 RC

20 Mar 12:52
Compare
Choose a tag to compare
Symfony 6 RC Pre-release
Pre-release

Switch to SF6

v5.4.0

02 Jun 16:09
3ae908c
Compare
Choose a tag to compare

What's new:

  • Compatibility with symfony 6

Important breaking change:

  • Require symfony ^5.4 || ^6
  • Require php >=7.4

v5.0.0

09 Nov 14:50
b7682aa
Compare
Choose a tag to compare

What's new:

Important breaking change:

Until now GraphQLite Bundle did not follow the general naming convention set by the main library. Thus following by GraphQLite Symfony Validator Bridge the root namespace has been changed from TheCodingMachine\Graphqlite\Bundle to TheCodingMachine\GraphQLite\Bundle and all occurrences of Graphqlite in the code and file names have been changed to GraphQLite.

If you're updating GraphQLite Bundle in existing project, make sure to replace Graphqlite occurrences with GraphQLite. That includes at least the following files:

  • config/bundles.php
  • config/packages/graphqlite.yaml