@flowcore/data-pump 0.22.1 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/README.md +313 -191
- package/dist/mod.d.ts +147 -16
- package/dist/mod.js +623 -170
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.23.0](https://github.com/flowcore-io/data-pump/compare/v0.22.3...v0.23.0) (2026-09-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **pump:** add pause and resume for delivery ([#91](https://github.com/flowcore-io/data-pump/issues/91)) ([e9c6904](https://github.com/flowcore-io/data-pump/commit/e9c69043d6dfb52588b125c53c720ee8033d263c))
|
|
9
|
+
* **pump:** allow a pump to be constructed already paused ([#93](https://github.com/flowcore-io/data-pump/issues/93)) ([221925a](https://github.com/flowcore-io/data-pump/commit/221925a1844e1a7f6374797cd3b0a48fb3919d2e))
|
|
10
|
+
|
|
11
|
+
## [0.22.3](https://github.com/flowcore-io/data-pump/compare/v0.22.2...v0.22.3) (2026-09-01)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* restart resumes the process loop and the pulse emitter ([#90](https://github.com/flowcore-io/data-pump/issues/90)) ([6acec00](https://github.com/flowcore-io/data-pump/commit/6acec00e6e90c382168798af99a059d61432f801))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Performance Improvements
|
|
20
|
+
|
|
21
|
+
* 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))
|
|
22
|
+
|
|
23
|
+
## [0.22.2](https://github.com/flowcore-io/data-pump/compare/v0.22.1...v0.22.2) (2026-07-16)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* prettier-errors ([952d5ea](https://github.com/flowcore-io/data-pump/commit/952d5eaa822328dbcd25c76f05678da00cc4da6e))
|
|
29
|
+
* readme file not containing features ([af40911](https://github.com/flowcore-io/data-pump/commit/af40911bbbf8b9845af9844b8efb91faac96bb90))
|
|
30
|
+
|
|
3
31
|
## [0.22.1](https://github.com/flowcore-io/data-pump/compare/v0.22.0...v0.22.1) (2026-06-12)
|
|
4
32
|
|
|
5
33
|
|