- Remove redundant ext-json requirement
- Add
UNKNOWN_TO_SDKvalue to enums that is used when the API returns an value that is not (or not yet) known by the AsyncAws - AWS api-change: Added
us-isob-west-1region - AWS api-change: Added
eusc-de-east-1region
- Drop support for PHP versions lower than 8.2
- Apply new CodingStandard from latest php-cs-fixer.
- Use a more stable sorting for the list of generated region metadata
- AWS api-change: Added
cn-north-1andcn-northwest-1regions
- AWS api-change: Added
eu-isoe-west-1region
- Sort exception alphabetically.
- Fix the lowest bound for the
symfony/polyfill-uuidrequirement
- AWS api-change: Added
us-isof-east-1andus-isof-south-1regions
- AWS api-change: Added
us-iso-east-1,us-iso-west-1andus-isob-east-1regions.
- use strict comparison
null !==instead of!
- Enable compiler optimization for the
sprintffunction.
- Add
Accept: application/jsonheader in request to fix incompatibility with 3rd party providers
- Allow passing explicit null values for optional fields of input objects
- AWS api-change: This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation.
- Avoid overriding the exception message with the raw message
- Improve parameter type and return type in phpdoc
- Fix Timestamp format
First version