From c789c9866828a206c3e2f68f93e06a49afa20311 Mon Sep 17 00:00:00 2001 From: Tony Locke Date: Sun, 31 Mar 2024 15:39:56 +0100 Subject: [PATCH] Prepare for new release --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 18d304e..2583174 100644 --- a/README.md +++ b/README.md @@ -2040,6 +2040,15 @@ twine upload dist/* ## Release Notes +### Version 1.31.0, 2024-03-31 + +- Now the `ssl_context` connection parameter can have one of four values: + - None - The default, meaning it'll try and connect over SSL but fall back to a plain socket if not. + - True - Will try and connect over SSL and fail if not. + - False - It'll not try to connect over SSL. + - SSLContext object - It'll use this object to connect over SSL. + + ### Version 1.30.5, 2024-02-22 - Fix bug that now means the number of parameters cam be as high as an unsigned 16 bit