Skip to content
Prev Previous commit
Next Next commit
changelog
  • Loading branch information
nehrao1 committed Jan 13, 2025
commit 1aa70bd9fecab77a17557283a7f536900dc2b89d
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +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 temporary internal-only option 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 while the thin-client transport is still under development. This transport mode is not yet supported or ready to be used by external customers. Please don't use these configs in any production scenario yet. - [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)
Expand Down
Loading