Releases: Ali127Dev/xoutbox
Releases · Ali127Dev/xoutbox
Release list
🚀 v0.0.1 — First Experimental Release of xoutbox
xoutbox v0.0.1
Initial experimental release of xoutbox — a generic, production‑oriented implementation of the Outbox Pattern for Go.
✨ Overview
xoutbox provides a reliable and extensible foundation for implementing the Transactional Outbox Pattern in distributed systems.
It is designed for:
- ✅ Reliable event publishing
- ✅ At‑least‑once delivery guarantees
- ✅ Safe concurrent workers
- ✅ Pluggable storage backends
- ✅ Pluggable message brokers
- ✅ High throughput processing
This release establishes the core architecture and APIs.