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 61c1bb5 commit ed393b9Copy full SHA for ed393b9
docs/guide/release-notes.asciidoc
@@ -63,9 +63,15 @@
63
* Add `include_remotes` and remove `flat_settings` from Cluster stats API
64
* Add `remote_indices` to Create or update application privileges and Create or update roles APIs
65
66
+Note that the new Python warnings can be disabled as follows:
67
68
+[source,python]
69
+----
70
+import warnings
71
+from elasticsearch.exceptions import GeneralAvailabilityWarning
72
-
73
+warnings.filterwarnings("ignore", category=GeneralAvailabilityWarning)
74
75
76
[discrete]
77
[[rn-8-15-1]]
@@ -77,8 +83,6 @@
83
- Add `q` parameter to Update by Query API
78
84
- Add `allow_no_indices` and `ignore_unavailable` parameters to Resolve index API
79
85
80
81
82
86
87
[[rn-8-15-0]]
88
=== 8.15.0 (2024-08-09)
0 commit comments