This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Releases: ynloultratech/graphql-bundle
Releases · ynloultratech/graphql-bundle
v1.5.0
- Support enum comparison in custom filters
- Support for advanced
orderByin lists using custom resolver - Support to filter strings using multiple values, added
valuesinStringComparisonExpression - Support to use custom
Appnamespace for Symfony ^4 applications - Support to resolve list filters from services using class name as service ID
- Upgrade subscriptions to use mercure-bundle ^0.2
- Allow disable subscriptions using configuration
- Some minors bugs fixed
v1.4.1
v1.4.0
- Fix type verification in resolver arguments, GraphQL Schema must do this
- Fix bug with redis pub/sub handler and socket timeouts
- Fix bug when use search in node pagination with chars like
'%_ - Add support to use native javascript date objects as input for dates
- Fix bug with list filters for interface fields
- Fix bug with validation of collection fields
- Refactoring filters for easy extends & overwrite
- Improve performance during development (removed live schema refresh).
Now the schema should be refreshed manually using acache:clearorcache:warmup
v1.3.4
- Fix bugs with symfony dependencies >= 4.2
- Add behat step to populate a repository during tests
- Add behat step to verify if multiple records exists at once
- Fix bug with fixtures names containing special chars like
/\-_ - Add form type
NodeCollectionTypeto allow update collections in a single request - Throw BadRequest exception when invalid argument type is given to a resolver
- Throw NotFound exception when invalid node ID is given