Skip to content

Releases: snok/self-limiters

v0.4.0

28 Dec 14:04
Compare
Choose a tag to compare

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

11 Nov 21:04
f4b6c82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Oct 14:33
Compare
Choose a tag to compare

What's Changed

  • Makes Semaphore expiry configurable (#27)
  • Fixes Semaphore expiry issue which would break the Semaphore after 30 seconds of inactivity (#27)

Full Changelog: v0.1.3...v0.2.0

v0.1.3

16 Oct 14:35
Compare
Choose a tag to compare

What's Changed

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

14 Oct 07:33
Compare
Choose a tag to compare

Removes --frozen maturin flag

v0.1.1

14 Oct 06:57
Compare
Choose a tag to compare

Inlines Lua scripts. v0.1.0 didn't package these correctly.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Oct 16:06
Compare
Choose a tag to compare

Initial release