azure-data-tables_12.0.0-beta.3
Pre-release
Pre-release
12.0.0-beta.3 (2020-11-12)
New Features
- Developers can now perform multiple insert, update, or delete entity operations as part of a transactional batch. For
more information on transactional batching with Azure Tables, see
Performing entity group transactions.
Performing query operations as part of a transactional batch is not currently supported.
#15091
Key Bug Fixes
- The table client returned from a service client's
getTableClient(tableName)method was incorrectly configured,
causing operations to fail. #16292 - Calling
getApiVersion()on any client no longer causes an exception. - Passing a
TokenCredentialto a client builder mistakenly assumed it was always a shared key credential. - Client methods that accept a
timeoutand/orcontextparameter will use default values if either parameter is set
tonull. #16386 - Methods that perform upsert entity operations were mistakenly performing update operations instead.
Dependency Updates
- Updated dependency version of
azure-coreto 1.10.0. - Updated dependency version of
azure-storage-commonto 12.9.0.