Releases: jason810496/pgmq-sqlalchemy
Releases · jason810496/pgmq-sqlalchemy
pgmq-sqlalchemy-v0.2.0
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
opmodule for transaction by @jason810496 in #21 - Add optional event loop parameter to PGMQueue by @Copilot in #34
- Add transaction usage documentation for
opmodule 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
What's Changed
- fix: fix
readvt issue @jason810496 in #7 - feat: add
set_vtmethod @jason810496 in #8
Full Changelog: pgmq-sqlalchemy-v0.1.1...pgmq-sqlalchemy-v0.1.2
Fix: README RTD links & poetry extras dependencies setting
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 &
poetryextras dependencies setting by @jason810496 in #4
Full Changelog: pgmq-sqlalchemy-v0.1.0...pgmq-sqlalchemy-v0.1.1
pgmq-sqlalchemy-v0.1.0
First release 🔥