Skip to content

Latest commit

 

History

History
106 lines (54 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

106 lines (54 loc) · 2.58 KB

RabbitMQ CHANGELOG

v0.1.2 - 2025-04-17

What's Changed

  • feat: make isSecure flag configurable by @algins in #6

New Contributors

  • @algins made their first contribution in #6

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.1.1...v0.1.2

v0.1.1 - 2025-04-04

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.1.0...v0.1.1

Added

  • Made RabbitMQ basic_qos settings (prefetch_size, prefetch_count, global) configurable via the queue.php or RabbitMQConnectionConfig.php configuration file.

Changed

  • Updated documentation to reflect the new basic_qos configuration options.

Fixed

  • N/A

v0.1.0 - 2025-03-29

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.14...v0.1.0

  • added laravel 12 support
  • fix some issues

v0.0.14 - 2023-11-08

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.13...v0.0.14

v0.0.13 - 2023-11-08

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.12...v0.0.13

v0.0.12 - 2023-11-07

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.11...v0.0.12

-- add parallel consume

v0.0.11 - 2023-02-15

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.10...v0.0.11

  • add support for laravel 10

v0.0.10 - 2023-01-08

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.9...v0.0.10

  • Added some test

v0.0.9 - 2023-01-02

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.8...v0.0.9

  • Fix critical bug in composer

v0.0.8 - 2023-01-02

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.7...v0.0.8

Fix critical bug in declare queues

v0.0.7 - 2023-01-01

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.6...v0.0.7

Fixe bug

v0.0.6 - 2023-01-01

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.5...v0.0.6

Fix issue #issue-1515688142

v0.0.5 - 2023-01-01

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.4...v0.0.5

  • Add Rector

v0.0.4 - 2022-12-31

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.3...v0.0.4

Important

  • fix consumer bug

v0.0.3 - 2022-12-30

Full Changelog: https://github.com/iamfarhad/LaravelRabbitMQ/compare/v0.0.2...v0.0.3

update readme