Skip to content

Releases: tiny-blocks/outbox

v1.0.0

14 May 04:22
47b2e53

Choose a tag to compare

  • Adds DoctrineOutboxRepository plus supporting schema, SQL-building, and exception types for persisting outbox records inside an existing transaction.
  • Introduces payload and snapshot serialization abstractions (including reflection-based defaults) with JSON validation.
  • Adds integration/unit tests (including Docker-backed MySQL) plus CI/static-analysis configuration and expanded README documentation.