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

#### 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 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