You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.14.0 (2025-02-13)
Features Added
Add support for Decimal128 in pyAMQP ([#39511]#39511)
Bugs Fixed
Fixed a bug where async websocket disconnects were not being retried properly.
Fixed a bug where pyAMQP was doubly retrying, causing latency on reconnect. (#39037)
Fixed a bug where handle partial frames being sent twice due to multiple threads trying to send from the same outgoing internal buffer for large messages. (#38067)