Releases: netglue/laminas-messenger
1.1.2
What's Changed
Symfony/console is now listed as a dependency at ^5.4
- this lib is not yet compatible with messenger ^6 or console ^6 yet
Various locked dependency versions updated by @dependabot
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Bump symfony/messenger from 5.4.2 to 5.4.3 by @dependabot in #60
- Bump symfony/dependency-injection from 5.4.2 to 5.4.3 by @dependabot in #59
- Bump symfony/event-dispatcher from 5.4.0 to 5.4.3 by @dependabot in #61
- Bump symfony/serializer from 5.4.2 to 5.4.3 by @dependabot in #62
- Bump ridedott/merge-me-action from 2.9.99 to 2.9.102 by @dependabot in #63
- Bump ridedott/merge-me-action from 2.9.102 to 2.9.106 by @dependabot in #64
- Bump ridedott/merge-me-action from 2.9.106 to 2.9.109 by @dependabot in #65
- Bump phpunit/phpunit from 9.5.13 to 9.5.14 by @dependabot in #66
- Bump ridedott/merge-me-action from 2.9.109 to 2.9.110 by @dependabot in #67
- Bump symfony/serializer from 5.4.3 to 5.4.5 by @dependabot in #68
- Bump symfony/dependency-injection from 5.4.3 to 5.4.5 by @dependabot in #70
- Bump phpunit/phpunit from 9.5.14 to 9.5.16 by @dependabot in #69
- Bump ridedott/merge-me-action from 2.9.110 to 2.9.113 by @dependabot in #71
- Bump symfony/serializer from 5.4.5 to 5.4.6 by @dependabot in #72
- Bump symfony/dependency-injection from 5.4.5 to 5.4.6 by @dependabot in #74
- Bump phpunit/phpunit from 9.5.16 to 9.5.17 by @dependabot in #73
- Bump ridedott/merge-me-action from 2.9.113 to 2.9.117 by @dependabot in #75
- Bump phpunit/phpunit from 9.5.17 to 9.5.18 by @dependabot in #76
- Bump ridedott/merge-me-action from 2.9.117 to 2.9.121 by @dependabot in #77
- Bump phpunit/phpunit from 9.5.18 to 9.5.19 by @dependabot in #78
- Bump ridedott/merge-me-action from 2.9.121 to 2.9.125 by @dependabot in #79
- #StandWithUkraine by @gsteel in #80
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Added ability to configure additional transport factories by @kynx in #54
- Bump symfony/serializer from 5.3.8 to 5.4.2 by @dependabot in #53
- Auto-merge Dependabot PRs by @gsteel in #56
- Bump phpunit/phpunit from 9.5.10 to 9.5.13 by @dependabot in #55
- Bump laminas/laminas-config-aggregator from 1.6.0 to 1.7.0 by @dependabot in #38
- Bump squizlabs/php_codesniffer from 3.6.0 to 3.6.2 by @dependabot in #48
- Bump symfony/dependency-injection from 5.3.8 to 5.4.2 by @dependabot in #51
- Bump symfony/event-dispatcher from 5.3.7 to 5.4.0 by @dependabot in #58
- Bump symfony/messenger from 5.3.9 to 5.4.2 by @dependabot in #52
New Contributors
Full Changelog: 1.0.4...1.1.0
laminas-messenger 1.0.4
laminas-messenger 1.0.3
Added
- Nothing.
Changed
- Adds symfony/dependency-injection as a dependency due to symfony/messenger requiring it but not declaring it as a direct dependency. This effectively fixed compatibility with messenger 5.3.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
laminas-messenger 1.0.2
Added
- Nothing.
Changed
- Relax psr/container constraint to allow 1.0 || 2.0.
- Changed CI to use the laminas continuous integration matrix.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
laminas-messenger 1.0.1
Added
- Nothing.
Changed
-
Removed the optional config providers from
composer.json
because by default they get injected automatically when
installed in an unattended way, for example in CI. This meant that the static factories in your own configuration
would get screwed up during configuration merging. -
Updated the Readme to reflect this change in installation behaviour
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
laminas-messenger 1.0.0
Added
- Nothing.
Changed
-
#4 changes configuration of the shipped commands so that they
reside under the keylaminas-cli
instead ofconsole
thereby integrating with the laminas-cli package instead of the abandoned netglue/laminas-symfony-console package. -
#1 Tests have been refactored to be compatible with PHPUnit 9+ by removing usage of Prophecy.
-
Upgraded Doctrine Coding Standard to 8.x and removed most customisations in
phpcs.xml
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
laminas-messenger 0.1.0
Added
- Everything
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.