Skip to content

0.5.2.7

Compare
Choose a tag to compare
@rkolesnev rkolesnev released this 01 Sep 16:47
· 102 commits to master since this release

Fixes

  • fix: Return cached pausedPartitionSet (#620), resolves (#618)
  • fix: Parallel consumer stops processing data sometimes (#623), fixes (#606)
  • fix: Add synchronization to ensure proper intializaiton and closing of PCMetrics singleton (#627), fixes (#617)
  • fix: Readme - metrics example correction (#614)
  • fix: Remove micrometer-atlas dependency (#628), fixes (#625)

Improvements

  • Refactored metrics implementation to not use singleton - improves meter separation, allows correct metrics subsystem operation when multiple parallel consumer instances are running in same java process (#630), fixes (#617) improves on (#627)

GH generated

  • fix : for issue 606 : exclude stale containers from counting and add remove add remove staled work containers function in ProcessingShard by @sangreal in #623
  • fix: Return cached pausedPartitionSet by @acktsap in #620
  • PL-464 remove micrometer-atlas dependency by @rkolesnev in #628
  • minor: Change Supplier -> SupplierUtils for consistency by @acktsap in #619
  • add synchronization to ensure proper intializaiton and closing of PCM… by @antonmos in #627
  • fix readme doc by @flashmouse in #624
  • Fix/refactor metrics singleton by @rkolesnev in #630
  • build(deps): bump io.projectreactor:reactor-core from 3.5.7 to 3.5.9 by @dependabot in #626
  • build(deps): bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.3 by @dependabot in #610
  • build(deps-dev): bump junit.platform.version from 1.10.0-RC1 to 1.10.0 by @dependabot in #612
  • build(deps): bump maven-site-plugin from 4.0.0-M8 to 4.0.0-M9 by @dependabot in #603

New Contributors

Full Changelog: 0.5.2.6...0.5.2.7