4.14.0 (2021-04-06)
New Features
- General Availability for
readMany()
API inCosmosAsyncContainer
andCosmosContainer
. - General Availability for
handle()
API inCosmosPagedFlux
andCosmosPagedIterable
. - Upgraded Jackson to patch version 2.12.2.
- Exposed
getDocumentUsage
andgetDocumentCountUsage()
APIs inFeedResponse
to retrieve document count metadata.
Key Bug Fixes
- Allowed
CosmosPagedFlux#handle()
andCosmosPagedIterable#handle()
API for chaining. - Removed
AfterBurner
module usage fromCosmosException
causing the warning logs. - Fixed issue of duplicate processing of items on the same Change Feed Processor instance.
- Return
RequestTimeoutException
on client side timeout for write operations.