Ecodev Graphql Upload Versions Save

A PSR-15 middleware to support file uploads in GraphQL

7.0.0

1 year ago

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

1 year ago

Changes

  • Update GitHub Actions

6.1.4

1 year ago

Changes

  • Fixes CVE-2022-31109
  • Update PHP deps

6.1.3

2 years ago

Changes

  • Minimal version is PHP 8.1

6.1.2

2 years ago

6.1.1

2 years ago

Changes

  • Minimal version is PHP 7.4

4.1.0

3 years ago

Added

  • PHP 7.4 support

5.0.0

3 years ago

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.

6.1.0

3 years ago

Added

  • PHP 8 support

6.0.0

3 years ago

BREAKING CHANGE

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