Releases: landingi/event-store-bundle
Releases · landingi/event-store-bundle
v2.0.0
v1.2.1
What's Changed
- [LEAD-1193]Add new event to strict listener by @WhiteLaguna in #16
- [LEAD-1181]Add new events in strict listener by @WhiteLaguna in #17
New Contributors
- @WhiteLaguna made their first contribution in #16
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Install and configure landingi coding standard by @Ferror in #12
- [PI-1239]Change Travis CI to GitHub actions by @dawidkocur in #14
- [PI-1239]Add useful getter for CreatedAt object by @dawidkocur in #13
New Contributors
- @dawidkocur made their first contribution in #14
Full Changelog: 1.1.0...v1.2.0
Bundle auto-configuration
Bundle auto-configuration
- To
config/packages
addlandingi_event_store.yaml
with following content
landingi_event_store:
event_store:
connection: 'doctrine.dbal.default_connection' # event store DB connection
auditlog:
enabled: true # set to false to disable AuditLogListener
endpoint: 'http://audit-log' # base URL endpoint for SymfonyHttpAuditLogStore
client: 'http_client' # instance of Symfony\Contracts\HttpClient\HttpClientInterface interface
strict_mode: true # set to false to ignore StrictAuditLogListener allowed events list
- To
config/bundles.php
add:
Landingi\EventStoreBundle\LandingiEventStoreBundle::class => ['all' => true]
Package versioning via tags
v1.0.2 Remove versioning from composer.json file as the versioning should be…
PHP 8.0 support
Added support for the PHP newer than 7.4
The Event Store Bundle
Gives you basic event store implementation