v3.0.0
BREAKING CHANGES
- Require php
>=7.4 - Uses php7 type hinting throughout with
declare(strict_types=1); - Uses
"gdbots/pbj": "^3.0" - Uses
"gdbots/query-parser": "^2.0" - Uses
"gdbots/schemas": "^2.0" - Uses
"symfony/event-dispatcher": "^5.1" - Removes all gearman functionality.
- Renames
Gdbots\Pbjx\ShardUtilstoGdbots\Pbjx\ShardUtil. - Renames
Gdbots\Pbjx\StatusCodeConvertertoGdbots\Pbjx\StatusCodeUtil. - Changes all typehints using mixin interfaces (Command/Event/Request) to just Message since gdbots/pbjc compiler no longer generates interfaces for mixins.
- Changes
EventStore::pipeEventsandEventStore::pipeAllEventsto return a generator instead of using callback style. - Adds
EnrichContextEventwhich will be dispatched by theDynamoDbEventStoreandElasticaEventSearchso the context can be customized via event subscribers.