22
33All notable changes to this project will be documented in this file.
44
5- ## [ unreleased] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.2.0...master )
5+ ## [ unreleased] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.3.0...master )
6+
7+ ## [ 13.3.0] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.2.0...13.3.0 )
8+
9+ - Refactor the creation of RabbitMQ Connection and
10+ QueueAPI. [ #528 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528 )
11+ - Added configuration object as single dependency for RabbitMQQueue in
12+ constructor. [ #528 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528 )
13+ - Fix method getExchangeType, not throwing an
14+ exception. [ #528 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528 )
15+ - Separating the api logic from the actual publishing to
16+ RabbitMQ. [ #528 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528 )
17+ - Added a reconnect method. [ #528 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528 )
18+ - Fix the connection and channel not being fully lazy, when QueueAPI was
19+ created. [ #528 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528 )
20+ - Keep track of declared queue's within RabbitMQ. [ #528 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528 )
21+ - Implemented the 'rest' option to the consumer [ #530 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/530 )
22+ - Added ability to reconnect to RabbitMQ, by creating your
23+ own ` RabbitMQQueue:class ` [ #531 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/531 )
624
725## [ 13.2.0] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.1.0...13.2.0 )
826
@@ -16,7 +34,8 @@ All notable changes to this project will be documented in this file.
1634
1735## [ 13.0.1 (2022-09-16)] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.0.0...v13.0.1 )
1836
19- - Add $dispatchAfterCommit when running via Horizon [ #484 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/484 )
37+ - Add $dispatchAfterCommit when running via
38+ Horizon [ #484 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/484 )
2039
2140## [ 13.0.0 (2022-09-15)] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v12.0.1...v13.0.0 )
2241
0 commit comments