1.4.1 (2023-09-12)
Features Added
ReceivedMessage
can be converted to aMessage
for easier re-sending, usingReceivedMessage.Message()
. PR#21472
Bugs Fixed
- admin.Client properly populates the request body when retrying operations. PR#21496
- Senders could potentially hang forever on SendMessage() calls due to a race condition. Fixed by upgrading to go-amqp v1.0.2. PR#21465