Skip to content

Commit 72d0646

Browse files
committed
update
1 parent 5c4e288 commit 72d0646

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG-13x.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22

33
All 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)
66

77
## [13.3.0](https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.2.0...13.3.0)
88

9-
- Refactor the creation of RabbitMQ Connection and QueueAPI. [#528](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528)
10-
- Added configuration object as single dependency for RabbitMQQueue in constructor. [#528](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528)
11-
- Fix method getExchangeType, not throwing an exception. [#528](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528)
12-
- Separating the apilogic from the actual publishing to RabbitMQ. [#528](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528)
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)
1317
- Added a reconnect method. [#528](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528)
14-
- Fix the connection and channel not being fully lazy, when QueueAPI was created. [#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)
1520
- Keep track of declared queue's within RabbitMQ. [#528](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/528)
1621
- Implemented the 'rest' option to the consumer [#530](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/530)
22+
- Added abbility to reconnect to RabbitMQ, by inserting a Trait into own `RabbitMQQueue:class` [#530](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/530)
1723

1824
## [13.2.0](https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.1.0...13.2.0)
1925

@@ -27,7 +33,8 @@ All notable changes to this project will be documented in this file.
2733

2834
## [13.0.1 (2022-09-16)](https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v13.0.0...v13.0.1)
2935

30-
- Add $dispatchAfterCommit when running via Horizon [#484](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/484)
36+
- Add $dispatchAfterCommit when running via
37+
Horizon [#484](https://github.com/vyuldashev/laravel-queue-rabbitmq/pull/484)
3138

3239
## [13.0.0 (2022-09-15)](https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v12.0.1...v13.0.0)
3340

0 commit comments

Comments
 (0)