We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 547607e + 4933980 commit 89155f8Copy full SHA for 89155f8
CHANGELOG.md
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
- n/a
11
12
+# 1.0.6 - 2025-07-22
13
+
14
+### Changed
15
16
+- The fastpurge client's `backoff_max` and `backoff_jitter` parameters are now
17
+ configurable via the `FAST_PURGE_RETRY_BACKOFF_MAX` and `FAST_PURGE_RETRY_JITTER`
18
+ environment variables.
19
20
# 1.0.5 - 2024-03-22
21
22
### Changed
setup.py
@@ -21,7 +21,7 @@ def get_requirements():
setup(
23
name='fastpurge',
24
- version='1.0.5',
+ version='1.0.6',
25
packages=['fastpurge'],
26
url='https://github.com/release-engineering/python-fastpurge',
27
license='GNU General Public License',
0 commit comments