- AWS api-change: Added
us-isof-east-1
andus-isof-south-1
regions
- AWS api-change: Add FEDERATED type to CreateDataCatalog. This creates Athena Data Catalog, AWS Lambda connector, and AWS Glue connection. Create/DeleteDataCatalog returns DataCatalog. Add Status, ConnectionType, and Error to DataCatalog and DataCatalogSummary. Add DeleteCatalogOnly to delete Athena Catalog only.
- AWS api-change: Added
ap-southeast-5
region
- AWS api-change: Removing FEDERATED from Create/List/Delete/GetDataCatalog API
- use strict comparison
null !==
instead of!
- AWS api-change: Added
fips-ca-central-1
andfips-ca-west-1
regions. - AWS api-change: List/Get/Update/Delete/CreateDataCatalog now integrate with AWS Glue connections. Users can create a Glue connection through Athena or use a Glue connection to define their Athena federated parameters.
- 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.
- AWS api-change: Added
ca-west-1
region
- AWS enhancement: Documentation updates.
- Added
il-central-1
region - AWS api-change: Adding SerivicePreProcessing time metric
- AWS api-change: Adding IdentityCenter enabled request for interactive query
- Allow passing explicit null values for optional fields of input objects
- The return type for
\AsyncAws\Athena\Result\GetQueryResultsOutput::getUpdateCount
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\Athena\ValueObject\CalculationStatistics::getDpuExecutionInMillis
usesint
instead ofstring
to reflect the AWS type. - The return type for the methods
getDataScannedInBytes
,getEngineExecutionTimeInMillis
,getQueryPlanningTimeInMillis
,getQueryQueueTimeInMillis
,getServiceProcessingTimeInMillis
andgetTotalExecutionTimeInMillis
of\AsyncAws\Athena\ValueObject\QueryExecutionStatistics
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\Athena\ValueObject\SessionConfiguration::getIdleTimeoutSeconds
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\Athena\ValueObject\SessionStatistics::getDpuExecutionInMillis
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\Athena\ValueObject\WorkGroupConfiguration::getBytesScannedCutoffPerQuery
usesint
instead ofstring
to reflect the AWS type.
- Added
me-central-1
region - AWS api-change: Add support for the
ap-south-2
,ap-southeast-4
,eu-central-2
andeu-south-2
regions - 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
- Added
us-iso-east-1
region - AWS enhancement: Documentation updates.
- AWS api-change: This release includes support for using Apache Spark in Amazon Athena.
First version