Skip to content

Releases: Ecodev/graphql-upload

7.0.0

12 Jan 03:22
7.0.0
2ef78cf
Compare
Choose a tag to compare

BREAKING CHANGE

  • Updated to webonyx/graphql-php 15 which has some breaking changes
  • Most classes are final

Added

  • PHP 8.2 support

6.1.5

17 Nov 11:06
6.1.5
00c3e6d
Compare
Choose a tag to compare

Changes

  • Update GitHub Actions

6.1.4

10 Nov 18:09
6.1.4
a2f0b1a
Compare
Choose a tag to compare

Changes

6.1.3

21 Feb 13:53
6.1.3
b414ceb
Compare
Choose a tag to compare

Changes

  • Minimal version is PHP 8.1

6.1.2

15 Feb 14:28
6.1.2
6904d41
Compare
Choose a tag to compare
6.1.2

6.1.1

15 Feb 13:58
6.1.1
357eff5
Compare
Choose a tag to compare

Changes

  • Minimal version is PHP 7.4

6.1.0

02 Dec 23:48
d602aa2
Compare
Choose a tag to compare

Added

  • PHP 8 support

6.0.0

09 Nov 09:32
b5c5d9b
Compare
Choose a tag to compare

BREAKING CHANGE

Updated to webonyx/graphql-php 14 which has some breaking changes

5.0.0

04 Mar 07:24
8166505
Compare
Choose a tag to compare

Fixed

  • Exclude dev files from composer package

BREAKING CHANGE

  • Remove outdated workaround for operationName and operation

    This is a breaking change only if you rely on the existing of operation
    instead of operationName in subsequent middleware. It is not breaking
    if you only use GraphQL\Server\StandardServer.

4.1.0

04 Mar 07:24
3162063
Compare
Choose a tag to compare

Added

  • PHP 7.4 support