We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a73cb8 commit 4b9aa9fCopy full SHA for 4b9aa9f
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [3.8.1]
8
+* Keep Retrying until Max Delay Has Expired
9
+* Postgres performance turning
10
+* Fix cursor leaks on SQLiteBucket
11
+
12
## [3.8.0]
13
* Add FileLock option for SQLiteBucket
14
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyrate-limiter"
3
-version = "3.8.0"
+version = "3.8.1"
description = "Python Rate-Limiter using Leaky-Bucket Algorithm"
authors = ["vutr <me@vutr.io>"]
license = "MIT"
0 commit comments