Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Mar 31, 2024
1 parent d815ef6 commit c789c98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c789c98

Please sign in to comment.