github Azure/azure-sdk-for-java azure-data-tables_12.1.1

latest releases: azure-messaging-eventhubs-checkpointstore-blob_1.20.0-beta.3, azure-messaging-eventhubs_5.19.0-beta.3, azure-ai-inference_1.0.0-beta.1...
3 years ago

12.1.1 (2021-08-13)

Bugs Fixed

  • Fixed an issue that made getting entities from a Cosmos endpoint fail as it does not return a Timestamp@odata.type property in a TableEntity alongside the Timestamp property, like Storage endpoint do. This is apparently intended behavior, so we now always convert Timestamp to OffsetDateTime as it is a reserved property name and will always be provided by the service.
  • Updated clients to properly map an internal HTTP exception to the public type TableServiceException in operations such as getAccessPolicies(), getProperties(), setProperties() and getStatistics(), including their withResponse variants.
  • Fixed batch operations to properly log exceptions other than TableTransactionFailedException.

Other Changes

Dependency Updates

  • Upgraded azure-core dependency to 1.19.0
  • Upgraded azure-core-http-netty dependency to 1.10.2

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.