Releases: run-as-root/magento2-message-queue-retry
Releases · run-as-root/magento2-message-queue-retry
3.0.2
What's Changed
- Code base for the first version of the module by @cristiano-pacheco in #1
- Static tests by @cristiano-pacheco in #4
- Adds bootstrap file for the unit tests by @cristiano-pacheco in #6
- Module documeantation by @cristiano-pacheco in #10
- Feature/#9 GitHub actions by @cristiano-pacheco in #11
- Static tests by @cristiano-pacheco in #8
- Replace Rewrite by Around Plugin on message reject function by @VladyslavSikailo in #15
- add important note about infinity retrying by @VladyslavSikailo in #14
- Removes the QueueLockRepository and Consumer declaration by @cristiano-pacheco in #17
- Configure retry through xml instead of core_config_data by @cristiano-pacheco in #19
- Improves the retry limit query by @cristiano-pacheco in #21
- Multiple topics same file by @cristiano-pacheco in #23
- Fix fatal error by @VladyslavSikailo in #25
- Adds skip retry check by @cristiano-pacheco in #28
- Changes to skip the message retry by @cristiano-pacheco in #30
- [#35] - Rename the message table by @cristiano-pacheco in #36
- [#33] - Adds a Cronjob to delete the queue error messages from the da… by @cristiano-pacheco in #37
- [#39] - Adds a data patch to message table migration by @cristiano-pacheco in #40
- Fix PHP 8.4 compatibility by @bramstroker in #43
New Contributors
- @VladyslavSikailo made their first contribution in #15
- @bramstroker made their first contribution in #43
Full Changelog: https://github.com/run-as-root/magento2-message-queue-retry/commits/3.0.2
3.0.1
- Adds data patches to migrate the data from the old
run_as_root_messagetorun_as_root_queue_error_messagetable, to avoid issues duringsetup:installcommand.
3.0.0
- Adds a cron job to delete the queue error messages from the database
- Added a configuration to set the period in days to keep the messages in the database
- Renamed the table
run_as_root_messagetorun_as_root_queue_error_message- Changed the repository, model triad, queries and commands.
2.1.1
- Changes to skip the message retry
2.1.0
- Adds the skip retry feature
2.0.3
Make the HandleQueueMessageRejectPlugin plugin method arguments optional as in the original subject method.
2.0.2
- Removes the composer.json version to avoid issues on Packagist
- Adds the reader attribute id to support multiple topics in the same queue_retry.xml file
2.0.1
- Improves the retry limit query
2.0.0
- Configure retry through XML instead of core_config_data
1.1.0
- Replace Rewrite by Around Plugin on the message reject function
- Fix Retries Count
- Refactory
- Removes the unused PHPUnit test coverage pipeline