We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bf986 commit ef390c2Copy full SHA for ef390c2
Changelog.rst
@@ -12,6 +12,18 @@ Version compatible with elasticsearch 5.0
12
* passing in a keyword parameter with ``None`` as value will cause that param
13
to be ignored
14
15
+2.4.0 (2016-08-17)
16
+------------------
17
+
18
+ * ``ping`` now ignores all ``TransportError`` exceptions and just returns
19
+ ``False``
20
+ * expose ``scroll_id`` on ``ScanError``
21
+ * increase default size for ``scan`` helper to 1000
22
23
+Internal:
24
25
+ * changed ``Transport.perform_request`` to just return the body, not status as well.
26
27
2.3.0 (2016-02-29)
28
------------------
29
0 commit comments