github Azure/azure-sdk-for-js @azure/data-tables_12.0.0-beta.3

latest releases: @azure-tools/test-recorder_3.5.0, @azure/storage-queue_12.17.0, @azure/storage-file-datalake_12.17.0...
pre-release2 years ago

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 and Int64 -> bigint by default. Allow disabling type conversion with disableTypeConversion 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

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

NewReleases is sending notifications on new releases.