Skip to content

Commit aa487f0

Browse files
committed
add CHANGELOG.md
1 parent 2152059 commit aa487f0

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [10.0.0 (2019-xx-xx)](https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v9.0...master)
6+
7+
- Switch from enqueue to [php-amqplib](https://github.com/php-amqplib/php-amqplib)
8+
- Fix #235
9+
- Add support for multiple hosts
10+
- Added `exchange:declare` artisan command
11+
- Added `queue:bind` artisan command
12+
- Added `queue:declare` artisan command
13+
- Added `queue:purge` artisan command
14+
- Bulk push messages using `batch_basic_publish`
15+
- No more “sleeps”. Exception will be thrown on lost connection or if any other exception occurs and process manager should be configured properly to manage such situations.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RabbitMQ Queue driver for Laravel
88

99
## Support Policy
1010

11+
Only the latest version will get new features. Bug fixes will be provided using the following scheme:
12+
1113
| Package Version | Laravel Version | Bug Fixes Until |
1214
|-----------------|-----------------|---------------------|
1315
| 6.0 | 5.5 | August 30th, 2019 |

0 commit comments

Comments
 (0)