Skip to content

Bump pgqueuer from 0.25.3 to 0.26.3 in /backend#47

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/pgqueuer-0.26.3
Open

Bump pgqueuer from 0.25.3 to 0.26.3 in /backend#47
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/pgqueuer-0.26.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps pgqueuer from 0.25.3 to 0.26.3.

Release notes

Sourced from pgqueuer's releases.

v0.26.3

Bug Fixes

  • Propagate manager crashes from PgQueuer.run() instead of silently swallowing them (#553) - Previously, if either the QueueManager or SchedulerManager crashed during PgQueuer.run(), the exception was silently absorbed by the TaskManager wrapper and the process would hang or exit without any indication of failure. Now, PgQueuer.run() uses asyncio.gather directly so that a crash in either manager immediately propagates the exception to the caller, cancels the sibling task, and sets the shutdown event. This makes failures visible and allows proper error handling by callers.

Improvements

  • Simplify PsycopgDriver notification listener (#551)
  • Use AsyncRawCursor and dict_row in PsycopgDriver for cleaner internals (#547)
  • Remove redundant dict() wrappers in model_validate calls (#552)

Documentation

  • Add CLAUDE.md with project conventions and architecture guide (#557)
  • Overhaul documentation with a real landing page and structured navigation (#544)

Chores

  • Slim CI matrix from 44 to 22 jobs, capping at 20 concurrent (#549)
  • Improve docker-compose readability (#546)
  • Standardize commit conventions in AGENTS.md (#548)

v0.26.2

What's Changed

New Contributors

Full Changelog: janbjorge/pgqueuer@v0.26.1...v0.26.2

v0.26.1

What's Changed

Full Changelog: janbjorge/pgqueuer@v0.26.0...v0.26.1

v0.26.0

PgQueuer v0.26.0

Hexagonal Architecture, In-Memory Adapter, and Prometheus Metrics

This release is the largest architectural overhaul since the project's inception. The internal codebase has been restructured around a hexagonal (ports & adapters) architecture, introducing formal protocol boundaries between domain logic, persistence, and infrastructure. This release has no breaking changes -- all public imports and APIs remain backward-compatible.

Highlights

... (truncated)

Commits
  • e1d9b95 docs: add CLAUDE.md with project conventions and architecture guide (#557)
  • 0f7861d test: add coverage for PgQueuer.run() shutdown and health check cleanup (#556)
  • 0a31e29 fix: propagate manager crashes from PgQueuer.run() instead of silently swallo...
  • 4d5d555 refactor: remove redundant dict() wrappers in model_validate calls (#552)
  • e873a8f Simplify PsycopgDriver notification listener (#551)
  • 15b2da6 Slim CI matrix from 44 to 22 jobs, capping at 20 concurrent (#549)
  • cf7b049 refactor: use AsyncRawCursor and dict_row in PsycopgDriver (#547)
  • 72eba5f Update AGENTS.md commit conventions to standardized title format (#548)
  • 5503c26 Chore/docker compose readability (#546)
  • eabf16f docs: overhaul documentation with a real landing page and structured navigati...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pgqueuer](https://github.com/janbjorge/pgqueuer) from 0.25.3 to 0.26.3.
- [Release notes](https://github.com/janbjorge/pgqueuer/releases)
- [Commits](janbjorge/pgqueuer@v0.25.3...v0.26.3)

---
updated-dependencies:
- dependency-name: pgqueuer
  dependency-version: 0.26.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants