Skip to content

Commit c4cb7e5

Browse files
authored
Merge branch 'main' into fix-dense-vector-cosine
2 parents da0d0c7 + 14f5892 commit c4cb7e5

File tree

359 files changed

+12288
-2258
lines changed

Some content is hidden

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

359 files changed

+12288
-2258
lines changed

build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/LicensingPlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ public void apply(Project project) {
4444
Provider<String> agplLicenseURL = licenseCommitProvider.map(
4545
licenseCommit -> ELASTIC_LICENSE_URL_PREFIX + licenseCommit + AGPL_ELASTIC_LICENSE_URL_POSTFIX
4646
);
47-
// Stick the license urls in project.ext so we can get them if we need to switch to them
47+
// But stick the Elastic license url in project.ext so we can get it if we need to switch to it
4848
project.getExtensions().getExtraProperties().set("elasticLicenseUrl", elasticLicenseURL);
49-
project.getExtensions().getExtraProperties().set("agplLicenseUrl", agplLicenseURL);
5049

5150
MapProperty<String, Provider<String>> licensesProperty = project.getObjects()
5251
.mapProperty(String.class, (Class<Provider<String>>) (Class<?>) Provider.class)

docs/changelog/135880.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 135873
2+
summary: Adds retriever for result diversification using MMR
3+
area: Search
4+
type: enhancement
5+
issues: [ ]

docs/changelog/137511.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 137511
2+
summary: Fixes esql class cast bug in STATS at planning level
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/137572.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 137572
2+
summary: Push filters past inline stats
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/137652.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 137652
2+
summary: Fix default value for some settings when filtered
3+
area: Infra/Settings
4+
type: bug
5+
issues:
6+
- 136333

docs/changelog/137712.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 137712
2+
summary: Add User Profile Size Limit Enforced During Profile Updates
3+
area: Security
4+
type: bug
5+
issues: []

docs/changelog/137859.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 137859
2+
summary: Add length validation for `rename_replacement` parameter in snapshot restore
3+
request
4+
area: Snapshot/Restore
5+
type: bug
6+
issues: []

docs/changelog/138097.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 138097
2+
summary: Bump anomalies index template version to install latest
3+
area: Machine Learning
4+
type: bug
5+
issues: []

docs/changelog/138112.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 138112
2+
summary: ES|QL completion command constant folding
3+
area: ES|QL
4+
type: enhancement
5+
issues:
6+
- 136863

docs/changelog/138122.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 138122
2+
summary: Add validation for updating `num_threads`
3+
area: Machine Learning
4+
type: bug
5+
issues:
6+
- 137129

0 commit comments

Comments
 (0)