You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-tools-internal/src/test/java/org/elasticsearch/gradle/internal/release/ReleaseNotesGeneratorTest.java
+35-26Lines changed: 35 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,40 @@
25
25
26
26
publicclassReleaseNotesGeneratorTest {
27
27
28
-
/**
29
-
* Check that the release notes can be correctly generated.
* Initial support for unmapped fields [#119886](https://github.com/elastic/elasticsearch/pull/119886)
56
57
* Introduce `allow_partial_results` setting in ES|QL [#122890](https://github.com/elastic/elasticsearch/pull/122890)
57
58
* Introduce a pre-mapping logical plan processing step [#121260](https://github.com/elastic/elasticsearch/pull/121260)
59
+
* Pragma to load from stored fields [#122891](https://github.com/elastic/elasticsearch/pull/122891)
58
60
* Push down `StartsWith` and `EndsWith` functions to Lucene [#123381](https://github.com/elastic/elasticsearch/pull/123381) (issue: {es-issue}123067[#123067])
* Add enterprise license check to inference action for semantic text fields [#122293](https://github.com/elastic/elasticsearch/pull/122293)
178
184
* Avoid potentially throwing calls to Task#getDescription in model download [#124527](https://github.com/elastic/elasticsearch/pull/124527)
179
185
* Fix serialising the inference update request [#122278](https://github.com/elastic/elasticsearch/pull/122278)
186
+
* Provide model size statistics as soon as an anomaly detection job is opened [#124638](https://github.com/elastic/elasticsearch/pull/124638) (issue: {es-issue}121168[#121168])
180
187
* Retry on streaming errors [#123076](https://github.com/elastic/elasticsearch/pull/123076)
181
188
* Set Connect Timeout to 5s [#123272](https://github.com/elastic/elasticsearch/pull/123272)
182
189
* Updates to allow using Cohere binary embedding response in semantic search queries [#121827](https://github.com/elastic/elasticsearch/pull/121827)
0 commit comments