Skip to content

Commit f75f872

Browse files
authored
Update CHANGELOG.md
1 parent 696b046 commit f75f872

File tree

1 file changed

+0
-105
lines changed

1 file changed

+0
-105
lines changed

CHANGELOG.md

Lines changed: 0 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1 @@
1-
# RabbitMQ CHANGELOG
21

3-
## v0.1.2 - 2025-04-17
4-
5-
### What's Changed
6-
7-
* feat: make isSecure flag configurable by @algins in https://github.com/iamfarhad/LaravelRabbitMQ/pull/6
8-
9-
### New Contributors
10-
11-
* @algins made their first contribution in https://github.com/iamfarhad/LaravelRabbitMQ/pull/6
12-
13-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.1.1...v0.1.2
14-
15-
## v0.1.1 - 2025-04-04
16-
17-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.1.0...v0.1.1
18-
19-
### Added
20-
21-
- Made RabbitMQ `basic_qos` settings (prefetch_size, prefetch_count, global) configurable via the `queue.php` or `RabbitMQConnectionConfig.php` configuration file.
22-
23-
### Changed
24-
25-
- Updated documentation to reflect the new `basic_qos` configuration options.
26-
27-
### Fixed
28-
29-
- N/A
30-
31-
## v0.1.0 - 2025-03-29
32-
33-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.14...v0.1.0
34-
35-
- added laravel 12 support
36-
- fix some issues
37-
38-
## v0.0.14 - 2023-11-08
39-
40-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.13...v0.0.14
41-
42-
## v0.0.13 - 2023-11-08
43-
44-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.12...v0.0.13
45-
46-
## v0.0.12 - 2023-11-07
47-
48-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.11...v0.0.12
49-
50-
-- add parallel consume
51-
52-
## v0.0.11 - 2023-02-15
53-
54-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.10...v0.0.11
55-
56-
- add support for laravel 10
57-
58-
## v0.0.10 - 2023-01-08
59-
60-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.9...v0.0.10
61-
62-
- Added some test
63-
64-
## v0.0.9 - 2023-01-02
65-
66-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.8...v0.0.9
67-
68-
- Fix critical bug in composer
69-
70-
## v0.0.8 - 2023-01-02
71-
72-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.7...v0.0.8
73-
74-
Fix critical bug in declare queues
75-
76-
## v0.0.7 - 2023-01-01
77-
78-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.6...v0.0.7
79-
80-
Fixe bug
81-
82-
## v0.0.6 - 2023-01-01
83-
84-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.5...v0.0.6
85-
86-
Fix issue [#issue-1515688142](https://github.com/iamfarhad/LaravelRabbitMQ/issues/1#issue-1515688142)
87-
88-
## v0.0.5 - 2023-01-01
89-
90-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.4...v0.0.5
91-
92-
- Add Rector
93-
94-
## v0.0.4 - 2022-12-31
95-
96-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.3...v0.0.4
97-
98-
**Important**
99-
100-
- fix consumer bug
101-
102-
## v0.0.3 - 2022-12-30
103-
104-
**Full Changelog**: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.2...v0.0.3
105-
106-
update readme

0 commit comments

Comments
 (0)