0.8.0 (2022-04-20)
Features Added
- Added
TableErrorCode
to help recover from and understand error responses
Breaking Changes
- Renamed
InsertEntityResponse/Options
toUpsertEntityResponse/Options
- Renamed
PossibleGeoReplicationStatusTypeValues
toPossibleGeoReplicationStatusValues
- Renamed the following methods
Client.ListEntities
toClient.NewListEntitiesPager
ServiceClient.ListTables
toServiceClient.NewListTablesPager
Bugs Fixed
- Convert
Start
andExpiry
times inAccessPolicy
to UTC format as required by the service. - Fixed
moduleName
to report the module name as part of telemetry.
Other Changes
- Fixed bugs in some live tests.