0.7.0 (2022-04-05)
Features Added
- Added the
NextTableName
continuation token option toListTablesOptions
- Added the
TableName
property toCreateTableResponse
Breaking Changes
- This module now requires Go 1.18
- Removed the
ODataID
,ODataEditLink
, andODataType
onTableProperties
- Removed
ODataMetadata
onListTablesPageResponse
- Removed
ResponsePreference
onAddEntityOptions
- Renamed
ListEntitiesOptions.PartitionKey
toListEntitiesOptions.NextPartitionKey
. - Renamed
ListEntitiesOptionsRowKey
toListEntitiesOptions.NextRowKey
- Renamed
Client.Create
toClient.CreateTable
- Renamed
ListEntitiesPageResponse
toListEntitiesResponse
- Removed the
Entity
prefix onEntityUpdateModeMerge
andEntityUpdateModeReplace
- Renamed
Client.InsertEntity
toClient.UpsertEntity
- Removed the
Continuation
prefix fromContinuationNextPartitionKey
,ContinuationNextRowKey
, andContinuationNextTable
- Removed the
ResponseFormat
type - Renamed
Client.List
toClient.ListEntities
- Renamed
Client.GetTableSASToken
toClient.GetTableSASURL
andServiceClient.GetAccountSASToken
toServiceClient.GetAccountSASURL
ServiceClient.GetProperties
returns aServiceProperties
struct which can be used on theServiceClient.SetProperties
- Removed the
Type
suffix fromGeoReplicationStatusType
ServiceClient.CreateTable
returns a response struct with the name of the table created, not aClient
SASSignatureValues.NewSASQueryParameters
is nowSASSignatureValues.Sign
and returns an encoded SAS