Version 1.2.1

- Extended associated event not found exception message
- Args position. Fixed deprecated warning
- Queue auto-delete configuration support
This commit is contained in:
2026-06-23 13:23:35 +04:00
parent 505990e247
commit 6bfb91a50f
3 changed files with 321 additions and 304 deletions

View File

@@ -3,7 +3,7 @@
"description": "A laravel package for events emitting between services using RabbitMQ as message broker.",
"type": "library",
"license": "MIT",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"laravel", "rabbitmq", "event", "emit", "microservice",
"pipeline", "data exchanging", "message", "broker", "php8",