Commit graph

14 commits

Author SHA1 Message Date
elasticsearchmachine
e977fccc4f
Finalize release notes for v9.0.3 release (#129938)
* Finalize docs for v9.0.3 release

* Fix breaking changes page

* Fix deprications page

* Fix release notes index page

---------

Co-authored-by: Charlotte Hoblik <sarolta@saroltah.hu>
Co-authored-by: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com>
2025-06-25 14:02:49 +02:00
elasticsearchmachine
9cc034ba44
Add release notes for v9.0.3 release (#129803)
* Update docs for v9.0.3 release

* Add merge scheduler issue to known issues pages

* Add patch release information

---------

Co-authored-by: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com>
Co-authored-by: Charlotte Hoblik <sarolta@saroltah.hu>
2025-06-24 11:34:32 +01:00
Brian Seeders
d7aebb8d17
[release-notes] Add release-notes for 9.0.2 (#128319) 2025-05-23 11:14:04 +02:00
István Zoltán Szabó
989032be19
Updates 9.0 breaking changes with ES|QL item. (#128038) 2025-05-12 13:19:30 -07:00
Brian Seeders
2727236a0b
[docs] Finalize 9.0.1 release notes 2025-05-06 15:44:00 -04:00
Brian Seeders
9ae7759a00
[release-notes] Add release-notes for 9.0.1 (#127660) 2025-05-06 10:34:45 +02:00
Stanislav Malyshev
eb479e5457
Allow partial results by default in ES|QL - Take 2 (#127351)
* Revert "ESQL: Revert "Allow partial results by default in ES|QL (#125060)" (#126286)"

This reverts commit 8f38b13059.

Restore changes from https://github.com/elastic/elasticsearch/pull/125060 now that
the breakage should be fixed.
2025-04-28 10:01:22 -06: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
Brian Seeders
5888e903e4
[docs] Re-generate and fix 9.0.0 release notes in markdown (#126425) 2025-04-07 14:17:06 -04: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
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