Releases: Bugs5382/go-saga-orchestration
Releases · Bugs5382/go-saga-orchestration
Release list
v0.6.2
What Changed 👀
🐛 Bug Fixes
- fix(store/postgres): drop search_path options; require a direct migration connection @Bugs5382 (#97)
Extra
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What Changed 👀
🐛 Bug Fixes
- fix(store/postgres): pin search_path so migrations survive PgBouncer transaction pooling @Bugs5382 (#95)
📄 Documentation
Extra
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What Changed 👀
🚀 Features
🐛 Bug Fixes
- fix(website): label the next docs version v0.6.0 @Bugs5382 (#91)
- fix(website): escape MDX-hazardous chars in the generated changelog page @Bugs5382 (#89)
📄 Documentation
Extra
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What Changed 👀
🚀 Features
- feat(api): add POST /sagas/{id}/cancel REST endpoint @Bugs5382 (#85)
- feat(store): add AcquireAdvisoryLock helper for single-leader election @Bugs5382 (#84)
Extra
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What Changed 👀
🚀 Features
- feat(deploy): gate cron dispatcher for a dedicated isolated engine pod @Bugs5382 (#76)
- feat(engine): execute step-level retry and compensation @Bugs5382 (#77)
- feat(engine): set TriggerID and record trigger-fire audit rows @Bugs5382 (#72)
- feat(registry): optional dispatch descriptor (http/rmq) on ActionRegistration @Bugs5382 (#73)
- feat(engine): interval-based cron cadences @Bugs5382 (#70)
- feat(engine): cron-scheduled workflow triggers @Bugs5382 (#68)
- feat(deploy): publish container images and a Helm chart @Bugs5382 (#65)
📄 Documentation
Extra
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
What Changed 👀
🚀 Features
🐛 Bug Fixes
⚡ Performance
🧩 Dependency Updates
- chore(deps): bump the github-actions group with 3 updates @dependabot[bot] (#49)
Extra
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What Changed 👀
🚀 Features
- feat(domain): workflow and saga-run domain model @Bugs5382 (#28)
- feat(store): store interface with in-memory and Postgres backends @Bugs5382 (#29)
- feat(resolvers): clock, secrets, and licensing stubs @Bugs5382 (#30)
- feat(cel): CEL evaluation and decision-table rules @Bugs5382 (#31)
- feat(mq): RabbitMQ dispatch topology @Bugs5382 (#32)
- feat(verbs): implement the 31 saga step types @Bugs5382 (#33)
- feat(engine): coordinator and step advancement @Bugs5382 (#34)
- feat(grpc): worker liveness streaming protocol @Bugs5382 (#35)
- feat(api): REST API and OpenAPI specification @Bugs5382 (#36)
- feat(saga): high-level embedding facade @Bugs5382 (#37)
- feat(clients): Go worker SDK @Bugs5382 (#38)
- feat(cmd): api and engine service binaries @Bugs5382 (#39)
📄 Documentation
🧩 Dependency Updates
- chore(deps): bump the github-actions group with 8 updates @dependabot (#27)
Extra
Full Changelog: https://github.com/Bugs5382/go-saga-orchestration/commits/v0.1.0