Broadway v1.0.x Release Notes

  • BC breaks

    • The EventStore interface added a loadFromPlayhead method
    • โœ… The ReadModelTestCase is renamed to SerializableReadModelTestCase
    • ๐Ÿšš We moved the Doctrine DBAL event store implementation to a separate repository
    • ๐Ÿšš We moved the Elasticsearch read model implementation to a separate repository
    • ๐Ÿšš We moved the Symfony bundle to a separate repository
    • ๐Ÿšš We moved the Saga component to a separate repository
    • DBALEventStore and InMemoryEventStore can now throw DuplicatePlayheadException. Ensure you are catching EventStoreException instead of specific driver exceptions.