Skip to content

PgQueuer v1.0

v0.24.1 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

postgresql python queue

Summary

AI summary

Add Logfire integration for observability.

Full changelog

What's Changed

  • Add Logfire Integration by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/436
  • Refactor Executors, Queue Management, and Tracing by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/437
  • Add tracing documentation by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/439
  • Add Code of Conduct and contribution templates by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/441
  • Extend install workflow with table checks by @janbjorge in https://github.com/janbjorge/pgqueuer/pull/443

Full Changelog: https://github.com/janbjorge/pgqueuer/compare/0.24.0...v0.24.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

Track PgQueuer v1.0

Get notified when new releases ship.

Sign up free

About PgQueuer v1.0

All releases →

Related context

Related tools

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]