Skip to content

Commit 4cafe6a

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents eeffb43 + 5f9efb5 commit 4cafe6a

File tree

398 files changed

+4782
-2303
lines changed

Some content is hidden

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

398 files changed

+4782
-2303
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/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: []

docs/changelog/119830.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119830
2+
summary: Run `TransportGetComposableIndexTemplate` on local node
3+
area: Indices APIs
4+
type: enhancement
5+
issues: []

docs/changelog/119837.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119837
2+
summary: Run `TransportGetIndexTemplateAction` on local node
3+
area: Indices APIs
4+
type: enhancement
5+
issues: []

docs/changelog/119863.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pr: 119863
2+
summary: Restrict Connector APIs to manage/monitor_connector privileges
3+
area: Extract&Transform
4+
type: breaking
5+
issues: []
6+
breaking:
7+
title: Restrict Connector APIs to manage/monitor_connector privileges
8+
area: REST API
9+
details: Connector APIs now enforce the manage_connector and monitor_connector privileges (introduced in 8.15), replacing the previous reliance on index-level permissions for .elastic-connectors and .elastic-connectors-sync-jobs in API calls.
10+
impact: Connector APIs now require manage_connector and monitor_connector privileges
11+
notable: false

0 commit comments

Comments
 (0)