Skip to content

Releases: thecodingmachine/graphqlite-bundle

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

v4.1.4

22 Jun 08:30
3afc2ee
Compare
Choose a tag to compare

New feature:

Improvements

v4.1.3

31 May 07:05
18e26ff
Compare
Choose a tag to compare

Bugfix release:

v4.1.2

08 Dec 11:19
a14b9a0
Compare
Choose a tag to compare

Bugfix release

  • #82 Fixing detection of PHP 8 attributes in compiler pass