Releases: overblog/GraphQLBundle
Releases · overblog/GraphQLBundle
v1.6.0
v1.5.0
v1.4.0
What's Changed
- Allow for linked validations to be named differently to property by @joesaunderson in #1181
- Update DocBlockTypeGuesser.php - cs fix by @Vincz in #1183
- Don't validate fields that were not passed by @joesaunderson in #1184
New Contributors
- @joesaunderson made their first contribution in #1181
Full Changelog: v1.3.2...v1.4.0
Arguments order doesn't matter
What's Changed
Full Changelog: v1.3.1...v1.3.2
v1.3.1 - Arg Attribute errors detection
- Detect when a
#[GQL\Arg]
is used on a method with a name that doesn't match any parameter name of the method.
What's Changed
Full Changelog: v1.3.0...v1.3.1
v1.3.0 - Fixes & attributes improvements
- This release introduce a new
#[GQL\InputField]
attribute to manage fields on input object with default value. - A new
InterfaceTypeResolver
has been implemented to resolve automatically interface types when using attributes/annotations - The documentation regarding annotations/attributes has been cleaned up.
- A bunch of fixes
What's Changed
- Cleanup Input default value and Fix #1171 by @Vincz in #1172
- Update index.md by @newtoframework in #1158
- Update index.md by @newtoframework in #1159
- Fix mutation.md example by @samgranger in #1130
- Update documentation in favor of attributes by @Vincz in #1174
- Validate only InputObject types fix #1170 by @Vincz in #1175
New Contributors
- @newtoframework made their first contribution in #1158
- @samgranger made their first contribution in #1130
Full Changelog: v1.2.0...v1.3.0
v1.2.0 - Fixes profiler & Optimization
What's Changed
- Fix profiler & update phpcs by @Vincz in #1155
- Merge guessed argument properties and args described with GQL\Arg by @mathroc in #1151
- Do not inject the authorization checker service in GraphQL types by @hunhejj in #1156
- Only look at attributes implementing Annotation by @mathroc in #1150
- Added support of Subscription in MetadataParser by @marcinjagielnicki in #1141
New Contributors
- @hunhejj made their first contribution in #1156
- @marcinjagielnicki made their first contribution in #1141
Full Changelog: v1.1.0...v1.2.0
v1.1.0 - Symfony 7 / PHP 8.3 Compatibility
This new release add Symfony 7 and PHP 8.3 support.
What's Changed
- Fix typos by @szepeviktor in #1136
- Upgrade CI workflow by @szepeviktor in #1138
- Remove redundant caching from CI by @szepeviktor in #1137
- Fix argument transformer for typed properties without default value by @deeky666 in #1143
- Symfony 7 / PHP 8.3 compatibility by @Vincz in #1144
New Contributors
- @szepeviktor made their first contribution in #1136
- @deeky666 made their first contribution in #1143
Full Changelog: v1.0.0...v1.1.0
v0.15.3
What's Changed
- Fix Deprecation warning for PHP 8.2 by @aviator-ua in #1126
New Contributors
- @aviator-ua made their first contribution in #1126
Full Changelog: v0.15.2...v0.15.3
v1.0.0
#V1.0.0
What's Changed
- Fix typo by @BenMorel in #860
- Typo fix by @BenMorel in #862
- Fix error handler configuration example by @olsavmic in #870
- Fix "could not found" => "could not find" by @BenMorel in #869
- Remove deprecated code by @ruudk in #893
- Run PHPStan on 7.4 and 8.0 by @ruudk in #912
- Debug command depends on interface rather on implementations by @piotrkreft in #902
- Enable validator in tests by @ruudk in #909
- #896: Removed deprecated compiler pass. by @benelori in #897
- Fix some PHPStan errors by @ruudk in #916
- Make
master
CI green again by @ruudk in #922 - Test on PHP 8.1 by @ruudk in #924
- Upgrade PHPStan to v1.0 by @ruudk in #926
- Remove more deprecations by @ruudk in #894
- Run tests with webonyx master on our master branch by @ruudk in #925
- GraphQL server specification was migrated on Relay website by @stepananchugov in #929
- Pin
webonyx/graphql-php
to a commit hash by @ruudk in #945 - Run Dependabot daily by @ruudk in #946
- Tweak TypeInterface by @ruudk in #944
- Drop PHP 7.4 support by @ruudk in #948
- Sync with upstream
webonyx/graphql-php
changes by @ruudk in #947 - Drop symfony 4.4, Twig v2 and require Symfony 5.3 minimum by @ruudk in #949
- Fix all deprecations by @ruudk in #950
- Symfony 6 by @ruudk in #951
- Remove
request_files
from context by @ruudk in #955 - Do not use container in compiler passes by @ruudk in #958
- Add
allow-plugins
to composer schema by @ruudk in #956 - Make TypeGenerator final by @ruudk in #957
- Make everything final by @ruudk in #959
- Upgrade php cs fixer by @mcg-web in #960
- Make PHPStan stable again by @ruudk in #962
- Add PHPStan configuration for
ConfigProcessor::process
by @ruudk in #963 - CustomScalarType > Make
scalarType
optional again by @ruudk in #964 - Update psr/log. by @benelori in #966
- Remove
addDefaultFallBackToTypeLoader
by @ruudk in #888 - Support defining enum values by callable and/or generator by @ruudk in #971
- Use ramsey/composer-install v2 by @ruudk in #972
- Fix CI by @mcg-web in #974
- Cron CI execution by @mcg-web in #975
- Define default value for
$processors
by @ruudk in #983 - Update CustomScalarType.php by @Vincz in #994
- Remove 1.0 obsolete features by @mcg-web in #995
- Exclude docs and technical files from artifact by @GromNaN in #1001
- Fix tests & update php-documentor to ^1.6.1 by @Vincz in #1041
- Update phpstan by @Vincz in #1050
- Update PHPCs to latest version & fix files by @Vincz in #1051
- Correct broken link in README.md by @ozanakman in #1039
- PHP 8.1 Enum support by @Vincz in #1048
- Fix enum arguments transformer & tests by @Vincz in #1052
- Make the
ConnectionBuilder
class a generic type by @ste93cry in #1042 - Update monolog/monolog requirement from ^1.26.1 to ^2.8.0 by @dependabot in #1037
- Fixed not providing file permissions while saving files. by @zgperak in #1061
- changed tests to expected behavior of object pageInfo.has*Page by @s3tezsky in #824
- Fix tests & arguments transformer when data is not set by @Vincz in #1073
- Ensure registerLoader method exists on AnnotationReader by @Vincz in #1113
- Fix profiler & doc block type guesser by @Vincz in #1117
- Update / Cleanup by @Vincz in #1122
- Allow deprecating input fields and arguments (InputObjectType) by @TaProhm in #1071
New Contributors
- @piotrkreft made their first contribution in #902
- @benelori made their first contribution in #897
- @stepananchugov made their first contribution in #929
- @ozanakman made their first contribution in #1039
- @dependabot made their first contribution in #1037
- @zgperak made their first contribution in #1061
- @s3tezsky made their first contribution in #824
- @TaProhm made their first contribution in #1071
Full Changelog: v0.15.1...v1.0.0