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
Added node_failures to DELETE /_search/scroll and DELETE /_search/scroll/{scroll_id} (#749)
Added POST /_plugins/_ml/_train/{algorithm_name}, _predict/{algorithm_name}/{model_id}, and _train_predict/{algorithm_name} (#755)
Added PUT /_plugins/_ml/model_groups/{model_group_id}, GET /_plugins/_ml/model_groups/_search, and POST /_plugins/_ml/model_groups/_search (#760)
Added GET /_plugins/_ml/connectors/{connector_id}, _search, POST /_plugins/_ml/connectors/_search, and PUT /_plugins/_ml/connectors/{connector_id} (#764)
Added the ability to skip an individual chapter test (#765)
Added aggs property as an alias to aggregations in requestBody of search#774
Added POST /_plugins/_ml/memory, POST /_plugins/_ml/memory/_search, {memory_id}/_search, {memory_id}/messages, PUT /_plugins/_ml/memory/{memory_id}, message/{message_id}, GET /_plugins/_ml/memory, GET /_plugins/_ml/memory/{memory_id}, _search, message/{message_id}, {memory_id}/messages, {memory_id}/_search, message/{message_id}/traces, and DELETE /_plugins/_ml/memory/{memory_id} (#771)
Added support for evaluating response payloads in prologues and epilogues (#772)
Added GET /_plugins/_ml/models/{model_id}, POST /_plugins/_ml/models/_search, POST /_plugins/_ml/models/_unload, _undeploy, _upload, meta, _register_meta, POST /_plugins/_ml/models/{model_id}/_load, _predict, _unload, chunk/{chunk_number}, upload_chunk/{chunk_number}, and PUT /_plugins/_ml/models/{model_id} (#733)
Added GET, POST, PUT, DELETE /_plugins/_ml/controllers/{model_id} (#779)
Added GET /_plugins/_ml/profile, GET /_plugins/_ml/profile/models, models/{model_id}, tasks, tasks/{task_id} (#787)
Added GET /_plugins/_ml/stats/, stats/{stat}, {nodeId}/stats/, {nodeId}/stats/{stat} (#794)
Added GET, POST /_plugins/_ml/tasks/_search, GET /_plugins/_ml/tools, tools/{tool_name} (#797)
Added POST /_plugins/_ml/agents/{agent_id}/_execute, GET /_plugins/_ml/agents/{agent_id}, GET, POST /_plugins/_ml/agents/_search (#798)
Added a warning for test file names that don't match the API being tested (#793)
Added time field to the GetStats schema in _common.yml (#803)
Added version for POST /_plugins/_ml/_train/{algorithm_name}, _predict/{algorithm_name}/{model_id}, and _train_predict/{algorithm_name} (#763)
Added POST _plugins/_security/api/internalusers/{username} response 201 (#810)
Added POST /_plugins/_ml/_execute/{algorithm_name} (#811)
Added GET _plugins/geospatial/_upload/stats, PUT, POST _plugins/geospatial/geojson/_upload, GET _plugins/geospatial/ip2geo/datasource, GET, PUT, DELETE _plugins/geospatial/ip2geo/datasource/{name} and PUT _plugins/geospatial/ip2geo/datasource/{name}/_settings (#893)
Added schemas for the score ranker search processor (#899)
Removed
Removed unsupported _common.mapping:SourceField's mode field and associated _common.mapping:SourceFieldMode enum (#652)
Removed unsupported _common.mapping:DenseVectorProperty, _common.mapping:SparseVectorProperty, and _common.mapping:FlattenedProperty (#666)
Removed unsupported time series dimension properties and types (#666)
Removed unsupported script and on_script_error from NumberPropertyBase (#666)
Removed unsupported required from ppl responses (#646)
Removed invalid externalDocs from flow_framework.create/update::query.use_case (#646)
Removed unsupported cause and create from /_index_template/_simulate_index/{name} (#691)
Removed mappings from required in indices.simulate_template#Template (#691)
Removed HealthStatusCapatilized and merged it with HealthStatus (#725)
Removed id from required in indices.termvectors@200 (#734)
Removed duplicate string from MultiTermQueryRewrite (#862)
Removed unneeded ExplanationDetail from Explanation (#860)
Removed unsupported max_score from ResponseBody (#891)
Fixed security.get_sslinfo response structure inline with v3.0.0 (#885)
Fixed schema for ScoreCombination in NormalizationPhaseResultsProcessor (#887)
Changed
Changed tasks._common:TaskInfo and tasks._common:TaskGroup to be composed of a tasks._common:TaskInfoBase (#683)
Changed SearchModelsQuery, CreateConnectorRequest & RegisterAgentsRequest to be defined inline of request bodies (#725)
Changed indices.data_streams_stats:DataStreamsStatsItem to instead be indices._common:DataStreamStats (#725)
Changed naming of snapshot._common's Status, ShardsStats, ShardsStatsStage, ShardsStatsSummary and ShardsStatsSummaryItem schemas to be prefixed with Snapshot (#730)
Changed ml.get_memory and ml.get_message to split out get_all variants (#796)
Changed ml.get_tools to have two different operation groups ml.get_all_tools and ml.get_tool (#799)
Changed FlowFrameworkDeleteResponse to utilize WriteResponseBase (#814)
Changed DistanceFeatureQuery and RangeQuery from (allOf + oneOf) to (oneOf + allOf) (#865)
Changed ClusterJvm.versions, ClusterOperatingSystemName.name and ClusterOperatingSystemPrettyName.pretty_name to not be required as AOS does not return them (#866)
Changed ScriptedMetricAggregate value from true to {} (#892)
Changed WaitForActiveShards to utilize StringifiedInteger (#896)
Changed NeuralStats schema validation from oneOf to anyOf (#900)