github Azure/azure-sdk-for-go sdk/data/aztables/v0.7.0

latest releases: sdk/resourcemanager/devopsinfrastructure/armdevopsinfrastructure/v0.1.0, sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/v0.1.0, sdk/resourcemanager/selfhelp/armselfhelp/v2.0.0-beta.5...
pre-release2 years ago

0.7.0 (2022-04-05)

Features Added

  • Added the NextTableName continuation token option to ListTablesOptions
  • Added the TableName property to CreateTableResponse

Breaking Changes

  • This module now requires Go 1.18
  • Removed the ODataID, ODataEditLink, and ODataType on TableProperties
  • Removed ODataMetadata on ListTablesPageResponse
  • Removed ResponsePreference on AddEntityOptions
  • Renamed ListEntitiesOptions.PartitionKey to ListEntitiesOptions.NextPartitionKey.
  • Renamed ListEntitiesOptionsRowKey to ListEntitiesOptions.NextRowKey
  • Renamed Client.Create to Client.CreateTable
  • Renamed ListEntitiesPageResponse to ListEntitiesResponse
  • Removed the Entity prefix on EntityUpdateModeMerge and EntityUpdateModeReplace
  • Renamed Client.InsertEntity to Client.UpsertEntity
  • Removed the Continuation prefix from ContinuationNextPartitionKey, ContinuationNextRowKey, and ContinuationNextTable
  • Removed the ResponseFormat type
  • Renamed Client.List to Client.ListEntities
  • Renamed Client.GetTableSASToken to Client.GetTableSASURL and ServiceClient.GetAccountSASToken to ServiceClient.GetAccountSASURL
  • ServiceClient.GetProperties returns a ServiceProperties struct which can be used on the ServiceClient.SetProperties
  • Removed the Type suffix from GeoReplicationStatusType
  • ServiceClient.CreateTable returns a response struct with the name of the table created, not a Client
  • SASSignatureValues.NewSASQueryParameters is now SASSignatureValues.Sign and returns an encoded SAS

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

NewReleases is sending notifications on new releases.