Releases: thecodingmachine/graphqlite-bundle
Releases · thecodingmachine/graphqlite-bundle
v5.0.0
What's new:
- #111 GraphQLite and GraphQLite Symfony Validator Bridge have been updated to the 5th version.
- #110
doctrine/cache
dependency has been replaced with PSR cache (@TamasSzigeti) - #98 PSR4 auto-loading issues has been fixed (@junaidbinfarooq). @TamasSzigeti thanks for thorough code review!
- Other minor dependency updates.
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
New feature:
- #93 Command to dump schema (@TamasSzigeti)
Improvements
- #94 #96 Migrated from Travis to Github Actions (@TamasSzigeti)
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.8
New feature
- #66 Add new configuration properties : introspection, maximum_query_complexity and maximum_query_depth (@ThibBal)
Note: I'm adding this new feature to a bugfix release to keep version number in sync with the main graphqlite version number.
Bugfixes
- #67 Fixed apc.enable_cli detection (@ivoba)
- #73 Removing hidden dependency on the security-bundle (@moufmouf @jpedroh)
Improvements
Big thanks to everyone who contributed!