Skip to content

azure-cosmos-spark_3-2_2-12_4.12.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 22 Jul 22:23
87150f8

4.12.1 (2022-07-22)

Bugs Fixed

  • Fixed NotFoundException for changeFeed after split - See PR 29982
  • Fixed IllegalArgumentException when trying to update targetThroughput(Threshold) without process restart. - See PR 30049

Other Changes

  • Added a new spark.cosmos.serialization.dateTimeConversionMode mode called AlwaysEpochMillisecondsWithSystemDefaultTimezone that will assume SystemDefault time zone instead of UTC when a Date/time to be parsed has no explicit time zone. - See PR 30001