Releases: Azure/go-amqp
Releases · Azure/go-amqp
v0.16.4
- Fixes a race condition reading link.err. PR#92
v0.16.3
v0.16.2
v0.16.1
Bug Fixes
- Fixed a panic during link attach if Source/Target are nil #77
- Verify frame data offset is valid per spec #78
- Fixed a hang when attempting to deallocate a session when its mux isn't running #80
- Fixed a race condition when creating sessions #82
- Fixed a hang in session mux if the attach frame is invalid #82
- Removed wrapping of context errors when sending messages #88
v0.16.0
v0.15.0
- Exposing the maximum message size (
max-message-size
) via theSender.MaxMessageSize
.