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.
Unreleased
v2.3.1
Fixed
- Ignore query parameters in non-GET requests https://github.com/laragraph/utils/issues/26
v2.3.0
Added
- Support Laravel 13 https://github.com/laragraph/utils/pull/22
v2.2.0
Added
- Support Laravel 12 https://github.com/laragraph/utils/pull/20
- Support
thecodingmachine/safe3 https://github.com/laragraph/utils/pull/21
v2.1.0
Added
- Support Laravel 11 https://github.com/laragraph/utils/pull/16
v2.0.3
Fixed
- Do not publish
testsdirectory in composer package https://github.com/laragraph/utils/pull/15
v2.0.2
Fixed
- Throw
BadMultipartRequestGraphQLExceptionfor invalidmultipart/form-datarequests https://github.com/laragraph/utils/pull/14
v2.0.1
Fixed
- Fix parsing batched queries
v2.0.0
Changed
- Rely on
$request->input()instead of manually json decoding request body https://github.com/laragraph/utils/pull/12
v1.6.0
Added
- Support Laravel 10
v1.5.0
Added
- Support
webonyx/graphql-php:^15
v1.4.0
Changed
- Consistently throw
BadRequestGraphQLExceptionon invalid requests
v1.3.0
Added
- Support for Laravel 9
v1.2.0
Added
- Added support for version
^2ofthecodingmachine/safe
v1.1.1
Fixed
- Fix parsing of complex content types
v1.1.0
Added
- Recognize
Content-Type: application/graphql+jsoninRequestParser
v1.0.0
Added
- Add
RequestParserto convert an incoming HTTP request to one or moreOperationParams