Releases: thecodingmachine/graphqlite-bundle
Releases · thecodingmachine/graphqlite-bundle
v7.1.0
v7.0.0
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
What's Changed
- Orders type fields in the dump schema command using the sortFields flag. by @andrea-sal in #225
- Support Symfony 7 by @andrew-demb in #227
- Housekeeping - drop Travis, drop coveralls, add support for laminas-diactoros v3 by @andrew-demb in #236
- Bump actions/checkout from 3 to 4 by @dependabot in #184
- Bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #185
- Bump shivammathur/setup-php from 2.25.4 to 2.26.0 by @dependabot in #186
- Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 by @dependabot in #187
- Bump shivammathur/setup-php from 2.26.0 to 2.27.0 by @dependabot in #188
- Bump shivammathur/setup-php from 2.27.0 to 2.27.1 by @dependabot in #189
- Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 by @dependabot in #198
- Bump actions/cache from 3.3.2 to 4.0.0 by @dependabot in #197
- Bump shivammathur/setup-php from 2.27.1 to 2.29.0 by @dependabot in #196
- Bump actions/stale from 8 to 9 by @dependabot in #194
- Update symfony/phpunit-bridge requirement from ^6 to ^6 || ^7 by @dependabot in #192
- Bump actions/cache from 4.0.0 to 4.0.1 by @dependabot in #199
- Bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in #201
- Bump shivammathur/setup-php from 2.29.0 to 2.30.2 by @dependabot in #205
- Bump shivammathur/setup-php from 2.30.2 to 2.30.3 by @dependabot in #209
- Bump shivammathur/setup-php from 2.30.3 to 2.30.4 by @dependabot in #210
New Contributors
- @andrea-sal made their first contribution in #225
Full Changelog: v6.0.3...v6.1.0
v6.0.3
Fix tests
- fixes bug in CompilerPass (#182) - fixes tests --------- Co-authored-by: asrar <[email protected]> and @faizanakram99
Bump to Doctrine Annotations 2
v6.0.1 Merge pull request #180 from thecodingmachine/bump-to-doctrine-annota…
SF Support
v6.0.0 Merge branch '6.0' of github.com:thecodingmachine/graphqlite-bundle i…
Symfony 6 RC
Switch to SF6
v5.4.0
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