Skip to content

Releases: Ali127Dev/xoutbox

🚀 v0.0.1 — First Experimental Release of xoutbox

Choose a tag to compare

@Ali127Dev Ali127Dev released this 03 May 20:11
f9ae25f

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.