From e6dc5bf9c2feb92edf7acccebfe2517ab522fd6b Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Mon, 2 Dec 2019 16:43:36 +0100 Subject: [PATCH] Add release highlights for 7.5.0 (#49320) --- .../release-notes/highlights-7.5.0.asciidoc | 64 +++++++++++++++++++ .../release-notes/highlights.asciidoc | 2 + 2 files changed, 66 insertions(+) create mode 100644 docs/reference/release-notes/highlights-7.5.0.asciidoc diff --git a/docs/reference/release-notes/highlights-7.5.0.asciidoc b/docs/reference/release-notes/highlights-7.5.0.asciidoc new file mode 100644 index 00000000000..fda451aec58 --- /dev/null +++ b/docs/reference/release-notes/highlights-7.5.0.asciidoc @@ -0,0 +1,64 @@ +[[release-highlights-7.5.0]] +== 7.5.0 release highlights +++++ +7.5.0 +++++ + +//NOTE: The notable-highlights tagged regions are re-used in the +//Installation and Upgrade Guide + +// tag::notable-highlights[] +[float] +==== Enrich processor + +A new {ref}/enrich-processor.html[enrich ingest processor] has been added, +which can enrich documents with data from another index. + +// end::notable-highlights[] + +// tag::notable-highlights[] +[float] +==== Shape support in SQL + +{ref}/xpack-sql.html[SQL] functionality that worked for geo_shape will +now work for the {ref}/shape.html[`shape`] field type introduced in 7.3. + + +// end::notable-highlights[] + + +// tag::notable-highlights[] +[float] +==== Snapshot lifecycle management retention + +There is a new {ref}/slm-retention.html[snapshot lifecycle management retention], +which allows you to delete older snapshots automatically through a custom +policy’s schedule. + +// end::notable-highlights[] + + +// tag::notable-highlights[] +[float] +==== Pause {ccr} + +New {ref}/ccr-post-pause-follow.html[pause] and +{ref}/ccr-post-pause-follow.html[resume] API endpoints for +{ref}/xpack-ccr.html[{ccr}] have been added, which enable you to temporarily +pause auto-follow patterns. + +// end::notable-highlights[] + +// tag::notable-highlights[] +[float] +==== {ml-cap} {classanalysis} + +{stack-ov}/dfa-classification.html[{classanalysis-cap}] is a supervised {ml} +process for predicting a class or category of a given data point in a dataset. +For example, it can determine whether an email is spam or not. +{classification-cap} is for predicting discrete, categorical values, unlike +{reganalysis}, which predicts continuous, numerical values. 7.5.0 introduces +binary classification, which can label data points into two possible categories. + +// end::notable-highlights[] + diff --git a/docs/reference/release-notes/highlights.asciidoc b/docs/reference/release-notes/highlights.asciidoc index dbf45641958..5cae9758d76 100644 --- a/docs/reference/release-notes/highlights.asciidoc +++ b/docs/reference/release-notes/highlights.asciidoc @@ -6,6 +6,7 @@ This section summarizes the most important changes in each release. For the full list, see <> and <>. +* <> * <> * <> * <> @@ -14,6 +15,7 @@ full list, see <> and <>. -- +include::highlights-7.5.0.asciidoc[] include::highlights-7.4.0.asciidoc[] include::highlights-7.3.0.asciidoc[] include::highlights-7.2.0.asciidoc[]