<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CHANGELOGS on Apache HugeGraph</title><link>https://hugegraph.apache.org/versions/1.7/docs/changelog/</link><description>Recent content in CHANGELOGS on Apache HugeGraph</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 16 Nov 2025 06:36:39 -0600</lastBuildDate><atom:link href="https://hugegraph.apache.org/versions/1.7/docs/changelog/index.xml" rel="self" type="application/rss+xml"/><item><title>HugeGraph 1.0.0 Release Notes</title><link>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.0.0-release-notes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.0.0-release-notes/</guid><description>&lt;h3 id="oltp-api--client-changes"&gt;OLTP API &amp;amp; Client Changes&#10;&lt;/h3&gt;&#10;&lt;h4 id="api-changes"&gt;API Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;feat(api): support hot set trace through /exception/trace API.&lt;/li&gt;&#10;&lt;li&gt;feat(api): support query by Cypher language.&lt;/li&gt;&#10;&lt;li&gt;feat(api): support swagger UI to viewing API.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="client-changes"&gt;Client Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;feat(client) support Cypher query API.&lt;/li&gt;&#10;&lt;li&gt;refact(client): change &amp;rsquo;limit&amp;rsquo; type from long to int.&lt;/li&gt;&#10;&lt;li&gt;feat(client): server bypass for hbase writing (Beta).&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="core--server"&gt;Core &amp;amp; Server&#10;&lt;/h3&gt;&#10;&lt;h4 id="feature-changes"&gt;Feature Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;feat: support Java 11.&lt;/li&gt;&#10;&lt;li&gt;feat(core): support adamic-adar &amp;amp; resource-allocation algorithms.&lt;/li&gt;&#10;&lt;li&gt;feat(hbase): support hash rowkey &amp;amp; pre-init tables.&lt;/li&gt;&#10;&lt;li&gt;feat(core): support query by Cypher language.&lt;/li&gt;&#10;&lt;li&gt;feat(core): support automatic management and fail-over for cluster role.&lt;/li&gt;&#10;&lt;li&gt;feat(core): support 16 OLAP algorithms, like: LPA, Louvain, PageRank, BetweennessCentrality, RingsDetect.&lt;/li&gt;&#10;&lt;li&gt;feat: prepare for Apache release.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="bug-fix"&gt;Bug Fix&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;fix(core): can&amp;rsquo;t query edges by multi labels + properties.&lt;/li&gt;&#10;&lt;li&gt;fix(core): occasionally NoSuchMethodError Relations().&lt;/li&gt;&#10;&lt;li&gt;fix(core): limit max depth for cycle detection.&lt;/li&gt;&#10;&lt;li&gt;fix(core): traversal contains Tree step has different result.&lt;/li&gt;&#10;&lt;li&gt;fix edge batch update error.&lt;/li&gt;&#10;&lt;li&gt;fix unexpected task status.&lt;/li&gt;&#10;&lt;li&gt;fix(core): edge cache not clear when update or delete associated vertex.&lt;/li&gt;&#10;&lt;li&gt;fix(mysql): run g.V() is error when it&amp;rsquo;s MySQL backend.&lt;/li&gt;&#10;&lt;li&gt;fix: close exception and server-info EXPIRED_INTERVAL.&lt;/li&gt;&#10;&lt;li&gt;fix: export ConditionP.&lt;/li&gt;&#10;&lt;li&gt;fix: query by within + Text.contains.&lt;/li&gt;&#10;&lt;li&gt;fix: schema label race condition of addIndexLabel/removeIndexLabel.&lt;/li&gt;&#10;&lt;li&gt;fix: limit admin role can drop graph.&lt;/li&gt;&#10;&lt;li&gt;fix: ProfileApi url check &amp;amp; add build package to ignore file.&lt;/li&gt;&#10;&lt;li&gt;fix: can&amp;rsquo;t shut down when starting with exception.&lt;/li&gt;&#10;&lt;li&gt;fix: Traversal.graph is empty in StepStrategy.apply() with count().is(0).&lt;/li&gt;&#10;&lt;li&gt;fix: possible extra comma before where statement in MySQL backend.&lt;/li&gt;&#10;&lt;li&gt;fix: JNA UnsatisfiedLinkError for Apple M1.&lt;/li&gt;&#10;&lt;li&gt;fix: start RpcServer NPE &amp;amp; args count of ACTION_CLEARED error &amp;amp; example error.&lt;/li&gt;&#10;&lt;li&gt;fix: rpc server not start.&lt;/li&gt;&#10;&lt;li&gt;fix: User-controlled data in numeric cast &amp;amp; remove word dependency.&lt;/li&gt;&#10;&lt;li&gt;fix: closing iterators on errors for Cassandra &amp;amp; Mysql.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="option-changes"&gt;Option Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;move &lt;code&gt;raft.endpoint&lt;/code&gt; option from graph scope to server scope.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="other-changes"&gt;Other Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;refact(core): enhance schema job module.&lt;/li&gt;&#10;&lt;li&gt;refact(raft): improve raft module &amp;amp; test &amp;amp; install snapshot and add peer.&lt;/li&gt;&#10;&lt;li&gt;refact(core): remove early cycle detection &amp;amp; limit max depth.&lt;/li&gt;&#10;&lt;li&gt;cache: fix assert node.next==empty.&lt;/li&gt;&#10;&lt;li&gt;fix apache license conflicts: jnr-posix and jboss-logging.&lt;/li&gt;&#10;&lt;li&gt;chore: add logo in README &amp;amp; remove outdated log4j version.&lt;/li&gt;&#10;&lt;li&gt;refact(core): improve CachedGraphTransaction perf.&lt;/li&gt;&#10;&lt;li&gt;chore: update CI config &amp;amp; support ci robot &amp;amp; add codeQL SEC-check &amp;amp; graph option.&lt;/li&gt;&#10;&lt;li&gt;refact: ignore security check api &amp;amp; fix some bugs &amp;amp; clean code.&lt;/li&gt;&#10;&lt;li&gt;doc: enhance CONTRIBUTING.md &amp;amp; README.md.&lt;/li&gt;&#10;&lt;li&gt;refact: add checkstyle plugin &amp;amp; clean/format the code.&lt;/li&gt;&#10;&lt;li&gt;refact(core): improve decode string empty bytes &amp;amp; avoid array-construct columns in BackendEntry.&lt;/li&gt;&#10;&lt;li&gt;refact(cassandra): translate ipv4 to ipv6 metrics &amp;amp; update cassandra dependency version.&lt;/li&gt;&#10;&lt;li&gt;chore: use .asf.yaml for apache workflow &amp;amp; replace APPLICATION_JSON with TEXT_PLAIN.&lt;/li&gt;&#10;&lt;li&gt;feat: add system schema store.&lt;/li&gt;&#10;&lt;li&gt;refact(rocksdb): update rocksdb version to 6.22 &amp;amp; improve rocksdb code.&lt;/li&gt;&#10;&lt;li&gt;refact: update mysql scope to test &amp;amp; clean protobuf style/configs.&lt;/li&gt;&#10;&lt;li&gt;chore: upgrade Dockerfile server to 0.12.0 &amp;amp; add editorconfig &amp;amp; improve ci.&lt;/li&gt;&#10;&lt;li&gt;chore: upgrade grpc version.&lt;/li&gt;&#10;&lt;li&gt;feat: support updateIfPresent/updateIfAbsent operation.&lt;/li&gt;&#10;&lt;li&gt;chore: modify abnormal logs &amp;amp; upgrade netty-all to 4.1.44.&lt;/li&gt;&#10;&lt;li&gt;refact: upgrade dependencies &amp;amp; adopt new analyzer &amp;amp; clean code.&lt;/li&gt;&#10;&lt;li&gt;chore: improve .gitignore &amp;amp; update ci configs &amp;amp; add RAT/flatten plugin.&lt;/li&gt;&#10;&lt;li&gt;chore(license): add dependencies-check ci &amp;amp; 3rd-party dependency licenses.&lt;/li&gt;&#10;&lt;li&gt;refact: Shutdown log when shutdown process &amp;amp; fix tx leak &amp;amp; enhance the file path.&lt;/li&gt;&#10;&lt;li&gt;refact: rename package to apache &amp;amp; dependency in all modules (Breaking Change).&lt;/li&gt;&#10;&lt;li&gt;chore: add license checker &amp;amp; update antrun plugin &amp;amp; fix building problem in windows.&lt;/li&gt;&#10;&lt;li&gt;feat: support one-step script for apache release v1.0.0 release.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="computer-olap"&gt;Computer (OLAP)&#10;&lt;/h3&gt;&#10;&lt;h4 id="algorithm-changes"&gt;Algorithm Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;feat: implement page-rank algorithm.&lt;/li&gt;&#10;&lt;li&gt;feat: implement wcc algorithm.&lt;/li&gt;&#10;&lt;li&gt;feat: implement degree centrality.&lt;/li&gt;&#10;&lt;li&gt;feat: implement triangle_count algorithm.&lt;/li&gt;&#10;&lt;li&gt;feat: implement rings-detection algorithm.&lt;/li&gt;&#10;&lt;li&gt;feat: implement LPA algorithm.&lt;/li&gt;&#10;&lt;li&gt;feat: implement kcore algorithm.&lt;/li&gt;&#10;&lt;li&gt;feat: implement closeness centrality algorithm.&lt;/li&gt;&#10;&lt;li&gt;feat: implement betweenness centrality algorithm.&lt;/li&gt;&#10;&lt;li&gt;feat: implement cluster coefficient algorithm.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="platform-changes"&gt;Platform Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;feat: init module computer-core &amp;amp; computer-algorithm &amp;amp; etcd dependency.&lt;/li&gt;&#10;&lt;li&gt;feat: add Id as base type of vertex id.&lt;/li&gt;&#10;&lt;li&gt;feat: init Vertex/Edge/Properties &amp;amp; JsonStructGraphOutput.&lt;/li&gt;&#10;&lt;li&gt;feat: load data from hugegraph server.&lt;/li&gt;&#10;&lt;li&gt;feat: init basic combiner, Bsp4Worker, Bsp4Master.&lt;/li&gt;&#10;&lt;li&gt;feat: init sort &amp;amp; transport interface &amp;amp; basic FileInput/Output Stream.&lt;/li&gt;&#10;&lt;li&gt;feat: init computation &amp;amp; ComputerOutput/Driver interface.&lt;/li&gt;&#10;&lt;li&gt;feat: init Partitioner and HashPartitioner&lt;/li&gt;&#10;&lt;li&gt;feat: init Master/WorkerService module.&lt;/li&gt;&#10;&lt;li&gt;feat: init Heap/LoserTree sorting.&lt;/li&gt;&#10;&lt;li&gt;feat: init rpc module.&lt;/li&gt;&#10;&lt;li&gt;feat: init transport server, client, en/decode, flowControl, heartbeat.&lt;/li&gt;&#10;&lt;li&gt;feat: init DataDirManager &amp;amp; PointerCombiner.&lt;/li&gt;&#10;&lt;li&gt;feat: init aggregator module &amp;amp; add copy() and assign() methods to Value class.&lt;/li&gt;&#10;&lt;li&gt;feat: add startAsync and finishAsync on client side, add onStarted and onFinished on server side.&lt;/li&gt;&#10;&lt;li&gt;feat: init store/sort module.&lt;/li&gt;&#10;&lt;li&gt;feat: link managers in worker sending end.&lt;/li&gt;&#10;&lt;li&gt;feat: implement data receiver of worker.&lt;/li&gt;&#10;&lt;li&gt;feat: implement StreamGraphInput and EntryInput.&lt;/li&gt;&#10;&lt;li&gt;feat: add Sender and Receiver to process compute message.&lt;/li&gt;&#10;&lt;li&gt;feat: add seqfile fromat.&lt;/li&gt;&#10;&lt;li&gt;feat: add ComputeManager.&lt;/li&gt;&#10;&lt;li&gt;feat: add computer-k8s and computer-k8s-operator.&lt;/li&gt;&#10;&lt;li&gt;feat: add startup and make docker image code.&lt;/li&gt;&#10;&lt;li&gt;feat: sort different type of message use different combiner.&lt;/li&gt;&#10;&lt;li&gt;feat: add HDFS output format.&lt;/li&gt;&#10;&lt;li&gt;feat: mount config-map and secret to container.&lt;/li&gt;&#10;&lt;li&gt;feat: support java11.&lt;/li&gt;&#10;&lt;li&gt;feat: support partition concurrent compute.&lt;/li&gt;&#10;&lt;li&gt;refact: abstract computer-api from computer-core.&lt;/li&gt;&#10;&lt;li&gt;refact: optimize data receiving.&lt;/li&gt;&#10;&lt;li&gt;fix: release file descriptor after input and compute.&lt;/li&gt;&#10;&lt;li&gt;doc: add operator deploy readme.&lt;/li&gt;&#10;&lt;li&gt;feat: prepare for Apache release.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="toolchain-loader-tools-hubble"&gt;Toolchain (loader, tools, hubble)&#10;&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;feat(loader): support use SQL to construct graph.&lt;/li&gt;&#10;&lt;li&gt;feat(loader): support Spark-Loader mode(include jdbc source).&lt;/li&gt;&#10;&lt;li&gt;feat(loader): support Flink-CDC mode.&lt;/li&gt;&#10;&lt;li&gt;fix(loader): fix NPE when loading ORC data.&lt;/li&gt;&#10;&lt;li&gt;fix(loader): fix schema is not cached with Spark/Flink mode.&lt;/li&gt;&#10;&lt;li&gt;fix(loader): fix json deserialize error.&lt;/li&gt;&#10;&lt;li&gt;fix(loader): fix jackson conflicts &amp;amp; missing dependencies.&lt;/li&gt;&#10;&lt;li&gt;feat(hubble): supplementary algorithms UI.&lt;/li&gt;&#10;&lt;li&gt;feat(hubble): support highlighting and hints for Gremlin text.&lt;/li&gt;&#10;&lt;li&gt;feat(hubble): add docker-file for hubble.&lt;/li&gt;&#10;&lt;li&gt;feat(hubble): display packaging log output progress while building.&lt;/li&gt;&#10;&lt;li&gt;fix(hubble): fix port-input placeholder UI.&lt;/li&gt;&#10;&lt;li&gt;feat: prepare for Apache release.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="commons-commonrpc"&gt;Commons (common,rpc)&#10;&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;feat: support assert-throws method returning Future.&lt;/li&gt;&#10;&lt;li&gt;feat: add Cnm and Anm to CollectionUtil.&lt;/li&gt;&#10;&lt;li&gt;feat: support custom content-type.&lt;/li&gt;&#10;&lt;li&gt;feat: prepare for Apache release.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="release-details"&gt;Release Details&#10;&lt;/h3&gt;&#10;&lt;p&gt;Please check the release details in each repository:&lt;/p&gt;</description></item><item><title>HugeGraph 1.2.0 Release Notes</title><link>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.2.0-release-notes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.2.0-release-notes/</guid><description>&lt;h3 id="java-version-statement"&gt;Java version statement&#10;&lt;/h3&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;In the future, we will gradually upgrade the java version, &lt;strong&gt;Java 11&lt;/strong&gt; -&amp;gt; &lt;strong&gt;Java 17&lt;/strong&gt; -&amp;gt; &lt;strong&gt;Java 21&lt;/strong&gt;.&lt;/p&gt;&#10;&lt;/blockquote&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;hugegraph, hugegraph-toolchain, hugegraph-commons consider use Java 11, also compatible with Java 8 now.&lt;/li&gt;&#10;&lt;li&gt;hugegraph-computer required to use Java 11, &lt;strong&gt;not compatible with Java 8 now!&lt;/strong&gt;&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;p&gt;&lt;strong&gt;v1.2.0 may be the last major version compatible with Java 8&lt;/strong&gt;, compatibility with Java 8 will totally end in v1.5 when &lt;a href="https://github.com/apache/incubator-hugegraph/issues/2265"&gt;PD/Store&lt;/a&gt; merged into master branch (Except for the &lt;code&gt;java-client&lt;/code&gt;).&lt;/p&gt;</description></item><item><title>HugeGraph 1.3.0 Release Notes</title><link>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.3.0-release-notes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.3.0-release-notes/</guid><description>&lt;h3 id="operating-environment--version-description"&gt;Operating Environment / Version Description&#10;&lt;/h3&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;consider using Java 11 in &lt;code&gt;hugegraph/toolchain/commons&lt;/code&gt;, also compatible with Java 8 now.&lt;/li&gt;&#10;&lt;li&gt;&lt;code&gt;hugegraph-computer&lt;/code&gt; required to use Java 11, &lt;strong&gt;not compatible with Java 8!&lt;/strong&gt;&lt;/li&gt;&#10;&lt;li&gt;Using Java8 may loss some security ensured, we recommend using Java 11 in &lt;strong&gt;production env&lt;/strong&gt; with &lt;a href="https://hugegraph.apache.org/versions/1.7/docs/config/config-authentication/"&gt;AuthSystem&lt;/a&gt; enabled.&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;p&gt;&lt;strong&gt;1.3.0&lt;/strong&gt; is the &lt;strong&gt;last major&lt;/strong&gt; version compatible with &lt;strong&gt;Java 8&lt;/strong&gt;, compatibility with Java 8 will end in&#10;next release(1.5.0) when &lt;a href="https://github.com/apache/hugegraph/issues/2265"&gt;PD/Store&lt;/a&gt; merged into&#10;master branch (Except for the &lt;code&gt;java-client&lt;/code&gt;).&lt;/p&gt;</description></item><item><title>HugeGraph 1.5.0 Release Notes</title><link>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.5.0-release-notes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.5.0-release-notes/</guid><description>&lt;blockquote&gt;&#10;&lt;p&gt;WIP: This doc is under construction, please wait for the final version (BETA)&lt;/p&gt;&#10;&lt;/blockquote&gt;&#10;&lt;h2 id="operating-environment--version-description"&gt;Operating Environment / Version Description&#10;&lt;/h2&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;From &lt;code&gt;hugegraph&lt;/code&gt; version &lt;strong&gt;1.5.0&lt;/strong&gt; and later, related components only support Java11.&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;p&gt;PS: In the future, HugeGraph components will evolve through versions of &lt;code&gt;Java 11 -&amp;gt; Java 17 -&amp;gt; Java 21&lt;/code&gt;.&lt;/p&gt;&#10;&lt;h3 id="hugegraph"&gt;hugegraph&#10;&lt;/h3&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;This version introduces many new features and optimizations, particularly support for the new distributed backend HStore(Raft + RocksDB).&lt;/p&gt;</description></item><item><title>HugeGraph 1.7.0 Release Notes</title><link>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.7.0-release-notes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.7/docs/changelog/hugegraph-1.7.0-release-notes/</guid><description>&lt;blockquote&gt;&#10;&lt;p&gt;WIP: This doc is under construction, please wait for the final version (BETA)&lt;/p&gt;&#10;&lt;/blockquote&gt;&#10;&lt;h3 id="operating-environment--version-description"&gt;Operating Environment / Version Description&#10;&lt;/h3&gt;&#10;&lt;p&gt;For &lt;strong&gt;1.7.0&lt;/strong&gt; version &lt;code&gt;hugegraph&lt;/code&gt;, related components only support Java11.&lt;/p&gt;&#10;&lt;h3 id="hugegraph"&gt;hugegraph&#10;&lt;/h3&gt;&#10;&lt;h4 id="api-changes"&gt;API Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;BREAKING CHANGE&lt;/strong&gt;: Disable legacy backends include MySQL/PG/c*(.etc) &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2746"&gt;#2746&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;BREAKING CHANGE&lt;/strong&gt;: Release version 1.7.0 [server + pd + store] &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2889"&gt;#2889&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="feature-changes"&gt;Feature Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Support MemoryManagement for graph query framework &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2649"&gt;#2649&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;LoginAPI support token_expire field &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2754"&gt;#2754&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add option for task role election &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2843"&gt;#2843&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Optimize perf by avoid boxing long &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2861"&gt;#2861&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;StringId hold bytes to avoid decode/encode &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2862"&gt;#2862&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add PerfExample5 and PerfExample6 &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2860"&gt;#2860&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;RocksDBStore remove redundant checkOpened() call &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2863"&gt;#2863&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add path filter &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2898"&gt;#2898&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Init serena memory system &amp;amp; add memories &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2902"&gt;#2902&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="bug-fixes"&gt;Bug Fixes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Filter dynamice path(PUT/GET/DELETE) with params cause OOM &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2569"&gt;#2569&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;JRaft Histogram Metrics Value NaN &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2631"&gt;#2631&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update server image desc &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2702"&gt;#2702&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Kneigbor-api has unmatched edge type with server &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2699"&gt;#2699&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add license for swagger-ui &amp;amp; reset use stage to false in ci yml &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2706"&gt;#2706&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix build pd-store arm image &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2744"&gt;#2744&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix graph server cache notifier mechanism &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2729"&gt;#2729&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Tx leak when stopping the graph server &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2791"&gt;#2791&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Ensure backend is initialized in gremlin script &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2824"&gt;#2824&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix some potential lock &amp;amp; type cast issues &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2895"&gt;#2895&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix npe in getVersion &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2897"&gt;#2897&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix the support for graphsapi in rocksdb and add testing for graphsapi &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2900"&gt;#2900&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Remove graph path in auth api path &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2899"&gt;#2899&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Migrate to LTS jdk11 in all Dockerfile &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2901"&gt;#2901&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Remove the judgment for java8 compatibility in the init-store &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2905"&gt;#2905&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add missing license and remove binary license.txt &amp;amp; fix tinkerpop ci &amp;amp; remove duplicate module &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2910"&gt;#2910&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="option-changes"&gt;Option Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Remove some outdated configuration &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2678"&gt;#2678&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="other-changes"&gt;Other Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Update outdated docs for release 1.5.0 &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2690"&gt;#2690&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix licenses and remove empty files &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2692"&gt;#2692&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update repo artifacts references &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2695"&gt;#2695&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Adjust release fury version &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2698"&gt;#2698&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix the JSON license issue &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2697"&gt;#2697&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add debug info for tp test &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2688"&gt;#2688&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Enhance words in README &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2734"&gt;#2734&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add collaborators in asf config &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2741"&gt;#2741&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Adjust the related filters of sofa-bolt &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2735"&gt;#2735&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Reopen discussion in .asf.yml config &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2751"&gt;#2751&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix typo in README &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2806"&gt;#2806&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Centralize version management in project &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2797"&gt;#2797&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update notice year &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2826"&gt;#2826&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Improve maven Reproducible Builds → upgrade plugins &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2874"&gt;#2874&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Enhance docker instruction with auth opened graph &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2881"&gt;#2881&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Remove the package existing in java8 &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2792"&gt;#2792&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Revise Docker usage instructions in README &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2882"&gt;#2882&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add DeepWiki badge to README &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2883"&gt;#2883&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update guidance for store module &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2894"&gt;#2894&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update test commands and improve documentation clarity &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2893"&gt;#2893&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Bump rocksdb version from 7.2.2 to 8.10.2 &lt;a href="https://github.com/apache/incubator-hugegraph/pull/2896"&gt;#2896&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="hugegraph-toolchain"&gt;hugegraph-toolchain&#10;&lt;/h3&gt;&#10;&lt;h4 id="api-changes-1"&gt;API Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Support graphspace &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/633"&gt;#633&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="feature-changes-1"&gt;Feature Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Support jdbc date type &amp;amp; sync .editorconfig &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/648"&gt;#648&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add a useSSL option for mysql &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/650"&gt;#650&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Patch for father sub edge &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/654"&gt;#654&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Improve user experience for user script &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/666"&gt;#666&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support concurrent readers, short-id &amp;amp; Graphsrc &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/683"&gt;#683&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Init serena onboarding &amp;amp; project memory files &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/692"&gt;#692&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="bug-fixes-1"&gt;Bug Fixes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Typo word in display &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/655"&gt;#655&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Patch up missing classes and methods for hubble &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/657"&gt;#657&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Adjust Client to 1.7.0 server &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/689"&gt;#689&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Remove json license for release 1.7.0 &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/698"&gt;#698&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="other-changes-1"&gt;Other Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Update hugegraph source commit id &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/640"&gt;#640&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add collaborators in asf config &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/656"&gt;#656&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update pom for version-1.7.0 &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/681"&gt;#681&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add DeepWiki badge to README &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/684"&gt;#684&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Adjust APIs to compatible with 1.7.0 server &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/685"&gt;#685&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Adjust LoadContext to 1.7.0 version &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/687"&gt;#687&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Migrate to LTS jdk11 in all Dockerfile &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/691"&gt;#691&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update copyright year in NOTICE file &lt;a href="https://github.com/apache/incubator-hugegraph-toolchain/pull/697"&gt;#697&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="hugegraph-computer"&gt;hugegraph-computer&#10;&lt;/h3&gt;&#10;&lt;h4 id="feature-changes-2"&gt;Feature Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Migration Vermeer to hugegraph-computer &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/316"&gt;#316&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Make startChan&amp;rsquo;s size configurable &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/328"&gt;#328&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Assign WorkerGroup via worker configuration &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/332"&gt;#332&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support task priority based scheduling &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/336"&gt;#336&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Avoid 800k &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/340"&gt;#340&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="bug-fixes-2"&gt;Bug Fixes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Fix docker file build &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/341"&gt;#341&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="other-changes-2"&gt;Other Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Update release version to 1.5.0 &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/318"&gt;#318&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update go depends module &amp;amp; fix headers &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/321"&gt;#321&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update go version to 1.23 &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/322"&gt;#322&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add collaborator in .asf.yaml &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/323"&gt;#323&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update the Go version in docker image &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/333"&gt;#333&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add DeepWiki badge to README &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/337"&gt;#337&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Bump project version to 1.7.0 (RELEASE) &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/338"&gt;#338&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update copyright year in NOTICE file &lt;a href="https://github.com/apache/incubator-hugegraph-computer/pull/342"&gt;#342&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="hugegraph-ai"&gt;hugegraph-ai&#10;&lt;/h3&gt;&#10;&lt;h4 id="api-changes-2"&gt;API Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Support choose template in api &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/135"&gt;#135&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add post method for paths-api &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/162"&gt;#162&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support switch graph in api &amp;amp; add some query configs &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/184"&gt;#184&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Text2gremlin api &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/258"&gt;#258&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support switching prompt EN/CN &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/269"&gt;#269&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;BREAKING CHANGE&lt;/strong&gt;: Update keyword extraction method &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/282"&gt;#282&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="feature-changes-3"&gt;Feature Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Added the process of text2gql in graphrag V1.0 &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/105"&gt;#105&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use pydantic-settings for config management &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/122"&gt;#122&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Timely execute vid embedding &amp;amp; enhance some HTTP logic &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/141"&gt;#141&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use retry from tenacity &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/143"&gt;#143&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Modify the summary info and enhance the request logic &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/147"&gt;#147&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Automatic backup graph data timely &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/151"&gt;#151&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add a button to backup data &amp;amp; count together &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/153"&gt;#153&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Extract topk_per_keyword &amp;amp; topk_return_results to .env &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/154"&gt;#154&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Modify clear buttons &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/156"&gt;#156&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support intent recognition V1 &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/159"&gt;#159&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Change vid embedding x:yy to yy &amp;amp; use multi-thread &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/158"&gt;#158&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support mathjax in rag query block V1 &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/157"&gt;#157&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use poetry to manage the dependencies &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/149"&gt;#149&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Return schema.groovy first when backup graph data &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/161"&gt;#161&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Merge all logs into one file &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/171"&gt;#171&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use uv for the CI action &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/175"&gt;#175&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use EN prompt for keywords extraction &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/174"&gt;#174&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support litellm LLM provider &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/178"&gt;#178&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Improve graph extraction default prompt &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/187"&gt;#187&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Replace vid by full vertexes info &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/189"&gt;#189&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support asynchronous streaming generation in rag block by using async_generator and asyncio.wait &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/190"&gt;#190&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Generalize the regex extraction func &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/194"&gt;#194&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Create quick_start.md &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/196"&gt;#196&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support Docker &amp;amp; K8s deployment way &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/195"&gt;#195&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Multi-stage building in Dockerfile &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/199"&gt;#199&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support graph checking before updating vid embedding &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/205"&gt;#205&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Disable text2gql by default &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/216"&gt;#216&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use 4.1-mini and 0.01 temperature by default &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/214"&gt;#214&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Enhance the multi configs for LLM &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/212"&gt;#212&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Textbox to Code &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/223"&gt;#217&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Replace the IP + Port with URL &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/209"&gt;#209&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update gradio&amp;rsquo;s version &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/235"&gt;#235&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use asyncio to get embeddings &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/215"&gt;#215&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Change QPS -&amp;gt; RPM for timer decorator &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/241"&gt;#241&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support batch embedding &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/238"&gt;#238&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Using nuitka to provide a binary/perf way for the service &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/242"&gt;#242&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use uv instead poetry &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/226"&gt;#226&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Basic compatible in text2gremlin generation &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/261"&gt;#261&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Enhance config path handling and add project root validation &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/262"&gt;#262&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add vermeer python client for graph computing &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/263"&gt;#263&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use uv in client &amp;amp; ml modules &amp;amp; adapter the CI &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/257"&gt;#257&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use uv to manage pkgs &amp;amp; update README &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/272"&gt;#272&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Limit the deps version to handle critical init problems &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/279"&gt;#279&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support semi-automated prompt generation &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/281"&gt;#281&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support semi-automated generated graph schema &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/274"&gt;#274&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Unify all modules with uv &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/287"&gt;#287&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add GitHub Actions for auto upstream sync and update SEALData subsample logic &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/289"&gt;#289&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add a basic LLM/AI coding instruction file &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/290"&gt;#290&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add rules for AI coding guideline - V1.0 &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/293"&gt;#293&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Replace QianFan by OpenAI-compatible format &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/285"&gt;#285&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Optimize vector index with asyncio embedding &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/264"&gt;#264&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Refactor embedding parallelization to preserve order &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/295"&gt;#295&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support storing vector data for a graph instance by model type/name &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/265"&gt;#265&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add AGENTS.md as new document standard &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/299"&gt;#299&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add Fixed Workflow Execution Engine: Flow, Node, and Scheduler Architecture &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/302"&gt;#302&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Support vector db layer V1.0 &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/304"&gt;#304&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="bug-fixes-3"&gt;Bug Fixes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Limit the length of log &amp;amp; improve the format &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/121"&gt;#121&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Pylint in ml &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/125"&gt;#125&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Critical bug with pylint usage &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/131"&gt;#131&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Multi vid k-neighbor query only return the data of first vid &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/132"&gt;#132&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Replace getenv usage to settings &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/133"&gt;#133&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Correct header writing errors &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/140"&gt;#140&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update prompt to fit prefix cache &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/137"&gt;#137&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Extract_graph_data use wrong method &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/145"&gt;#145&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Use empty str for llm config &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/155"&gt;#155&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update gremlin generate prompt to apply fuzzy match &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/163"&gt;#163&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Enable fastapi auto reload function &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/164"&gt;#164&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix tiny bugs &amp;amp; optimize reranker layout &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/202"&gt;#202&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Enable tasks concurrency configs in Gradio &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/188"&gt;#188&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Align regex extraction of json to json format of prompt &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/211"&gt;#211&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix documentation sample code error &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/219"&gt;#219&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Failed to remove vectors when updating vid embedding &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/243"&gt;#243&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Skip empty chunk in LLM steaming mode &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/245"&gt;#245&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Ollama batch embedding bug &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/250"&gt;#250&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix Dockerfile to add pyproject.toml anchor file &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/266"&gt;#266&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add missing &amp;lsquo;properties&amp;rsquo; in gremlin prompt formatting &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/298"&gt;#298&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fixed cgraph version &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/305"&gt;#305&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Ollama embedding API usage and config param &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/306"&gt;#306&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="option-changes-1"&gt;Option Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Remove enable_gql logic in api &amp;amp; rag block &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/148"&gt;#148&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h4 id="other-changes-3"&gt;Other Changes&#10;&lt;/h4&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Update README for python-client/SDK &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/150"&gt;#150&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Enable pip cache &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/142"&gt;#142&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Enable discussion &amp;amp; change merge way &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/201"&gt;#201&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Synchronization with official documentation &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/273"&gt;#273&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Fix grammar errors &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/275"&gt;#275&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Improve README clarity and deployment instructions &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/276"&gt;#276&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add docker-compose deployment and improve container networking instructions &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/280"&gt;#280&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update docker compose command &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/283"&gt;#283&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Reduce third-party library log output &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/284"&gt;#244&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Update README with improved setup instructions &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/294"&gt;#294&lt;/a&gt;&lt;/li&gt;&#10;&lt;li&gt;Add collaborators in asf config &lt;a href="https://github.com/apache/incubator-hugegraph-ai/pull/182"&gt;#182&lt;/a&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h3 id="release-details"&gt;Release Details&#10;&lt;/h3&gt;&#10;&lt;p&gt;Please check the release details/contributor in each repository:&lt;/p&gt;</description></item></channel></rss>