4.47.0 (2026-04-17)
Features Added
- Added support for change feed with
startFrompoint-in-time on merged partitions by enabling theCHANGE_FEED_WITH_START_TIME_POST_MERGESDK capability in the azure-cosmos SDK. - See PR 48752
Bugs Fixed
- Fixed
NoClassDefFoundErrorforMetadataVersionUtilwhen using change feed Spark Structured Streaming on Databricks Runtime 17.3+ by inlining the version validation logic. - See PR 48837 - Fixed JVM
<clinit>deadlock when multiple threads concurrently trigger Cosmos SDK class loading for the first time. - See PR 48689