4.16.0 (2023-01-13)
Features Added
- Added an option to use raw json when applying partial updates via WriteStrategy
ItemPatch
- See PR 32610 - Added the
spark.cosmos.read.maxIntegratedCacheStalenessInMS
configuration key
to makeMaxIntegratedCacheStaleness
tunable for caching queries. - See PR 32592 - Adds a new config option to determine whether offsets provided in batch mode should be ignored (instead of throwing an
IllegalStateException
) when an offset for a different container (could even be same name after recreation) is provided. If set to ignore will have same behavior as not providing any start offset (using start from settings instead). - See PR 32962