Skip to content

Releases: prooph/event-store-symfony-bundle

0.6.0 Release

22 May 09:21
v0.6.0
bf93ffa
Compare
Choose a tag to compare
0.6.0 Release Pre-release
Pre-release

Added

  • #60 Add configuration option for disabling identity map in repository

v0.5.0 Projection refactoring

03 May 10:08
Compare
Choose a tag to compare
Pre-release

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

  • Fix projection configuration via tags (#42, #43)

v0.4 Symfony 4 pre release

21 Feb 14:15
Compare
Choose a tag to compare
Pre-release

v0.4 finally supports Symfony 4. Unfortunately Symfony < v3.3 is not more supported.

Changed

  • Support Symfony 4, drop Symfony <= 3.3 (#33, #38, thanks to @kejwmen, @mkurzeja)

v0.3: EventStore v7 dev release

06 Dec 10:28
Compare
Choose a tag to compare
Pre-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

24 Aug 22:28
Compare
Choose a tag to compare
0.2.2 Bugfix Release Pre-release
Pre-release

Fixed

  • Metadata enricher plugin service was not marked as public and caused an error

0.2.1 Dev Release

24 Aug 21:12
Compare
Choose a tag to compare
0.2.1 Dev Release Pre-release
Pre-release

Fixed

  • Added an EventStoreFactory and changed the plugin mechanism, so that plugins are loaded correctly

0.2 Dev Release

23 Aug 19:10
Compare
Choose a tag to compare
0.2 Dev Release Pre-release
Pre-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

23 Aug 09:02
Compare
Choose a tag to compare
0.1 Dev Release Pre-release
Pre-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.