From bed248d87d4dd08bdcd0d52f336ddda1f7c69f42 Mon Sep 17 00:00:00 2001 From: Laura Trotta Date: Thu, 28 Aug 2025 15:55:19 +0200 Subject: [PATCH 1/2] bump version --- config/version.txt | 2 +- .../java/co/elastic/clients/transport/VersionInfo.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/version.txt b/config/version.txt index 9b17d667c..43e5dccd3 100644 --- a/config/version.txt +++ b/config/version.txt @@ -1 +1 @@ -8.18.6 +8.18.7 diff --git a/java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java b/java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java index 47d501f60..4599e4a4b 100644 --- a/java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java +++ b/java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java @@ -21,5 +21,5 @@ // Package private class VersionInfo { - static final String VERSION = "8.18.6"; + static final String VERSION = "8.18.7"; } From 416acfc617d4ca213f24d1b0ca7405cf4d0c58fe Mon Sep 17 00:00:00 2001 From: Laura Trotta Date: Tue, 16 Sep 2025 16:12:00 +0200 Subject: [PATCH 2/2] [codegen] update to latest spec --- .../elasticsearch/doc-files/api-spec.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html b/java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html index 6b3a66c03..6ea0e592a 100644 --- a/java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html +++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html @@ -2123,8 +2123,8 @@ 'ml._types.ClassificationInferenceOptions': 'ml/_types/inference.ts#L118-L133', 'ml._types.CommonTokenizationConfig': 'ml/_types/inference.ts#L160-L186', 'ml._types.ConditionOperator': 'ml/_types/Rule.ts#L74-L79', -'ml._types.DataCounts': 'ml/_types/Job.ts#L352-L372', -'ml._types.DataDescription': 'ml/_types/Job.ts#L374-L390', +'ml._types.DataCounts': 'ml/_types/Job.ts#L354-L374', +'ml._types.DataDescription': 'ml/_types/Job.ts#L376-L392', 'ml._types.Datafeed': 'ml/_types/Datafeed.ts#L37-L61', 'ml._types.DatafeedAuthorization': 'ml/_types/Authorization.ts#L31-L43', 'ml._types.DatafeedConfig': 'ml/_types/Datafeed.ts#L63-L120', @@ -2195,14 +2195,14 @@ 'ml._types.Influence': 'ml/_types/Anomaly.ts#L141-L144', 'ml._types.Influencer': 'ml/_types/Influencer.ts#L24-L76', 'ml._types.Job': 'ml/_types/Job.ts#L61-L180', -'ml._types.JobBlocked': 'ml/_types/Job.ts#L392-L395', -'ml._types.JobBlockedReason': 'ml/_types/Job.ts#L397-L401', -'ml._types.JobConfig': 'ml/_types/Job.ts#L182-L283', -'ml._types.JobForecastStatistics': 'ml/_types/Job.ts#L343-L350', +'ml._types.JobBlocked': 'ml/_types/Job.ts#L394-L397', +'ml._types.JobBlockedReason': 'ml/_types/Job.ts#L399-L403', +'ml._types.JobConfig': 'ml/_types/Job.ts#L182-L285', +'ml._types.JobForecastStatistics': 'ml/_types/Job.ts#L345-L352', 'ml._types.JobState': 'ml/_types/Job.ts#L36-L52', 'ml._types.JobStatistics': 'ml/_types/Job.ts#L54-L59', -'ml._types.JobStats': 'ml/_types/Job.ts#L284-L330', -'ml._types.JobTimingStats': 'ml/_types/Job.ts#L332-L341', +'ml._types.JobStats': 'ml/_types/Job.ts#L286-L332', +'ml._types.JobTimingStats': 'ml/_types/Job.ts#L334-L343', 'ml._types.LearningToRankConfig': 'ml/_types/inference.ts#L87-L91', 'ml._types.MemoryStatus': 'ml/_types/Model.ts#L89-L93', 'ml._types.ModelPackageConfig': 'ml/_types/TrainedModel.ts#L257-L272', @@ -3298,10 +3298,10 @@ if (hash.length > 1) { hash = hash.substring(1); } - window.location = "https://github.com/elastic/elasticsearch-specification/tree/79d745c2e17859dddd5fa277ef804289f4fa98ad/specification/" + (paths[hash] || ""); + window.location = "https://github.com/elastic/elasticsearch-specification/tree/b06a808c252f94705e34b7ffddb565c628031a1d/specification/" + (paths[hash] || ""); - Please see the Elasticsearch API specification. + Please see the Elasticsearch API specification.