All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.1.0 - 2023-11-10
- Exposes MNS queue instance by @lizhineng in #11
2.0.0 - 2023-11-07
- Supports clear queue by @lizhineng in #8
- Supports customize HTTP client by @lizhineng in #10
- Introduce PHPStan in the workflow by @lizhineng in #6
- [BREAKING CHANGES] Throws exception when result was failed by @lizhineng in #7
- Improve readability of test cases by @lizhineng in #9
- Fix connector registration on service provider by @lizhineng in #4
- Fix connector not passing the correct queue instance by @lizhineng in #5
- Fix PHPStan rules by @lizhineng in #7
1.0.0 - 2023-11-05
- First release.
- Hopes the package could help you easily integrating ACS MNS with your Laravel Queue.