-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7.1.0 release notes forward port (#42252)
Forward port of #42208
- Loading branch information
1 parent
be515d7
commit 87bff89
Showing
6 changed files
with
78 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]) | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters