2.0.0 (2026-05-10)
- feat!: make RunMQPublisherService.publish async (Promise) (7804b59)
BREAKING CHANGES
- RunMQPublisherService.publish now returns Promise
instead of void. Existing callers must await the call (or chain
.then/.catch) so broker rejections surface where you can act on them.
The "RunMQ is not connected" guard now rejects the returned promise
rather than throwing synchronously.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com