@@ -35,6 +35,26 @@ To check for security updates, go to [Security announcements for the Elastic sta
3535
3636### API
3737
38+ - Add ` source_exclude_vectors ` to Field Caps, Scroll and Search APIs
39+ - Add ` require_data_stream ` to Index API
40+ - Add ` settings_filter ` to Cluster Get Component Template API
41+ - Add ` cause ` to Cluster Put Component Template API
42+ - Add ` master_timeout ` to Cluster State API
43+ - Add ` ccs_minimize_roundtrips ` to EQL Search API
44+ - Add ` keep_alive ` and ` keep_on_completion ` to ES|QL Async Query API
45+ - Add ` format ` to ES|QL Async Query Get API
46+ - Add ES|QL Get Query and List Queries APIs
47+ - Add Indices Delete Data Stream Options API
48+ - Add Indices Get Data Stream Mappings and Put Data Stream Mappings APIs
49+ - Add Indices Get Data Stream Options and Put Data Stream Options APIS
50+ - Add Indices Get Data Stream Settings and Put Data Stream Settings APIs
51+ - Add ` allow_no_indices ` , ` expand_wildcards ` and ` ignore_available ` to Indices Recovery API
52+ - Add Indices Remove Block API
53+ - Add ` input_type ` to Inference API
54+ - Add ` timeout ` to all Inference Put APIs
55+ - Add Inference Put Custom API
56+ - Add Inference Put DeepSeek API
57+ - Add ` task_settings ` to Put HuggingFace API
3858- Add ` streams ` namespace with ` streams.logs_disable ` , ` streams.logs_enable ` , ` streams.status ` APIs
3959- Add ` inference.contextualai ` API
4060- Add ` security.get_stats ` API
@@ -43,7 +63,15 @@ To check for security updates, go to [Security announcements for the Elastic sta
4363- Add ` index_template ` parameter to ` indices.simulate_index_template ` API
4464- Add ` input_type ` parameter to ` inference.text_embedding ` API
4565- Add ` field_access_pattern ` parameter to ` ingest.put_pipeline ` API
46- - Removed unsupported ` size ` parameter from ` reindex ` API
66+ - Add ` refresh ` to Security Grant API Key API
67+ - Add ` wait_for_completion ` to the Snapshot Delete API
68+ - Add ` state ` to Snapshot Get API
69+ - Add ` refresh ` to Synonyms Put Synonym, Put Synonym Rule and Delete Synonym Rule APIs
70+ - Remove unsupported ` size ` parameter from ` reindex ` API
71+ - Remove deprecated ` if_primary_term ` , ` if_seq_no ` and ` op_type ` from Create API
72+ - Remove deprecated ` master_timeout ` from Ingest Get Ip Location Database API
73+ - Remove deprecated ` application ` , ` priviledge ` and ` username ` from the Security Get User API
74+ - Rename ` type_query_string ` to ` type ` in License Post Start Trial API
4775
4876#### Serverless-specific
4977
@@ -58,6 +86,10 @@ To check for security updates, go to [Security announcements for the Elastic sta
5886- Add ` visit_percentage ` parameter to ` Knn ` query
5987- Add ` on_disk_rescore ` field to ` DenseVectorIndexOptions ` type
6088- Add ` sparse_vector ` field to ` SemanticTextIndexOptions ` type
89+ - Add ` index_options ` to SparseVector type
90+ - Add ` separator_group ` and ` separators ` to ChunkingSettings type
91+ - Add SparseVectorIndexOptions type
92+ - Add key to FiltersBucket type
6193
6294### Other
6395
0 commit comments