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 aTableEntity
alongside theTimestamp
property, like Storage endpoint do. This is apparently intended behavior, so we now always convertTimestamp
toOffsetDateTime
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 asgetAccessPolicies()
,getProperties()
,setProperties()
andgetStatistics()
, including theirwithResponse
variants. - Fixed batch operations to properly log exceptions other than
TableTransactionFailedException
.
Other Changes
Dependency Updates
- Upgraded
azure-core
dependency to1.19.0
- Upgraded
azure-core-http-netty
dependency to1.10.2