2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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 )
6
24
7
25
## [ 13.2.0] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.1.0...13.2.0 )
8
26
@@ -16,7 +34,8 @@ All notable changes to this project will be documented in this file.
16
34
17
35
## [ 13.0.1 (2022-09-16)] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.0.0...v13.0.1 )
18
36
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 )
20
39
21
40
## [ 13.0.0 (2022-09-15)] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v12.0.1...v13.0.0 )
22
41
0 commit comments