-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Forward port release notes for v8.18.1 #127763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b901520
Forward port release notes for v8.18.1
fc64594
Delete docs/reference/release-notes/highlights.asciidoc
leemthompo b0050e5
Revert "Delete docs/reference/release-notes/highlights.asciidoc"
leemthompo 4d65b95
Remove erroneous highlights update
leemthompo abe5d66
clean up
leemthompo c52a88f
delete includes
leemthompo 0a01b72
Merge branch '8.19' into release-notes-fp-8-18-1-8-19
leemthompo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,72 @@ | ||
[[release-notes-8.18.1]] | ||
== {es} version 8.18.1 | ||
|
||
Also see <<breaking-changes-8.18,Breaking changes in 8.18>>. | ||
|
||
[[bug-8.18.1]] | ||
[float] | ||
=== Bug fixes | ||
|
||
Aggregations:: | ||
* Rare terms aggregation false **positive** fix {es-pull}126884[#126884] | ||
|
||
Allocation:: | ||
* Fix shard size of initializing restored shard {es-pull}126783[#126783] (issue: {es-issue}105331[#105331]) | ||
|
||
CCS:: | ||
* Cancel expired async search task when a remote returns its results {es-pull}126583[#126583] | ||
|
||
Data streams:: | ||
* [otel-data] Bump plugin version to release _metric_names_hash changes {es-pull}126850[#126850] | ||
|
||
ES|QL:: | ||
* ESQL: Remove estimated row size assertion {es-pull}122762[#122762] (issue: {es-issue}121535[#121535]) | ||
* Fix count optimization with pushable union types {es-pull}127225[#127225] (issue: {es-issue}127200[#127200]) | ||
* Fix join masking eval {es-pull}126614[#126614] | ||
* Fix sneaky bug in single value query {es-pull}127146[#127146] | ||
|
||
Infra/CLI:: | ||
* Use terminal reader in keystore add command {es-pull}126729[#126729] (issue: {es-issue}98115[#98115]) | ||
|
||
Infra/Core:: | ||
* Don't emit deprecation issue for compatible date format patterns {es-pull}127418[#127418] | ||
* Fix: consider case sensitiveness differences in Windows/Unix-like filesystems for files entitlements {es-pull}126990[#126990] (issue: {es-issue}127047[#127047]) | ||
* Rework uniquify to not use iterators {es-pull}126889[#126889] (issue: {es-issue}126883[#126883]) | ||
* Workaround max name limit imposed by Jackson 2.17 {es-pull}126806[#126806] | ||
|
||
Machine Learning:: | ||
* Adding missing `onFailure` call for Inference API start model request {es-pull}126930[#126930] | ||
* Fix for Deberta tokenizer when input sequence exceeds 512 tokens {es-pull}117595[#117595] | ||
* Fix text structure NPE when fields in list have null value {es-pull}125922[#125922] | ||
* Leverage threadpool schedule for inference api to avoid long running thread {es-pull}126858[#126858] (issue: {es-issue}126853[#126853]) | ||
|
||
Ranking:: | ||
* Fix LTR rescorer with model alias {es-pull}126273[#126273] | ||
|
||
TSDB:: | ||
* Improve resiliency of `UpdateTimeSeriesRangeService` {es-pull}126637[#126637] | ||
|
||
Task Management:: | ||
* Fix race condition in `RestCancellableNodeClient` {es-pull}126686[#126686] (issue: {es-issue}88201[#88201]) | ||
|
||
Vector Search:: | ||
* Fix `vec_caps` to test for OS support too (on x64) {es-pull}126911[#126911] (issue: {es-issue}126809[#126809]) | ||
|
||
[[enhancement-8.18.1]] | ||
[float] | ||
=== Enhancements | ||
|
||
Infra/Core:: | ||
* Validation checks on paths allowed for 'files' entitlements. Restrict the paths we allow access to, forbidding plugins to specify/request entitlements for reading or writing to specific protected directories. {es-pull}126852[#126852] | ||
|
||
Security:: | ||
* Add Issuer to failed SAML Signature validation logs when available {es-pull}126310[#126310] (issue: {es-issue}111022[#111022]) | ||
|
||
[[upgrade-8.18.1]] | ||
[float] | ||
=== Upgrades | ||
|
||
Ingest Node:: | ||
* Updating tika to 2.9.3 {es-pull}127353[#127353] | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -42,4 +42,3 @@ endif::[] | |
// Description. | ||
// end::notable-highlights[] | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.