You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/release-notes.asciidoc
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
[[release-notes]]
2
2
== Release notes
3
3
4
+
* <<rn-7-15-1>>
4
5
* <<rn-7-15-0>>
5
6
* <<rn-7-14-0>>
6
7
* <<rn-7-13-4>>
@@ -30,6 +31,22 @@
30
31
* <<rn-7-0-0>>
31
32
32
33
34
+
[discrete]
35
+
[[rn-7-15-1]]
36
+
=== 7.15.1 (2021-10-14)
37
+
38
+
[discrete]
39
+
==== Client
40
+
41
+
- Fixed a performance regression in `JSONSerializer.default()` when `numpy` and `pandas` weren't installed.
42
+
- Changed the `DeprecationWarning` for the `body` parameter to be a "removed in a future version" instead of "removed in 8.0" in line with the 8.0 roadmap.
43
+
44
+
[discrete]
45
+
==== Search
46
+
47
+
- The `index` parameter of the `open_point_in_time` API is now required, was optional.
0 commit comments