4.49.1 (2026-07-03)
Bugs Fixed
- Added a defensive guard in bounded change feed reads (with
endLsn) that fails the Spark task withIllegalStateExceptionwhen the underlying paginator stops before the latest continuation token has advanced toendLsn. - See PR 49393 - Fixed an issue in the
readManyByPartitionKeysAPI in the Spark connector which could result in duplicates and missing the first record. - See PR 49694