Broadway v0.5.x Release Notes

  • BC breaks

    • 🚚 DomainMessageInterface has been removed, and DomainMessage has been made final.
    • 📇 Renamed add method to save for aggregate root repositories.
    Symfony Bundle
    • 🔧 The global storage_suffix parameter has been removed and has been replaced with a configuration value: saga.mongodb.storage_suffix.

    Summary of other changes

    • 🆕 New example on how to use child entities.
    • ⚡️ The EventSourcing Scenario has been updated to support all the latest changes.
    • ✅ An AggregateRootScenarioTestCase has been added with an example on how to use it.
    • The command bus and event bus have been made more resilient.
    • We now publish the decorated event stream on the event bus.
    • ➕ Added possibility to use binary as UUID column. See README in the Bundle for configuration details.
    • The CLI Command in the Bundle doesn't throw errors anymore if the schema already exists.