Skip to content

pgmq-sqlalchemy-v0.2.0

Latest

Choose a tag to compare

@jason810496 jason810496 released this 07 Jan 12:43
· 3 commits to main since this release
be5ac2e

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