Skip to content

Commit 611891b

Browse files
authored
Merge pull request #535 from vyuldashev/changelog-13x-release-13_3_0
Update CHANGELOG-13x.md
2 parents 3c86da6 + 0c0b396 commit 611891b

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG-13x.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,25 @@
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)
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

Comments
 (0)