0.6.0 (2023-09-20)
Features Added
- Handle setting content type in
AddSetting
andSetSetting
(#19797) - Added type
SyncToken
for better type safety when handling Sync-Token header values.
Breaking Changes
- Response types
ListRevisionsPage
andListSettingsPage
now have the suffixResponse
in their names. - Method
UpdateSyncToken
on typeClient
has been replaced withSetSyncToken
. - Response types'
SyncToken
field type has changed from*string
toSyncToken
.
Bugs Fixed
- Fixed an issue that could cause HTTP requests to fail with
http.StatusUnauthorized
in some cases. - The pipeline policy for setting the
Sync-Token
header in HTTP requests now properly formats the value. - The caching mechanism for
Sync-Token
values is now goroutine safe.
Other Changes
NewClientFromConnectionString()
will return a more descriptive error message when parsing the connection string fails.