Releases: shlinkio/shlink-event-dispatcher
Releases · shlinkio/shlink-event-dispatcher
v4.1.0
v4.0.0
Changed
- Update dependencies
- Update to PHPUnit 11
Added
- Nothing
Removed
- Remove support for openswoole
- Remove infection and mutation tests
Fixed
- Nothing
Deprecated
- Nothing
v3.1.0
Changed
- Nothing
Added
- Add new mechanism to prevent listeners to be registered based on runtime conditions.
- Add support for PHP 8.3
Removed
- Drop support for PHP 8.1
Fixed
- Fix EventDispatcherAggregate, making sure it dispatches both regular and async listeners if the event is registered for both
Deprecated
- Deprecated support for openswoole.
v3.0.0
Changed
- Migrated to roadrunner-jobs 4.0
- Migrated infection config to json5.
- Migrated from prophecy to PHPUnit mocks.
- Updated to PHPUnit 10 and migrate to PHPUnit 10.1 config format.
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Dropped support for roadrunner-jobs 2.x
v2.6.0
v2.5.0
Changed
- Updated to shlink-config 2.0
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v2.4.0
Added
- Nothing
Changed
- Updated dependencies
Changed
- Updated to infection 0.26, enabling HTML reports.
- Added explicitly enabled composer plugins to composer.json.
Removed
- Dropped support for PHP 8.0
Fixed
- Nothing
Deprecated
- Nothing
v2.3.0
v2.2.0
Changed
- Added experimental builds under PHP 8.1
- Increased required phpstan level to 8
- Moved ci workflow to external repo and reused
- Updated to phpstan 1.0
Added
- Nothing
Removed
- Dropped support for PHP 7.4
Fixed
- Nothing
Deprecated
- Nothing