- use strict comparison
null !==
instead of!
- Enable compiler optimization for the
sprintf
function.
- Add
Accept: application/json
header 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