Skip to content

Commit

Permalink
7.1.0 release notes forward port (#42252)
Browse files Browse the repository at this point in the history
Forward port of #42208
  • Loading branch information
jakelandis authored May 20, 2019
1 parent be515d7 commit 87bff89
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 61 deletions.
2 changes: 0 additions & 2 deletions docs/reference/migration/migrate_7_1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
File renamed without changes.
52 changes: 0 additions & 52 deletions docs/reference/release-notes/7.1.0.asciidoc

This file was deleted.

45 changes: 45 additions & 0 deletions docs/reference/release-notes/7.1.asciidoc
Original file line number Diff line number Diff line change
@@ -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])




36 changes: 31 additions & 5 deletions docs/reference/release-notes/highlights-7.1.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

0 comments on commit 87bff89

Please sign in to comment.