We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e31064 commit ba8611eCopy full SHA for ba8611e
CHANGES.txt
@@ -6,6 +6,13 @@ Unreleased
6
==========
7
8
9
+2022/07/04 0.27.1
10
+=================
11
+
12
+- Fixed regression introduced by ``0.27.0`` resulting in unavailable servers if
13
+ all configured servers aren't reachable once.
14
15
16
2022/06/02 0.27.0
17
=================
18
src/crate/client/__init__.py
@@ -29,7 +29,7 @@
29
30
# version string read from setup.py using a regex. Take care not to break the
31
# regex!
32
-__version__ = "0.27.0"
+__version__ = "0.27.1"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments