Skip to content
Prev Previous commit
Next Next commit
merge main
  • Loading branch information
nehrao1 committed Jan 13, 2025
commit 7f2b881025a5711b7e30136762f6515831b5c1d0
1 change: 1 addition & 0 deletions sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#### Other Changes
* Added support to enable thin client mode with system property `COSMOS.THINCLIENT_ENABLED`, setting the thin client endpoint with system property `COSMOS.THINCLIENT_ENDPOINT`, and default thin client endpoint with system property `COSMOS.DEFAULT_THINCLIENT_ENDPOINT`. - [PR 43188](https://github.com/Azure/azure-sdk-for-java/pull/43188)
* Added client vmId info to Rntbd health check logs - See [43079](https://github.com/Azure/azure-sdk-for-java/pull/43079)
* Added support to enable http2 for gateway mode with system property `COSMOS.HTTP2_ENABLED` and system variable `COSMOS_HTTP2_ENABLED`. - [PR 42947](https://github.com/Azure/azure-sdk-for-java/pull/42947)
* Added support to allow changing http2 max connection pool size with system property `COSMOS.HTTP2_MAX_CONNECTION_POOL_SIZE` and system variable `COSMOS_HTTP2_MAX_CONNECTION_POOL_SIZE`. - [PR 42947](https://github.com/Azure/azure-sdk-for-java/pull/42947)
* Added support to allow changing http2 max connection pool size with system property `COSMOS.HTTP2_MIN_CONNECTION_POOL_SIZE` and system variable `COSMOS_HTTP2_MIN_CONNECTION_POOL_SIZE`. - [PR 42947](https://github.com/Azure/azure-sdk-for-java/pull/42947)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.