Added option to use the connector in non-public Azure clouds. - See PR 45310
Bugs Fixed
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
Fixed hang issue in CosmosPagedIterable#handle by preventing race conditions in underlying subscription of Flux<FeedResponse>. - PR 45290