philiprehberger-retry_queue 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/philiprehberger/retry_queue/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5db91f27770154909f2fd281502a1b2689dd1f2f440a482fdde5841c0a170a2
|
|
4
|
+
data.tar.gz: 81789cf42d779a59b19da5d854e438528baa2aac463080940838f2459ef56821
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e4d9d4b9298b1d0bc14ce9ddd85d8df09f239436053eefac96c0fbb5c001a29839d547e55bc34665f3b0ca1e6171bbbd87eddaa20936b6fe8dd499c67372e72
|
|
7
|
+
data.tar.gz: 04cf445b1ae5a7ce2472f47282c904dd27bd5fd9e8a862edebefa607140175dba51e784175c8d35a4588f755c908e6db371f935c767673a8902928c83e40f055
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.1] - 2026-03-22
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Expand test coverage to 30+ examples covering single item processing, all-succeed/all-fail scenarios, max retries reached, backoff calculation, custom error types, dead letter collection, attempt ordering, and edge cases
|
|
15
|
+
|
|
10
16
|
## [0.1.0] - 2026-03-22
|
|
11
17
|
|
|
12
18
|
### Added
|