Skip to content

Tags: onlime/policyd-rate-guard

Tags

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was signed with the committer’s verified signature.
onlime Philip Iezzi (Pipo)
Upgrade pip package requirements

Release v0.7.3 with security advice about PyMySQL 1.1.1

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was signed with the committer’s verified signature.
onlime Philip Iezzi (Pipo)
fixes for webhook JWT token generation

introduce WEBHOOK_USE_JWT env var to make token type better configurable
prepare for v0.7.2 release

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
onlime Philip Iezzi (Pipo)
WEBHOOK_URL can now contain any key of the passed JSON object as plac…

…eholder

prepare for v0.7.1 release

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
onlime Philip Iezzi (Pipo)
Improved Python code style by fixing all Flake8 linting warnings

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
onlime Philip Iezzi (Pipo)
Database cleanup job now also purges old messages, introduced `MESSAG…

…E_RETENTION` env var

get ready for v0.6.1 release

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce DBUtils PooledDB db connection pooling (#3)

* refactored database.db to app.db to simplify project structure

* implement db connection pooling with DBUtils PooledDB (pooled_db)

* minor fix in Handler: only close db connection if it was initialized

* minor fix for previous commit

* start explicit transaction with db.begin() in Cleanup, as required by DBUtils PooledDB

* moved logger and db cleanup code into destructor of Handler
made DBUtils PooledDB params configurable via .env vars

* added db connection pooling configuration notes to README
getting ready for v0.6.0 release

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
onlime Philip Iezzi (Pipo)
Prefix all log messages with msgid (Postfix queue_id) if available

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
onlime Philip Iezzi (Pipo)
get ready to publish initial release v0.5.0