Releases: Ecodev/graphql-upload
Releases · Ecodev/graphql-upload
7.0.0
6.1.5
Changes
- Update GitHub Actions
6.1.4
Changes
- Fixes CVE-2022-31109
- Update PHP deps
6.1.3
Changes
- Minimal version is PHP 8.1
6.1.2
6.1.2
6.1.1
Changes
- Minimal version is PHP 7.4
6.1.0
Added
- PHP 8 support
6.0.0
5.0.0
Fixed
- Exclude dev files from composer package
BREAKING CHANGE
-
Remove outdated workaround for
operationName
andoperation
This is a breaking change only if you rely on the existing of
operation
instead ofoperationName
in subsequent middleware. It is not breaking
if you only useGraphQL\Server\StandardServer
.