Releases: snok/self-limiters
Releases Β· snok/self-limiters
v0.4.0
What's Changed
- Doubles the default connection pool size from 15 to 30
- Drops support for Python 3.8
- Fixes
Semaphore
issue where connection pool limits could lead to a deadlock - Simplifies internals and improves logging
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
v0.1.3
What's Changed
- Coverage by @sondrelg in #23
- refactor: Combine match statements by @sondrelg in #25
- refactor: Replace create semaphore script by @sondrelg in #26
Updates classifiers, docs, and improves semaphore performance a little by using pipelined queries over a Lua script for the semaphore release.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
Inlines Lua scripts. v0.1.0 didn't package these correctly.
Full Changelog: v0.1.0...v0.1.1