This release adds 2 notable features for engineering teams evaluating rollout.
Published 6mo
Streaming & Message Queues
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
postgresql
python
queue
Summary
AI summaryCorrected model validation in the queue_log method.
Full changelog
What's Changed
- Hot Reloading During Local Development by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/501
- Refactor PgQueuer factory helpers by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/502
- Correct model validation in queue_log method by @bsdz in https://github.com/janbjorge/pgqueuer/pull/503
- Add queue_log test by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/504
New Contributors
- @bsdz made their first contribution in https://github.com/janbjorge/pgqueuer/pull/503
Full Changelog: https://github.com/janbjorge/pgqueuer/compare/v0.25.2...v0.25.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]