3.15.0 (2021-11-22)
Features Added
- GA Adds
container.item(itemId).patch()
.patch()
is an alternative toreplace()
for item updates. https://github.com/Azure/azure-sdk-for-js/pull/16264/files#diff-7caca690c469e2025576523c0377ac71815f001024fde7c48b20cd24adaa6977R561 - GA support for Bulk operation PATCH.
- GA support for Batch operation PATCH.
- Added the
SasTokenProperties
type and acreateAuthorizationSasToken
function to enable scoped access to Cosmos resources with SAS tokens. For an example that demonstrates creating a SAS token and using it to authenticate aCosmosClient
, see theSasTokenAuth
sample.
Other Changes
- Made several changes to the sample programs to improve code quality and compatibility with Node 12, and upgraded the sample programs' dependencies.