Skip to content

Commit 9d9836a

Browse files
committed
Merge branch 'main' into non-issue/rescore-vector-oversample-using-k
2 parents ab7ca58 + 4f5ad9d commit 9d9836a

File tree

421 files changed

+5495
-2751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

421 files changed

+5495
-2751
lines changed

build-tools/src/testFixtures/groovy/org/elasticsearch/gradle/fixtures/AbstractGradleFuncTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ abstract class AbstractGradleFuncTest extends Specification {
107107
.forwardOutput()
108108
), configurationCacheCompatible,
109109
buildApiRestrictionsDisabled)
110-
).withArguments(arguments.collect { it.toString() })
110+
).withArguments(arguments.collect { it.toString() } + "--full-stacktrace")
111111
}
112112

113113
def assertOutputContains(String givenOutput, String expected) {

docs/changelog/118669.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 118669
2+
summary: "[Connector API] Support soft-deletes of connectors"
3+
area: Extract&Transform
4+
type: feature
5+
issues: []

docs/changelog/118968.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 118968
2+
summary: Configure index sorting through index settings for logsdb
3+
area: Logs
4+
type: enhancement
5+
issues:
6+
- 118686

docs/changelog/119389.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/changelog/119730.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119730
2+
summary: Enable KQL function as a tech preview
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/119748.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 119748
2+
summary: Issue S3 web identity token refresh call with sufficient permissions
3+
area: Snapshot/Restore
4+
type: bug
5+
issues:
6+
- 119747

docs/changelog/119750.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 119750
2+
summary: "ESQL: `connect_transport_exception` should be thrown instead of `verification_exception`\
3+
\ when ENRICH-ing if remote is disconnected"
4+
area: Search
5+
type: bug
6+
issues: []

docs/changelog/119792.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119792
2+
summary: Make semantic text part of the text family
3+
area: Search
4+
type: enhancement
5+
issues: []

docs/changelog/119793.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 119793
2+
summary: Resolve/cluster should mark remotes as not connected when a security exception
3+
is thrown
4+
area: CCS
5+
type: bug
6+
issues: []

docs/changelog/119797.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119797
2+
summary: "[Inference API] Fix bug checking for e5 or reranker default IDs"
3+
area: Machine Learning
4+
type: bug
5+
issues: []

0 commit comments

Comments
 (0)