Przemyslaw Gomulka 412e163cf6
[Doc] migration guide joda (#51986)
The joda to java.time migration requires users to upgrade their mappings. We allow them to still use 6.x created indices with joda patterns in 7 but ask them to upgrade their patterns in 7.x.
This migration guide is to help them understand how they could be affected and what needs to be changed in their mappings.
closes #51614
closes #51236
2020-03-23 08:29:01 +01:00

70 lines
2.0 KiB
Plaintext

[[release-notes-7.1.1]]
== {es} version 7.1.1
Also see <<breaking-changes-7.1,Breaking changes in 7.1>>.
[float]
=== Known issues
* Indices created in 6.x with <<date,`date`>> and <<date_nanos,`date_nanos`>> fields using formats
that are incompatible with java.time patterns will cause parsing errors, incorrect date calculations or wrong search results.
https://github.com/elastic/elasticsearch/pull/52555
This is fixed in {es} 7.7 and later versions.
[[bug-7.1.1]]
[float]
=== Bug fixes
Distributed::
* Avoid unnecessary persistence of retention leases {pull}42299[#42299]
* Execute actions under permit in primary mode only {pull}42241[#42241] (issues: {issue}40386[#40386], {issue}41686[#41686])
Infra/REST API::
* Remove deprecated _source_exclude and _source_include from get API spec {pull}42188[#42188]
[[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])