Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

45 lines (28 loc) · 1.85 KB

Changelog

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

Added

  • Exposes MNS queue instance by @lizhineng in #11

2.0.0 - 2023-11-07

Added

  • Supports clear queue by @lizhineng in #8
  • Supports customize HTTP client by @lizhineng in #10
  • Introduce PHPStan in the workflow by @lizhineng in #6

Changed

  • [BREAKING CHANGES] Throws exception when result was failed by @lizhineng in #7
  • Improve readability of test cases by @lizhineng in #9

Fixed

  • 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

Added

  • First release.
  • Hopes the package could help you easily integrating ACS MNS with your Laravel Queue.