We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797721c commit 383f3bfCopy full SHA for 383f3bf
docs/guide/release-notes.asciidoc
@@ -1,6 +1,16 @@
1
[[release-notes]]
2
== Release notes
3
4
+=== 8.18.1 (2025-04-29)
5
+
6
+- Update APIs
7
+ * Add back `inference.inference` APIs that were removed by mistake
8
+- Update DSL
9
+ * Add `CountedKeyword` and `Passthrough` fields
10
+ * Add `rescore_vector` to Knn query
11
+ * Add `bbq_flat` and `bbq_hnsw` vector index types
12
+ * Add `script` and `on_script_error` to `Date` and `DateNanos` fields
13
14
=== 8.18.0 (2025-04-15)
15
16
- Merge `Elasticsearch-DSL <https://github.com/elastic/elasticsearch-dsl-py/>`_ package (https://github.com/elastic/elasticsearch-py/pull/2736[#2736])
elasticsearch/_version.py
@@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
17
18
-__versionstr__ = "8.18.0"
+__versionstr__ = "8.18.1"
0 commit comments