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.
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)