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

3 years ago

12.1.0 (2021-07-08)

Features Added

  • Added support for Azure Active Directory (AAD) authorization to TableServiceClient and TableClient. This enables the use of TokenCredential credentials in client builders. Note: Only Azure Storage API endpoints currently support AAD authorization.

Bugs fixed

  • Fixed issue where HTTP headers set in a ClientOptions object passed to a client builder would not be set on a client instantiated by said builder.
  • Fixed an issue where a connectionString with an account name and key would override a sasToken's authentication settings in client builders.
  • Fixed an issue that made TableClient.listEntities() and TableServiceClient.listTables() throw a ClassCastException when passing a non-null value for timeout.

Other Changes

Dependency Updates

  • Upgraded azure-core dependency to 1.18.0
  • Upgraded azure-core-http-netty dependency to 1.10.1

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

NewReleases is sending notifications on new releases.