Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elasticsearch-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.17.27
Choose a base ref
...
head repository: elastic/elasticsearch-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.17.28
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 14, 2025

  1. version bump

    l-trotta committed Jan 14, 2025
    Copy the full SHA
    44feb85 View commit details

Commits on Feb 5, 2025

  1. [codegen] update to latest spec

    l-trotta committed Feb 5, 2025
    Copy the full SHA
    3f5469e View commit details
2 changes: 1 addition & 1 deletion config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.17.27
7.17.28
Original file line number Diff line number Diff line change
@@ -1483,7 +1483,7 @@
'ml._types.AnalysisLimits': 'ml/_types/Analysis.ts#L103-L114',
'ml._types.AnalysisMemoryLimit': 'ml/_types/Analysis.ts#L116-L121',
'ml._types.Anomaly': 'ml/_types/Anomaly.ts#L24-L47',
'ml._types.AnomalyCause': 'ml/_types/Anomaly.ts#L49-L64',
'ml._types.AnomalyCause': 'ml/_types/Anomaly.ts#L49-L65',
'ml._types.AppliesTo': 'ml/_types/Rule.ts#L67-L72',
'ml._types.BucketInfluencer': 'ml/_types/Bucket.ts#L68-L112',
'ml._types.BucketSummary': 'ml/_types/Bucket.ts#L24-L66',
@@ -1548,10 +1548,11 @@
'ml._types.Filter': 'ml/_types/Filter.ts#L22-L29',
'ml._types.FilterRef': 'ml/_types/Filter.ts#L31-L41',
'ml._types.FilterType': 'ml/_types/Filter.ts#L43-L46',
'ml._types.GeoResults': 'ml/_types/Anomaly.ts#L72-L81',
'ml._types.Hyperparameter': 'ml/_types/TrainedModel.ts#L102-L116',
'ml._types.Hyperparameters': 'ml/_types/DataframeAnalytics.ts#L390-L405',
'ml._types.Include': 'ml/_types/Include.ts#L20-L42',
'ml._types.Influence': 'ml/_types/Anomaly.ts#L66-L69',
'ml._types.Influence': 'ml/_types/Anomaly.ts#L67-L70',
'ml._types.Influencer': 'ml/_types/Influencer.ts#L24-L76',
'ml._types.Job': 'ml/_types/Job.ts#L46-L70',
'ml._types.JobBlocked': 'ml/_types/Job.ts#L163-L166',
@@ -2350,10 +2351,10 @@
if (hash.length > 1) {
hash = hash.substring(1);
}
window.location = "https://github.com/elastic/elasticsearch-specification/tree/be5744249a732e76125982e34c621fad6593ba9c/specification/" + (paths[hash] || "");
window.location = "https://github.com/elastic/elasticsearch-specification/tree/51188c58ed4ad76109affc032577e96c8b4fa5a5/specification/" + (paths[hash] || "");
</script>
</head>
<body>
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/be5744249a732e76125982e34c621fad6593ba9c/specification/">Elasticsearch API specification</a>.
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/51188c58ed4ad76109affc032577e96c8b4fa5a5/specification/">Elasticsearch API specification</a>.
</body>
</html>
Loading