Skip to content

azure-cosmos_4.66.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 15 Jan 23:41
3e41aba

4.66.0 (2025-01-14)

Other Changes

  • Added client vmId info to Rntbd health check logs - See 43079
  • Added support to enable http2 for gateway mode with system property COSMOS.HTTP2_ENABLED and system variable COSMOS_HTTP2_ENABLED. - PR 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
  • 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
  • Added options to fine-tune settings for bulk operations. - PR 43509
  • Added the following metrics. - See PR 43716
    *cosmos.client.req.gw.bulkOpCountPerEvaluation
    *cosmos.client.req.gw.bulkOpRetriedCountPerEvaluation
    *cosmos.client.req.gw.bulkGlobalOpCount
    *cosmos.client.req.gw.bulkTargetMaxMicroBatchSize
    *cosmos.client.req.rntbd.bulkOpCountPerEvaluation
    *cosmos.client.req.rntbd.bulkOpRetriedCountPerEvaluation
    *cosmos.client.req.rntbd.bulkGlobalOpCount
    *cosmos.client.req.rntbd.bulkTargetMaxMicroBatchSize