Skip to content

Releases: ericksonlopezf/dotnet-outbox

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 03:24
7e6da41

2.0.0 (2026-08-31)

⚠ BREAKING CHANGES

  • expand framework capabilities with new storage providers, broker integrations, inbox idempotency, and comprehensive test and benchmark suites.

✨ Features

  • expand framework capabilities with new storage providers, broker integrations, inbox idempotency, and comprehensive test and benchmark suites. (bcfd8f2)

Release 1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:04
26fc965

Ecosystem Packages in this release

Package Version
EricksonLopez.Outbox 1.0.0
EricksonLopez.Outbox.EntityFrameworkCore 1.0.0
EricksonLopez.Outbox.Storage.PostgreSql 1.0.0
EricksonLopez.Outbox.Storage.SqlServer 1.0.0
EricksonLopez.Outbox.Storage.MySql 1.0.0
EricksonLopez.Outbox.Storage.Oracle 1.0.0
EricksonLopez.Outbox.Storage.Sqlite 1.0.0
EricksonLopez.Outbox.Brokers.RabbitMQ 1.0.0
EricksonLopez.Outbox.Brokers.Kafka 1.0.0
EricksonLopez.Outbox.Brokers.AwsSqs 1.0.0
EricksonLopez.Outbox.Brokers.AzureServiceBus 1.0.0
EricksonLopez.Outbox.Brokers.GooglePubSub 1.0.0
EricksonLopez.Outbox.Brokers.Nats 1.0.0
EricksonLopez.Outbox.Brokers.RedisStreams 1.0.0
EricksonLopez.Outbox.MassTransit 1.0.0
EricksonLopez.Outbox.SourceGenerators 1.0.0
EricksonLopez.Outbox.Analyzers 1.0.0

For detailed changes, see CHANGELOG.md.

Installation

dotnet add package EricksonLopez.Outbox --version 1.0.0
dotnet add package EricksonLopez.Outbox.Storage.PostgreSql --version 1.0.0
dotnet add package EricksonLopez.Outbox.Brokers.RabbitMQ --version 1.0.0
# ... and others ...