Skip to content

Commit 383f3bf

Browse files
authored
Release 8.18.1
1 parent 797721c commit 383f3bf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/guide/release-notes.asciidoc

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
[[release-notes]]
22
== Release notes
33

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+
414
=== 8.18.0 (2025-04-15)
515

616
- Merge `Elasticsearch-DSL <https://github.com/elastic/elasticsearch-dsl-py/>`_ package (https://github.com/elastic/elasticsearch-py/pull/2736[#2736])

elasticsearch/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "8.18.0"
18+
__versionstr__ = "8.18.1"

0 commit comments

Comments
 (0)