You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
### 4.0.0-beta.3 (2021-05-05)
6
6
* Cosmos DB Spark 3.1.1 Connector Preview `4.0.0-beta.3` Release.
7
7
#### Configuration Renames
8
-
* Renamed data source name "cosmos.items" to "cosmos.oltp".
9
-
* Renamed data source name "cosmos.changeFeed" to "cosmos.oltp.changeFeed".
10
-
* Configuration renamed. See [Configuration-Reference](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/cosmos/azure-cosmos-spark_3-1_2-12/docs/configuration-reference.md) for more details.
8
+
* Renamed data source name `cosmos.items` to `cosmos.oltp`, See [PR](https://github.com/Azure/azure-sdk-for-java/pull/21121).
9
+
* Renamed data source name `cosmos.changeFeed` to `cosmos.oltp.changeFeed`, see [PR](https://github.com/Azure/azure-sdk-for-java/pull/21121).
10
+
* Configuration renamed. See [PR](https://github.com/Azure/azure-sdk-for-java/pull/21004) for list of changes. See [Configuration-Reference](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/cosmos/azure-cosmos-spark_3-1_2-12/docs/configuration-reference.md) for more details.
11
11
12
12
#### Key Bug Fixes
13
13
* Added validation for all config-settings with a name starting with "spark.cosmos."
0 commit comments