This release keeps dependencies and maintenance posture current for teams operating this tool.
Published 8mo
Streaming & Message Queues
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
postgresql
python
queue
Summary
AI summaryMinor fixes and improvements.
Full changelog
What's Changed
- Add Development and Testing section to readme by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/454
- Allow callable factory fn by @GCBallesteros in https://github.com/janbjorge/pgqueuer/pull/453
- docs: add callable factory example by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/460
- docs: document SyncPsycopgDriver and driver selection by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/462
- Updated readme by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/463
- Migrate to testcontainers by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/458
- Shared resources mapping to job Context by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/465
New Contributors
- @GCBallesteros made their first contribution in https://github.com/janbjorge/pgqueuer/pull/453
Full Changelog: https://github.com/janbjorge/pgqueuer/compare/v0.24.2...v0.24.3
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]