We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722bff7 commit 0362b85Copy full SHA for 0362b85
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+0.2.0 (2023-04-19)
5
+------------------
6
+
7
+- socket_timeout contex manager works with ssl sockets.
8
+- graceful_timeout default set to 0.
9
+- connection release bug fixed.
10
11
12
0.1.1 (2023-03-17)
13
------------------
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "generic-connection-pool"
-version = "0.1.1"
+version = "0.2.0"
description = "generic connection pool"
authors = ["Dmitry Pershin <[email protected]>"]
license = "Unlicense"
0 commit comments