Releases: prooph/event-store-symfony-bundle
Releases · prooph/event-store-symfony-bundle
0.6.0 Release
Added
- #60 Add configuration option for disabling identity map in repository
v0.5.0 Projection refactoring
Added
- Allow services referenced in config to be prefixed with @ (#41)
- Add FQCN alias for
Prooph\Common\messaging\MessageFactory
(#45, thanks to @gquemener)
Deprecated
- Deprecate using a FQCN instead of a service id for projections.
Support for this kind of configuration will be removed in v1.0. (#43)
Changed
- Enhance validation of repository configuration (#44, thanks to @gquemener)
Removed
- [BC-BREAK] Remove automatically created aliases for projections and projection-managers (#43)
Fixed
v0.4 Symfony 4 pre release
v0.3: EventStore v7 dev release
If you are using ^v6.3 of the EventStore, please stay at v0.2 of this bundle.
This release switches to v7 of the EventStore.
Many parts of the bundle has been rewritten, so please be careful.
An initial draft of the documentation can be found at #27.
Please be also aware that there is still some work done to get this bundle stable, so there might be breaking changes before the first stable release.
0.2.2 Bugfix Release
Fixed
- Metadata enricher plugin service was not marked as public and caused an error
0.2.1 Dev Release
Fixed
- Added an EventStoreFactory and changed the plugin mechanism, so that plugins are loaded correctly
0.2 Dev Release
Changed
- Removed
store
sub namespace and_store
suffix from store service id, before:prooph_event_store.store.main_store
; now:prooph_event_store.main
- Removed
prooph_event_store.
namespace and_repository
suffix from repository service id, before:prooph_event_store.main.todo_list
; now:todo_list
- Added possibility to tag plugins globally (for all stores) with
prooph_event_store.plugin
- Aded possibility to tag metadata enrichers globally (for all stores) with
prooph_event_store.metadata_enricher
0.1 Dev Release
First development version. API is expected to change as we'll try the current approach in a real app and may change things until we're happy with the bundle.