- AWS api-change: This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs.
- 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 the methods
getCumulativeBytesMetered
andgetCumulativeBytesScanned
of\AsyncAws\TimestreamQuery\ValueObject\QueryStatus
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
- Nothing changed. Let's release a First stable version
- Added support for endpoint discovery
First version