12.0.0-beta.3 (2021-05-17)
- Update and Upsert operations have "merge" as default update mode. #14956
- Expose Table Service url as a public client property. #14956
- Make list and get entity methods have a default template type of
Record
for better UX. #14956
Breaking Changes
- Enable Type conversion of
DateTime -> Date
andInt64 -> bigint
by default. Allow disabling type conversion withdisableTypeConversion
option in the get and list operations. #15307 - Node.js v8 support is dropped as it has reached end of life #15307
- Rename Batch to Transaction and redesign submitTransaction to provide a more declarative interface. #15250
- createTable and deleteTable don't throw on 409 or 404 respectively. Return type becomes
Promise<void>
. #14956 - Clean up method options. #14956
- Remove continuation tokens from options on list methods. #14956