7.13.0 (2024-11-12)
Features Added
- Added
ssl_context
parameter to the clients to allow users to pass in the SSL context, in which case,connection_verify
will be ignored if specified.(#37246)
Bugs Fixed
- Fixed a broken f-string present in a
ValueError
when using the async client. (37695) - Fixed a bug with the incorrect error being raised for larger than allowed batch size. (38260)
- Fixed a bug with an error being raised when the fully-qualified namespace included a port, rather than ignoring the port. (37547)
Other Changes
- Added debug logging to track received messages.