- Enable compiler optimization for the
sprintf
function.
- Add
Accept: application/json
header in request to fix incompatibility with 3rd party providers
- AWS enhancement: Documentation updates.
- Allow passing explicit null values for optional fields of input objects
- The return type for
\AsyncAws\TimestreamWrite\ValueObject\Record::getVersion
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\TimestreamWrite\ValueObject\RejectedRecord::getExistingVersion
usesint
instead ofstring
to reflect the AWS type.
- Avoid overriding the exception message with the raw message
- Use int as the PHP representation of long fields in generated code
- Improve parameter type and return type in phpdoc
- AWS api-change: Added
us-gov-west-1-fips
region - AWS enhancement: Documentation updates.
- AWS api-change: Added
ingest-fips-us-
andingest-us-
regions.
- Fixed crashes when details in error responses are missing.
- Added support for endpoint discovery
First version