Releases: ericksonlopezf/dotnet-outbox
Releases · ericksonlopezf/dotnet-outbox
Release list
v2.0.0
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
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 ...