Skip to content

Releases: jason810496/pgmq-sqlalchemy

pgmq-sqlalchemy-v0.2.0

07 Jan 12:43
be5ac2e

Choose a tag to compare

What's Changed

  • Replace Poetry with uv for build and dependency management by @Copilot in #14
  • Refactor pytest CI architecture with parallel testing and coverage aggregation by @Copilot in #18
  • Add time-based partitioning and archive operations method (#12) by @jason810496 in #19
  • Support versioned documentation with dynamic version reading by @Copilot in #20
  • Add op module for transaction by @jason810496 in #21
  • Add optional event loop parameter to PGMQueue by @Copilot in #34
  • Add transaction usage documentation for op module by @Copilot in #33
  • Add Makefile targets for GitHub Actions-aligned local testing with validation and parallel execution by @Copilot in #30
  • Fix wrong event loop usage from PGMQueue by @jason810496 in #42
  • Add CST-based script to complete missing async methods by @jason810496 in #36
  • Add FastAPI pub/sub example with real-world PGMQ usage patterns by @Copilot in #32
  • Enhance documentation and examples for FastAPI Pub/Sub integration with PGMQ by @jason810496 in #43
  • Bump pgmq-sqlalchemy version to 0.2.0 by @jason810496 in #44

Full Changelog: pgmq-sqlalchemy-v0.1.2...pgmq-sqlalchemy-v0.2.0

v1.0.2

03 Aug 16:10
91c4bd0

Choose a tag to compare

What's Changed

Full Changelog: pgmq-sqlalchemy-v0.1.1...pgmq-sqlalchemy-v0.1.2

Fix: README RTD links & poetry extras dependencies setting

21 Jul 17:32
c4f94aa

Choose a tag to compare

Fix: README RTD links & poetry extras dependencies setting

What's Changed

  • docs(fix): READ rtd links by in #2
  • ci(fix): poetry extras dependencies by @jason810496 in #3
  • ci(hotfix): update poetry lock file by @jason810496 in #5
  • doc(fix): README RTD links & poetry extras dependencies setting by @jason810496 in #4

Full Changelog: pgmq-sqlalchemy-v0.1.0...pgmq-sqlalchemy-v0.1.1

pgmq-sqlalchemy-v0.1.0

21 Jul 12:44
7770bf6

Choose a tag to compare

First release 🔥