Skip to content

Commit 4dbf593

Browse files
authored
7.1.0 release notes initial commit (#42208)
1 parent c4df03d commit 4dbf593

File tree

5 files changed

+77
-60
lines changed

5 files changed

+77
-60
lines changed

docs/reference/migration/migrate_7_1.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ your application to Elasticsearch 7.1.
99

1010
See also <<release-highlights>> and <<es-release-notes>>.
1111

12-
coming[7.1.0]
13-
1412
//NOTE: The notable-breaking-changes tagged regions are re-used in the
1513
//Installation and Upgrade Guide
1614

docs/reference/release-notes.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This section summarizes the changes in each release.
1717

1818
--
1919

20-
include::release-notes/7.1.0.asciidoc[]
20+
include::release-notes/7.1.asciidoc[]
2121
include::release-notes/7.0.asciidoc[]
2222
include::release-notes/7.0.0-rc2.asciidoc[]
2323
include::release-notes/7.0.0-rc1.asciidoc[]

docs/reference/release-notes/7.1.0.asciidoc

-52
This file was deleted.
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
[[release-notes-7.1.0]]
2+
== {es} version 7.1.0
3+
4+
Also see <<breaking-changes-7.1,Breaking changes in 7.1>>.
5+
6+
[[enhancement-7.1.0]]
7+
[float]
8+
=== Enhancements
9+
10+
Security::
11+
* Moved some security features to basic. See <<release-highlights-7.1.0, 7.1.0 Release highlights>>
12+
13+
Authentication::
14+
* Log warning when unlicensed realms are skipped {pull}41778[#41778]
15+
16+
Infra/Settings::
17+
* Drop distinction in entries for keystore {pull}41701[#41701]
18+
19+
20+
[[bug-7.1.0]]
21+
[float]
22+
=== Bug fixes
23+
24+
Cluster Coordination::
25+
* Handle serialization exceptions during publication {pull}41781[#41781] (issue: {issue}41090[#41090])
26+
27+
Infra/Core::
28+
* Fix fractional seconds for strict_date_optional_time {pull}41871[#41871] (issue: {issue}41633[#41633])
29+
30+
Network::
31+
* Enforce transport TLS on Basic with Security {pull}42150[#42150]
32+
33+
Reindex::
34+
* Allow reindexing into write alias {pull}41677[#41677] (issue: {issue}41667[#41667])
35+
36+
SQL::
37+
* SQL: Fix issue regarding INTERVAL * number {pull}42014[#42014] (issue: {issue}41239[#41239])
38+
* SQL: Remove CircuitBreaker from parser {pull}41835[#41835] (issue: {issue}41471[#41471])
39+
40+
Search::
41+
* Fix IAE on cross_fields query introduced in 7.0.1 {pull}41938[#41938] (issues: {issue}41125[#41125], {issue}41934[#41934])
42+
43+
44+
45+

docs/reference/release-notes/highlights-7.1.0.asciidoc

+31-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,37 @@
44
<titleabbrev>7.1.0</titleabbrev>
55
++++
66

7-
coming[7.1.0]
7+
See also <<release-notes-7.1.0,{es} 7.1.0 release notes>>.
88

9-
//NOTE: The notable-highlights tagged regions are re-used in the
10-
//Installation and Upgrade Guide
9+
//tag::notable-highlights[]
10+
[float]
11+
==== TLS is now licensed under the Elastic Basic license
1112

12-
// tag::notable-highlights[]
13+
Transport Layer Security (TLS), commonly referred to as SSL, is now
14+
licensed under the free-of-charge Elastic Basic license. Previously, this security feature
15+
required a paid Gold-tier subscription. With the default distribution,
16+
you can now encrypt all Elasticsearch communication, within a cluster and across remotes
17+
clusters. Download https://www.elastic.co/downloads/elasticsearch[Elasticsearch],
18+
https://www.elastic.co/guide/en/elasticsearch/reference/7.1/configuring-tls.html[configure TLS],
19+
and run your cluster in production, knowing all Elasticsearch communication is safely encrypted.
20+
For details, see https://www.elastic.co/subscriptions
21+
//end::notable-highlights[]
1322

14-
// end::notable-highlights[]
23+
//tag::notable-highlights[]
24+
[float]
25+
==== RBAC is now licensed under the Elastic Basic license
26+
27+
RBAC (Role Based Access Control) is now licenced under the free-of-charge Elastic Basic licence.
28+
Previously, this security feature required a paid Gold-tier subscription.
29+
With the default distribution you can take advantage of RBAC by configuring users, groups, roles
30+
and permissions for any user from the
31+
https://www.elastic.co/guide/en/elasticsearch/reference/7.1/configuring-file-realm.html[file realm]
32+
or the https://www.elastic.co/guide/en/elasticsearch/reference/7.1/configuring-native-realm.html[native realm]
33+
. Download https://www.elastic.co/downloads/elasticsearch[Elasticsearch],
34+
https://www.elastic.co/guide/en/elastic-stack-overview/7.1/authorization.html[configure RBAC],
35+
and run your cluster in production, knowing your private data stays private.
36+
Note that our advanced security features, such as single sign-on and Active Directory/LDAP
37+
authentication to field-level and document-level security, remain paid features.
38+
For details, see https://www.elastic.co/subscriptions
39+
40+
//end::notable-highlights[]

0 commit comments

Comments
 (0)