Releases: eMAGTechLabs/messenger-mongo-bundle
Releases · eMAGTechLabs/messenger-mongo-bundle
1.3.0
1.2.0
What's Changed
- Allow writeConcern to be disabled by @mustanggb in #34
- remove support for php 7.4 and 8.0, and migrate to phpunit 10 by @mihaileu in #37
New Contributors
- @mustanggb made their first contribution in #34
Full Changelog: 1.1.0...1.2.0
Add support for symfony 7
What's Changed
- allow testing with php 8.3 by @mihaileu in #36
- switch with the documented logical operator by @mihaileu in #32
- Symfony 7 by @hakanbolat in #35
New Contributors
- @hakanbolat made their first contribution in #35
Full Changelog: 1.0.3...1.1.0
Fix issue when try to retry all messages
fix issue when run the retry command for all failed messages (#33) * fix issue when run the retry command for all failed messages * Update ci.yml
fixes on remove command when no id is given
Fix the messenger:failed:remove command when no id is given (#31) * Fixes * Fixed tests Co-authored-by: Matei Carpen <[email protected]>
Fix issue when try to retry all messages
Fix issue when try to retry all messages (#27) Co-authored-by: Adi Mihaila <[email protected]>
drop support for php <7.4, add support for php 8.0
remove support for php <7.4, add suport for php 8.0 (#25) Co-authored-by: Iosif Chiriluta <[email protected]>
0.1.1: Support +srv mongo connections (#21)
* Support +srv mongo connections * Add transport supports test
Initial release
Initial release