4.41.0 (2025-10-21)
Features Added
- Added support
spark.cosmos.write.strategy
valueItemPatchIfExists
which allows gracefully ignoring documents/patch-instructions when the document does not exist (anymore). - See 47034 - Added support to optionally omit info about spark environment and/or machine-info for driver/executors from
UserAgent
header via new configspark.cosmos.userAgent.format
(allowed values areSparkEnvAndWorkers
(default value),OnlySparkEnv
andNoSparkEnv
. - See 47047