This release fixes issues for SREs watching stability and regressions.
Published 7mo
Streaming & Message Queues
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
postgresql
python
queue
Summary
AI summaryFix retry dequeue to reclaim stale picked jobs after crashes.
Full changelog
What's Changed
- Use libpq env vars for Postgres container in conftest (PGUSER, PGPASSWORD, PGDATABASE, PGPORT) by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/471
- Expand is_async_callable test coverage and clarify naming by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/473
- Fix retry dequeue to reclaim stale picked jobs after crashes by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/474
Full Changelog: https://github.com/janbjorge/pgqueuer/compare/v0.25.0...v0.25.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About PgQueuer v1.0
All releases →Related context
Earlier breaking changes
- v1.0.0 QueueManager now requires Queries(driver) instead of driver directly; PgQueuer constructor unchanged
- v1.0.0 RetryWithBackoffEntrypointExecutor renamed to DatabaseRetryEntrypointExecutor and no longer depends on async-timeout
- v1.0.0 CLI flags --pg-host, --pg-user etc. removed; use libpq environment variables or --pg-dsn instead
- v1.0.0 Synchronous entrypoint handlers are rejected; only async def is allowed
- v1.0.0 Custom async Driver must implement notify(channel, payload) method
Beta — feedback welcome: [email protected]