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-kafka-connect/CHANGELOG.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,9 @@
1
1
## Release History
2
2
3
-
### 2.4.0-beta.1 (Unreleased)
4
-
5
-
#### Features Added
6
-
7
-
#### Breaking Changes
3
+
### 2.3.1 (2025-05-13)
8
4
9
5
#### Bugs Fixed
10
-
11
-
#### Other Changes
6
+
* Fixed hang issue in `CosmosPagedIterable#handle` by preventing race conditions in underlying subscription of `Flux<FeedResponse>`. - [PR 45290](https://github.com/Azure/azure-sdk-for-java/pull/45290)
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-spark_3-3_2-12/CHANGELOG.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,10 @@
1
1
## Release History
2
2
3
-
### 4.38.0-beta.1 (Unreleased)
4
-
5
-
#### Features Added
6
-
7
-
#### Breaking Changes
3
+
### 4.37.2 (2025-05-13)
8
4
9
5
#### Bugs Fixed
10
6
* Fixed an issue during bulk write operations that could result in failing the Spark job in `BulkWriter.flushAndClose` too eagerly in certain cases. - See [PR 44992](https://github.com/Azure/azure-sdk-for-java/pull/44992)
11
-
12
-
#### Other Changes
7
+
* Fixed hang issue in `CosmosPagedIterable#handle` by preventing race conditions in underlying subscription of `Flux<FeedResponse>`. - [PR 45290](https://github.com/Azure/azure-sdk-for-java/pull/45290)
0 commit comments