Commit graph

27 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
87e6c7462f
Finalize docs for v9.0.2 release (#128837)
Co-authored-by: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com>
2025-06-25 12:27:27 +01: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
Liam Thompson
5a4c42819f
[DOCS] Move applies_to to sit under heading in ES release notes (#128731)
^^
2025-06-02 12:16:43 +02:00
Brian Seeders
c2ad34b97f
[release-notes] Update automation to use new markdown format (#124161) 2025-05-28 14:53:02 -04:00
kosabogi
ac08e9c8fb
Adds ml-cpp release notes for 9.0 (#128567) 2025-05-28 14:44:45 +02: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
Keith Massey
47909108f0
Adding a known issue for watcher during upgrade (#127834) 2025-05-07 10:09:24 -05: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
Lorenzo Dematté
bc94cc12c2
Add entitlements known issues (#127061)
Add 2 known issues with workarounds for Entitlements.
2025-04-22 09:57:32 +02:00
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