12.1.0 (2021-07-08)
Features Added
- Added support for Azure Active Directory (AAD) authorization to
TableServiceClient
andTableClient
. This enables the use ofTokenCredential
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 asasToken
's authentication settings in client builders. - Fixed an issue that made
TableClient.listEntities()
andTableServiceClient.listTables()
throw aClassCastException
when passing a non-null value fortimeout
.
Other Changes
Dependency Updates
- Upgraded
azure-core
dependency to1.18.0
- Upgraded
azure-core-http-netty
dependency to1.10.1