4.37.0 (2022-09-30)
Features Added
- Added new preview APIs to
ChangeFeedProcessor
for handling all versions and deletes changes - See PR 30399 - Added option to emit client-side metrics via micrometer.io MeterRegistry. - See PR 30065
Bugs Fixed
- Fixed a race condition that could result in a memory/thread leak for
BulkExecutor
instances (and their correspondingcosmos-daemon-BulkExecutor-*
thread). - See PR 31082