本文主要是介绍HugeGraph 1.3.0版本发布,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
2024年4月2日,HugeGraph发布了1.3.0版本,具体如下:
运行环境/版本说明
- 优先在
hugegraph/toolchain/commons
软件中使用 Java 11, 此次是这些模块最后一次主版本兼容 Java 8 了。(computer 则仅支持 Java11) - 另外相比 Java11, 使用 Java8 会失去一些安全性的保障,我们推荐生产或对外网暴露访问的环境使用 Java11 并开启 Auth 权限认证
1.3.0 是最后兼容 Java 8 的版本,在下一个 1.5.0 版本发布 – PD/Store 合入主分支时就会全面使用 Java 11 (除client
外).
PS: 未来 HugeGraph 组件的版本会朝着 Java 11 -> Java 17 -> Java 21
演进
WIP: This doc is under construction, please wait for the final version (BETA)
hugegraph
在此次版本中我们修复了一些 SEC 相关的问题,如果是线上或者对外服务请升级到最新版本 + 开启权限认证
API Changes
- feat(api): optimize adjacent-edges query (#2408)
Feature Changes
- feat: support docker use the auth when starting (#2403)
- feat: added the OpenTelemetry trace support (#2477)
Bug Fix
- fix(core): task restore interrupt problem on restart server (#2401)
- fix(server): reinitialize the progress to set up graph auth friendly (#2411)
- fix(chore): remove zgc in dockerfile for ARM env (#2421)
- fix(server): make CacheManager constructor private to satisfy the singleton pattern (#2432)
- fix(server): unify the license headers (#2438)
- fix: format and clean code in dist and example modules (
这篇关于HugeGraph 1.3.0版本发布的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!