Skip to content

Releases: ynloultratech/graphql-bundle

v1.5.0

19 Feb 15:54
Compare
Choose a tag to compare
  • Support enum comparison in custom filters
  • Support for advanced orderBy in lists using custom resolver
  • Support to filter strings using multiple values, added values in StringComparisonExpression
  • Support to use custom App namespace 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

04 Jun 17:55
Compare
Choose a tag to compare
  • Fix bug with validation and property names

v1.4.0

30 May 14:17
Compare
Choose a tag to compare
  • 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 a cache:clear or cache:warmup

v1.3.4

03 May 14:02
Compare
Choose a tag to compare
  • 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 NodeCollectionType to 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

v1.3.3

24 Apr 15:37
Compare
Choose a tag to compare
  • Fix bug with subscription prefix
  • Fix bug with subscription redis pub/sub handler
  • Fix bug with subscription & secure(https) api endpoint
  • Update "webonyx/graphql-php" dependency to ^v0.13

v1.3.2

15 Apr 22:03
Compare
Choose a tag to compare
  • Fix bug with subscription and undefined event type

v1.3.1

05 Apr 16:06
Compare
Choose a tag to compare
  • Fixed #14 Can't load custom services in the bundle configuration

v1.3.0

01 Apr 13:21
Compare
Choose a tag to compare
  • Added support for GraphQL Subscriptions (experimental) using mercure & redis
  • Added support to use endpoints with forms
  • LexikJWTGraphiQLAuthenticator now trigger a event lexik_jwt_authentication.on_authentication_success
  • Fix bug with endpoints and inherited fields from interfaces

v1.2.7

31 Jan 15:35
Compare
Choose a tag to compare
  • Fix bug with LexikJWTGraphiQLAuthenticator when username does not exist
  • Update LexikJWTGraphiQLAuthenticator constructor to support auto wiring
  • Fix a bug when try to guess a form type for types with modifiers

v1.2.6

18 Jan 16:28
Compare
Choose a tag to compare
  • Now invalid types or malformed graphql requests are displayed as client errors (400 Bad Request)
  • Fix documentation for NodeComparisonExpression
  • Fix issue with validation and "children" in property path in symfony form ^4.1