summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2021-07-13 13:59:13 +0200
committerGitHub <noreply@github.com>2021-07-13 04:59:13 -0700
commit07b5ecc21ce5d388d4312c943d79f813311e349f (patch)
tree4dee471e7a896d31236051b856ddf67242d0d3d9 /ChangeLog.rst
parentdb3b18c69f61e89569e3ce29dfc49bc1a90d5b69 (diff)
downloadpymemcache-07b5ecc21ce5d388d4312c943d79f813311e349f.tar.gz
Prepare the v3.5.0 release (#341)v3.5.0
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 13a5262..a73b219 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,12 @@
Changelog
=========
+New in version 3.5.0
+--------------------
+* Sockets are now closed on ``MemcacheUnexpectedCloseError``.
+* Added support for TCP keepalive for client sockets on Linux platforms.
+* Added retrying mechanisms by wrapping clients.
+
New in version 3.4.4
--------------------
* Idle connections will be removed from the pool after ``pool_idle_timeout``.