Elasticsearch 9.4.3 发布:多项功能改进与问题修复,快来了解更新详情!

Elasticsearch 9.4.3 发布:多项功能改进与问题修复,快来了解更新详情!
Elasticsearch 9.4.3 发布多项功能改进与问题修复看看有哪些更新Elasticsearch 是一个基于 Lucene 库的搜索引擎提供分布式、支持多租户的全文搜索服务具有 HTTP Web 接口和无模式 JSON 文档。它基于 Java 开发并在 SSPL Elastic License 双重授权许可下作为开源软件发布。Elasticsearch 9.4.3 正式发布更新内容包括功能和改进ES|QL为 ESQL 查询添加 filter capture [#149535](https://github.com/elastic/elasticsearch/pull/149535)将 Apache Iceberg 升级到 1.10.2 版本[#151664](https://github.com/elastic/elasticsearch/pull/151664)Inference[Inference] 在 module-info 中添加对 org.apache.commons.lang3 的依赖[#151794](https://github.com/elastic/elasticsearch/pull/151794)Infra/Logging为 SQL 和 EQL 查询添加 query filter logging [#150127](https://github.com/elastic/elasticsearch/pull/150127)Machine Learning将 EuroBERT 和 Jina v5 操作添加到 graph validation allowlist [#3015](https://github.com/elastic/ml-cpp/pull/3015)改进分位数状态文档的错误处理[#2894](https://github.com/elastic/ml-cpp/pull/2894)改进对无效 JSON 状态文档的处理[#2895](https://github.com/elastic/ml-cpp/pull/2895)关于 OOM 进程终止的改进消息传递[#2841](https://github.com/elastic/ml-cpp/pull/2841)降低一批可恢复错误的日志严重级别[#2889](https://github.com/elastic/ml-cpp/pull/2889)使用 TorchScript 模型图验证强化 pytorch_inference [#3008](https://github.com/elastic/ml-cpp/pull/3008)issue: [#2890](https://github.com/elastic/ml-cpp/issues/2890)改进 bucket gatherer 对内存限制的遵守情况[#2848](https://github.com/elastic/ml-cpp/pull/2848)报告自动检测进程的实际内存使用情况[#2846](https://github.com/elastic/ml-cpp/pull/2846)限制对 PyTorch 模型的文件系统访问[#2851](https://github.com/elastic/ml-cpp/pull/2851)将 PyTorch 库更新至 2.7.1 版本[#2863](https://github.com/elastic/ml-cpp/pull/2863)修复Aggregations修复 AVLTreeDigest CDF monotonicity for penultimate centroid [#151181](https://github.com/elastic/elasticsearch/pull/151181)issue: [#151012](https://github.com/elastic/elasticsearch/issues/151012)修复由浮点错误引起的 non-monotonic T-Digest centroids [#151979](https://github.com/elastic/elasticsearch/pull/151979)ES|QL通过强制转换为 double 类型来避免 AVG 出现长时间溢出[#148519](https://github.com/elastic/elasticsearch/pull/148519)issue: [#99575](https://github.com/elastic/elasticsearch/issues/99575)将转换中的合成属性延续到Project above UnionAll[#149775](https://github.com/elastic/elasticsearch/pull/149775)issue: [#149509](https://github.com/elastic/elasticsearch/issues/149509)修复ValuesReader断言错误[#149683](https://github.com/elastic/elasticsearch/pull/149683)修复带有内联统计信息修剪的子查询/分支[#149783](https://github.com/elastic/elasticsearch/pull/149783)issue: [#149589](https://github.com/elastic/elasticsearch/issues/149589)修复通配符视图解析丢失重复副本的问题[#149418](https://github.com/elastic/elasticsearch/pull/149418)issue: [#149416](https://github.com/elastic/elasticsearch/issues/149416)使并非所有分支都存在的计数器类型的子查询行为更加一致[#150704](https://github.com/elastic/elasticsearch/pull/150704)issue: [#150640](https://github.com/elastic/elasticsearch/issues/150640)、[#150641](https://github.com/elastic/elasticsearch/issues/150641)、[#150644](https://github.com/elastic/elasticsearch/issues/150644)、[#150645](https://github.com/elastic/elasticsearch/issues/150645)在计划序列化之前解析联合类型字段中的代理[#151633](https://github.com/elastic/elasticsearch/pull/151633)issue: [#151475](https://github.com/elastic/elasticsearch/issues/151475)Infra/CorePass throughincludeSourceInError [#142335](https://github.com/elastic/elasticsearch/pull/142335)更多详情可查看