Skip to content

Releases: thecodingmachine/graphqlite-bundle

v6.1.0

Choose a tag to compare

@andrew-demb andrew-demb released this 31 Dec 15:32
f5c3805

What's Changed

New Contributors

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

v6.0.3

Choose a tag to compare

@homersimpsons homersimpsons released this 08 Sep 14:36

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

Choose a tag to compare

@nguyenk nguyenk released this 29 Aug 18:36
54959bd
- fixes bug in CompilerPass (#182)

- fixes tests

---------

Co-authored-by: asrar <aszenz@gmail.com> and  @faizanakram99

Bump to Doctrine Annotations 2

Choose a tag to compare

@nguyenk nguyenk released this 29 Aug 08:20
52582f4
v6.0.1

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

SF Support

Choose a tag to compare

@nguyenk nguyenk released this 04 Aug 09:40
v6.0.0

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

Symfony 6 RC

Symfony 6 RC Pre-release
Pre-release

Choose a tag to compare

@nguyenk nguyenk released this 20 Mar 12:52

Switch to SF6

v5.4.0

Choose a tag to compare

@mistraloz mistraloz released this 02 Jun 16:09
3ae908c

What's new:

  • Compatibility with symfony 6

Important breaking change:

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

v5.0.0

Choose a tag to compare

@devmaslov devmaslov released this 09 Nov 14:50
b7682aa

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

Choose a tag to compare

@moufmouf moufmouf released this 22 Jun 08:30
3afc2ee

New feature:

Improvements

v4.1.3

Choose a tag to compare

@moufmouf moufmouf released this 31 May 07:05
18e26ff

Bugfix release: