7.1.0 release notes forward port (#42252)

Forward port of #42208
This commit is contained in:
Jake Landis 2019-05-20 14:39:17 -04:00 committed by GitHub
parent be515d7ce0
commit 87bff89500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 78 additions and 61 deletions

View File

@ -9,8 +9,6 @@ your application to Elasticsearch 7.1.
See also <<release-highlights>> and <<es-release-notes>>.
coming[7.1.0]
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide

View File

@ -16,8 +16,8 @@ This section summarizes the changes in each release.
--
include::release-notes/7.1.0.asciidoc[]
include::release-notes/7.0.0.asciidoc[]
include::release-notes/7.1.asciidoc[]
include::release-notes/7.0.asciidoc[]
include::release-notes/7.0.0-rc2.asciidoc[]
include::release-notes/7.0.0-rc1.asciidoc[]
include::release-notes/7.0.0-beta1.asciidoc[]

View File

@ -1,52 +0,0 @@
////
// To add a release, copy and paste the following text, uncomment the relevant
// sections, and add a link to the new section in the list of releases in
// ../release-notes.asciidoc. Note that release subheads must be floated and
// sections cannot be empty.
// TEMPLATE
// [[release-notes-n.n.n]]
// == {es} version n.n.n
// coming[n.n.n]
// Also see <<breaking-changes-n.n>>.
// [float]
// [[breaking-n.n.n]]
// === Breaking Changes
// [float]
// [[breaking-java-n.n.n]]
// === Breaking Java Changes
// [float]
// [[deprecation-n.n.n]]
// === Deprecations
// [float]
// [[feature-n.n.n]]
// === New Features
// [float]
// [[enhancement-n.n.n]]
// === Enhancements
// [float]
// [[bug-n.n.n]]
// === Bug Fixes
// [float]
// [[regression-n.n.n]]
// === Regressions
// [float]
// === Known Issues
////
[[release-notes-7.1.0]]
== {es} version 7.1.0
Also see <<breaking-changes-7.1,Breaking changes in 7.1>>.
coming[7.1.0]

View File

@ -0,0 +1,45 @@
[[release-notes-7.1.0]]
== {es} version 7.1.0
Also see <<breaking-changes-7.1,Breaking changes in 7.1>>.
[[enhancement-7.1.0]]
[float]
=== Enhancements
Security::
* Moved some security features to basic. See <<release-highlights-7.1.0, 7.1.0 Release highlights>>
Authentication::
* Log warning when unlicensed realms are skipped {pull}41778[#41778]
Infra/Settings::
* Drop distinction in entries for keystore {pull}41701[#41701]
[[bug-7.1.0]]
[float]
=== Bug fixes
Cluster Coordination::
* Handle serialization exceptions during publication {pull}41781[#41781] (issue: {issue}41090[#41090])
Infra/Core::
* Fix fractional seconds for strict_date_optional_time {pull}41871[#41871] (issue: {issue}41633[#41633])
Network::
* Enforce transport TLS on Basic with Security {pull}42150[#42150]
Reindex::
* Allow reindexing into write alias {pull}41677[#41677] (issue: {issue}41667[#41667])
SQL::
* SQL: Fix issue regarding INTERVAL * number {pull}42014[#42014] (issue: {issue}41239[#41239])
* SQL: Remove CircuitBreaker from parser {pull}41835[#41835] (issue: {issue}41471[#41471])
Search::
* Fix IAE on cross_fields query introduced in 7.0.1 {pull}41938[#41938] (issues: {issue}41125[#41125], {issue}41934[#41934])

View File

@ -4,11 +4,37 @@
<titleabbrev>7.1.0</titleabbrev>
++++
coming[7.1.0]
See also <<release-notes-7.1.0,{es} 7.1.0 release notes>>.
//NOTE: The notable-highlights tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-highlights[]
[float]
==== TLS is now licensed under the Elastic Basic license
// tag::notable-highlights[]
Transport Layer Security (TLS), commonly referred to as SSL, is now
licensed under the free-of-charge Elastic Basic license. Previously, this security feature
required a paid Gold-tier subscription. With the default distribution,
you can now encrypt all Elasticsearch communication, within a cluster and across remotes
clusters. Download https://www.elastic.co/downloads/elasticsearch[Elasticsearch],
https://www.elastic.co/guide/en/elasticsearch/reference/7.1/configuring-tls.html[configure TLS],
and run your cluster in production, knowing all Elasticsearch communication is safely encrypted.
For details, see https://www.elastic.co/subscriptions
//end::notable-highlights[]
// end::notable-highlights[]
//tag::notable-highlights[]
[float]
==== RBAC is now licensed under the Elastic Basic license
RBAC (Role Based Access Control) is now licenced under the free-of-charge Elastic Basic licence.
Previously, this security feature required a paid Gold-tier subscription.
With the default distribution you can take advantage of RBAC by configuring users, groups, roles
and permissions for any user from the
https://www.elastic.co/guide/en/elasticsearch/reference/7.1/configuring-file-realm.html[file realm]
or the https://www.elastic.co/guide/en/elasticsearch/reference/7.1/configuring-native-realm.html[native realm]
. Download https://www.elastic.co/downloads/elasticsearch[Elasticsearch],
https://www.elastic.co/guide/en/elastic-stack-overview/7.1/authorization.html[configure RBAC],
and run your cluster in production, knowing your private data stays private.
Note that our advanced security features, such as single sign-on and Active Directory/LDAP
authentication to field-level and document-level security, remain paid features.
For details, see https://www.elastic.co/subscriptions
//end::notable-highlights[]