Releases: contributte/rabbitmq
Releases · contributte/rabbitmq
v10.0.0
Bumped! 🌮
Diff: v9.5.0...v10.0.0
Changes:
- Composer: require PHP 8.1+ [dc3b57d] (@f3l1x)
- Tests: refactor [a13babf] (@f3l1x)
- Code: add types [d9d700b] (@f3l1x)
- Composer: require latest deps [f509fd1] (@f3l1x)
- Support symfony/console 7.0 [d9ce164] (@radimvaculik)
Maintenance:
- Composer: update dev tools [61bb4be] (@f3l1x)
- CI: modernize [c9d0579] (@f3l1x)
- Readme++ [4b7c383] (@f3l1x)
- Composer: open v10.x [8f396e8] (@f3l1x)
- Code: update gitignore, editorconfig [33cb784] (@f3l1x)
- Makefile: modernize [d867d8e] (@f3l1x)
- QA: update codesniffer [1af81f6] (@f3l1x)
- QA: update phpstan [6cfeafc] (@f3l1x)
v9.5.0
v9.4.0
v9.3.1
v9.3.0
Bumped!
Diff: v9.2.0...v9.3.0
Changes:
- fix: issue #64 - undefined array key 'routingKeys' leads to TypeError in unpacking operator (only arrays can be unpacked) (#65) [4435d36] (@TomPavelec)
v9.2.0
Bumped!
Diff: v9.1.0...v9.2.0
Changes:
- New exchange type (#58), https://github.com/rabbitmq/rabbitmq-delayed-message-exchange [4d51745] (@michalhlavka)
- Add possibility to have more routing keys for one exchange (#61) [96a55a9] (@Spilky)
v9.1.0
Bumped! 🤩
Diff: v9.0.0...v9.1.0
Changes:
- Better error message (#48) [c4bbc5f] (@patrickkusebauch)
- Try to reconnect on socket error (broken pipe mostly) (#50) [e07d274] (@bckp)
- Refactored to fit PHP 7.4+ (#51) [d735cdb] (@bckp)
- Codestyle: improvements (#49) [9507592] (@petrparolek)
- Drop github funding [c620907] (@f3l1x)
- Improvements (#55) [5279b3b] (@petrparolek)
- Gitlab Worflow updates, composer requirements: support symfony v6 (#57) [f9a641f] (@f3l1x)
v9.0.0
Bumped!
Diff: v8.2.0...v9.0.0
Changes:
- Add sync disconnect to the Bunny\Client so we can disconnect synced without Promises. The main reason for this is, that client itself is sync (async is in async/client.php) and if connection is lost during app, it will end fatal error with exception, that can`t be catch. This will put the disconnect back to the sync state, so no more promise and no mo trouble if connection is dropped. (#47) [ae30026] (@bckp)
- Support for bulk consumer (#45), co-authored-by: Petr Kučera [email protected] [ab8a81a] (@bckp)
v8.2.0
v8.1.0
Bumped! 💁♀️
Diff: v8.0.2...v8.1.0
Changes:
- Docs improvement (#40), * unify syntax in readmes [1ea6ce9] (@petrparolek)
- Improvements (#42, #39), * Travis CI -> GitHub Actions
- Added support for
MESSAGE_ACK_AND_TERMINATE
(#41) [c730924] (@jakubvojacek)