Changelog

March 4, 2026 ยท View on GitHub

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

See GitHub releases.

Unreleased

v2.3.1

Fixed

v2.3.0

Added

v2.2.0

Added

v2.1.0

Added

v2.0.3

Fixed

v2.0.2

Fixed

v2.0.1

Fixed

  • Fix parsing batched queries

v2.0.0

Changed

v1.6.0

Added

  • Support Laravel 10

v1.5.0

Added

  • Support webonyx/graphql-php:^15

v1.4.0

Changed

  • Consistently throw BadRequestGraphQLException on invalid requests

v1.3.0

Added

  • Support for Laravel 9

v1.2.0

Added

  • Added support for version ^2 of thecodingmachine/safe

v1.1.1

Fixed

  • Fix parsing of complex content types

v1.1.0

Added

  • Recognize Content-Type: application/graphql+json in RequestParser

v1.0.0

Added

  • Add RequestParser to convert an incoming HTTP request to one or more OperationParams