Releases: t3n/graphql
Releases · t3n/graphql
1.2.0
Implement changes from #30 to fix issue in earlier package versions
Support Flow 8.x
Merge pull request #40 from Sebobo/patch-1 TASK: Define Flow 8 compatibility
3.0.2
TASK: only support Closures for callbacks in DefaultFieldResolver
Bugfix-Release
Add Flow 7.x compatibility
Thanks to @Sebobo who refactored the HTTP-Components!
Bugfix: Set supportedMediaTypes to application/json
This release contains a bugfix #30 . This shouldn't break anything in your applications. Anyways, if you rely on a Accept: text/html
header this might be an issue for you and you should stick to the 2.1.x release and update your application to use Accept: application/json
Correctly handle OPTION requests
Merge pull request #28 from t3n/johannessteu-patch-1 Check for correct endpoint in an options request
Override default error transformer
We added a new configuration to override the default error transformer per schema:
t3n:
GraphQL:
endpoints:
'some-endpoint':
'errorTransform': t3n\GraphQL\Transform\FlowErrorTransform
We now support Flow 6.0
Merge pull request #25 from t3n/json Add ext-json as composer dep
Add new RequestLogger
You now can log your incoming graphql requests. Simply enable this feature per endpoint:
t3n:
GraphQL:
context: 't3n\GraphQL\Context'
endpoints:
some-endpoint:
logRequests: true # if enabled all requests are logged