Commit graph

14 commits

Author SHA1 Message Date
Liam Thompson
9ca38f93e8
Re-fix elasticsearch highlights for 9.0 (#126859) 2025-04-15 18:38:05 +02:00
Liam Thompson
b326ebb1dd
Fix 8.x page mapping for ES release notes (#126820) 2025-04-15 10:26:29 +02:00
Brian Seeders
01a8a9b63b
[docs] Fix 9.0.0 release notes issues 2025-04-14 14:34:31 -04:00
Liam Thompson
6da2f34f70
Fix issue links in breaking-changes.md (#126675) 2025-04-11 12:55:13 +02:00
Charlotte Hoblik
edfb17e16e
[DOCS]: Update 9.0.0 Release notes wording (#126589)
* update release notes wording

* Update docs/release-notes/index.md

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2025-04-10 12:19:43 +02:00
Kaarina Tungseth
e3e03bc28b
Removes known issues page content (#126429)
* Removes known issues page

* Adds empty known issues page
2025-04-07 15:58:52 -05:00
Brian Seeders
5888e903e4
[docs] Re-generate and fix 9.0.0 release notes in markdown (#126425) 2025-04-07 14:17:06 -04:00
István Zoltán Szabó
212971a435
[DOCS] Adds ML-CPP release notes. (#126420) 2025-04-07 19:15:20 +02:00
Alexander Spies
8f38b13059
ESQL: Revert "Allow partial results by default in ES|QL (#125060)" (#126286)
This reverts commit 81555cc9d9 from
https://github.com/elastic/elasticsearch/pull/125060.

Fix https://github.com/elastic/elasticsearch/issues/126275

@idegtiarenko and I investigated and believe this needs reverting:
silently dropping results from the query response in case any index is
missing can lead to real problems if users don't spot their mistake. I'm
also not sure if all the results will get dropped, or only from some
nodes/shards/clusters, meaning that this might be hard to spot by users
if only some results get dropped.

The main PR has no transport version bump, no new ESQL capability, and
was merged 15h ago - so it should be safe to just revert it. I noticed
there was a linked Serverless PR on the original PR, but it merely
disabled some obsolete tests on Serverless and doesn't require reverting
itself.
2025-04-05 01:27:13 +11:00
Nhat Nguyen
81555cc9d9
Allow partial results by default in ES|QL (#125060)
With this change, ES|QL will return partial results instead of failing
the entire query when encountering errors. Callers should check the
partial_results flag in the response to determine if the result is
partial or complete. If returning partial results is not desired, this
option can be overridden per request via the allow_partial_results
parameter in the query URL or globally via the cluster setting
esql.allow_partial_results.

Relates #122802
2025-04-03 12:30:47 -07:00
Colleen McGinnis
209bf8c3bb
[docs] update release note template language and titles (#125548) 2025-03-25 09:31:22 +01:00
Colleen McGinnis
9bcd59596d
[docs] Prepare for docs-assembler (#125118)
* reorg files for docs-assembler and create toc.yml files

* fix build error, add redirects

* only toc

* move images
2025-03-20 12:09:12 -05:00
Colleen McGinnis
db5acd8976
add missing pages (#123774) 2025-03-03 15:02:51 +00:00
Colleen McGinnis
b7e3a1e14b
[docs] Migrate docs from AsciiDoc to Markdown (#123507)
* delete asciidoc files

* add migrated files

* fix errors

* Disable docs tests

* Clarify release notes page titles

* Revert "Clarify release notes page titles"

This reverts commit 8be688648d.

* Comment out edternal URI images

* Clean up query languages landing pages, link to conceptual docs

* Add .md to url

* Fixes inference processor nesting.

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Co-authored-by: Liam Thompson <leemthompo@gmail.com>
Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
2025-02-27 17:56:14 +01:00