From 9077fa339f132251ca88fa63f4d6870abfed4253 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:48:31 +0100 Subject: [PATCH] chore(main): release 0.22.3 --- .github/workflows/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.release-please-manifest.json b/.github/workflows/.release-please-manifest.json index 431d676..4fc1e0d 100644 --- a/.github/workflows/.release-please-manifest.json +++ b/.github/workflows/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.22.2"} +{".":"0.22.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e934dbb..366657a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.3](https://github.com/flowcore-io/data-pump/compare/v0.22.2...v0.22.3) (2026-08-05) + + +### Performance Improvements + +* optimize replay buffer metrics and bucket traversal ([#88](https://github.com/flowcore-io/data-pump/issues/88)) ([216ab80](https://github.com/flowcore-io/data-pump/commit/216ab80f8fa64a32769e193f590c972f4b96b2d8)) + ## [0.22.2](https://github.com/flowcore-io/data-pump/compare/v0.22.1...v0.22.2) (2026-07-16) diff --git a/package.json b/package.json index bbf4751..74ffadb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flowcore/data-pump", "description": "Flowcore Data Pump", - "version": "0.22.2", + "version": "0.22.3", "license": "MIT", "type": "module", "exports": {