1. 6ffdd9c refactor(server): unify URL configs when scheme is missing (#2944) by Himanshu Verma · 8 days ago master
  2. 88ad859 doc: update Quick Start & Architecture in README (#2947) by imbajin · 9 days ago
  3. 9babe49 test(server): enable run single unit test (#2940) by Soyaazz · 13 days ago
  4. fc391a7 fix(server): prevent await deadlock on ContextCallable failure (#2941) by Himanshu Verma · 2 weeks ago
  5. 99baf2b docs: fix some typos in comments (#2943) by slightsharp · 3 weeks ago
  6. e0f572b refactor(server): support update TTL in labels & enhance configs (#2938) by imbajin · 3 weeks ago
  7. 37be6cd test(cluster-test): bump ct to version 1.7.0 (#2921) by Soyaazz · 5 weeks ago
  8. a93cc21 chore(server): remove outdated ConfigAuthenticator (#2927) by ChoHee · 5 weeks ago
  9. d641fdb docs: fix Cypher documentation link in README (#2925) by Himanshu Verma · 5 weeks ago
  10. 423ede0 fix: optimize code and update risky deps (#2918) by Ken · 5 weeks ago
  11. 2432603 fix(server): fix npe in non-auth mode (#2912) by Tsukilc · 5 weeks ago
  12. eec3871 chore: update the status of distributed modules (#2916) by imbajin · 7 weeks ago
  13. d28526e fix(pd): pd raft-follower failed to get leader address due to npe (#2919) by Soyaazz · 8 weeks ago
  14. c6d94b4 feat: add slack channel (#2920) by vaughn · 8 weeks ago
  15. 534c81e fix: use slim docker image (#2903) by Peng Junzhi · 8 weeks ago
  16. 18569c4 docs: migrate 1.5.0 in readme to 1.7.0 (#2914) by Peng Junzhi · 2 months ago
  17. 9a3daf8 refactor(store): fix reflection parameter error and extract duplicate methods to RaftReflectionUtil (#2906) by contrueCT · 3 months ago
  18. b12425c fix: add missing license and remove binary license.txt & fix tinkerpop ci & remove duplicate module (#2910) by Peng Junzhi · 3 months ago release-1.7.0 1.7.0
  19. 41d0dbc fix(server): fix reflect bug in init-store.sh (#2905) by Tsukilc · 3 months ago
  20. 496b150 feat: init serena memory system & add memories (#2902) by imbajin · 3 months ago
  21. de0360b fix: migrate to LTS jdk11 in all Dockerfile (#2901) by Peng Junzhi · 3 months ago
  22. b7998c1 refactor(server): remove graph param in auth api path (#2899) by Tsukilc · 3 months ago
  23. ca5fc0c fix(server): support GraphAPI for rocksdb & add tests (#2900) by Tsukilc · 3 months ago
  24. 2e0cffe feat(server): add path filter for graphspace (#2898) by Tsukilc · 3 months ago
  25. 00e040b fix(store): handle NPE in getVersion for file (#2897) by Soyan · 3 months ago
  26. d7697f4 chore(server): bump rocksdb version from 7.2.2 to 8.10.2 (#2896) by Guangyang Deng · 3 months ago
  27. e66accc fix(store): improve some potential lock & type cast issues (#2895) by Soyan · 3 months ago
  28. f92c5a4 docs(pd): update test commands and improve documentation clarity (#2893) by koi · 3 months ago
  29. 126885d docs(store): update guidance for store module (#2894) by Soyan · 3 months ago
  30. 5b3d295 docs(store): add deployment/practices/development docs by imbajin · 3 months ago
  31. 21ef0bf docs(store): add comprehensive store design doc by imbajin · 3 months ago
  32. b7758ef fix(server): handle graph data sync inconsistent problem (#74) by koi · 4 months ago
  33. 062771f docs(pd): add configuration & development guides for PD by imbajin · 4 months ago
  34. 66ff668 docs(pd): add PD API reference documentation by imbajin · 4 months ago
  35. 053f562 docs(pd): add PD architecture documentation by imbajin · 4 months ago
  36. af14534 docs(pd): init HugeGraph-PD README file by imbajin · 4 months ago
  37. 2fb3ced docs: add AGENTS.md with project guidance by imbajin · 4 months ago
  38. 5eeeb9a refactor(auth): simplify rpc-auth logic and clean legacy code (#73) by koi · 4 months ago
  39. 3c1dd52 chore: update CodeQL workflow and cleanup dist.sh file by imbajin · 4 months ago
  40. dc46776 chore: bump project version from 1.5.0 to 1.7.0 (#72) by Tsukilc · 4 months ago
  41. da24481 fix(server): improve label matching and code clarity in HugeAuthenticator by imbajin · 4 months ago
  42. 7b20a91 fix(struct): Fix the classpath conflict between struct and server (#65) by Tsukilc · 4 months ago
  43. a00e470 fix(server): fix auth test (#64) by Tsukilc · 4 months ago
  44. 33d8cee refactor(license): remove license management-related code and dependencies (#61) by koi · 4 months ago
  45. 33740f5 fix: fix NPE in CI (#60) by Soyan · 4 months ago
  46. 6184183 refactor(store): integrate store client module (#47) by Soyan · 4 months ago
  47. f8cdff7 feat(server): change time fomat to yyyy-MM-dd HH:mm:ss.SSS by Tsukilc · 4 months ago
  48. df58ed3 fix(pd): fix the NPE error in AbstractClient's constructor and remove unnecessary assert statements (#58) by koi · 4 months ago
  49. a2de993 fix: fix problems found in ci (#51) by Soyan · 5 months ago
  50. c78aece refactor(store): integrate store cli module by Soyan · 5 months ago
  51. 98dcfaf fix(server): add ServerOptions: usePD to know whether user use by Tsukilc · 5 months ago
  52. d5b1e8e chore(license): add dependencies in known-dependencies.txt by Tsukilc · 5 months ago
  53. 4235a41 fix(server): change graphspace/graph to graphspace_graph in hbase by Tsukilc · 5 months ago
  54. 8e66ccf fix(test): fix test to support graphSpace by Tsukilc · 5 months ago
  55. f1d08f8 feat(server): Add graphSpace CRUD API, service API and registerAPI by Tsukilc · 5 months ago
  56. 069b6e6 feat(server-test): add graphspace in test by Tsukilc · 5 months ago
  57. 6a97d93 feat(server): add graphSpace in HugeGraph.class by Tsukilc · 5 months ago
  58. a35739b feat(server): add k8s api for graphSpace by Tsukilc · 5 months ago
  59. c92d5f6 feat(server): add kv store by Tsukilc · 7 months ago
  60. 9504294 fix(store): optimize options API parameter check & error handling by JisoLya · 5 months ago
  61. c64429a chore(store): reformat code by JisoLya · 5 months ago
  62. 649acf9 feat(store): add FixGraphIdController and RaftAPI; enhance status and test controllers by JisoLya · 5 months ago
  63. 4ba1c96 chore(store): remove deprecated request/response code by JisoLya · 5 months ago
  64. c6d152c fix(store): fix potential NPE and concurrency problem by JisoLya · 5 months ago
  65. b3ef560 chore(store): reformat code by JisoLya · 5 months ago
  66. 4294b24 refactor(store): replace DefaultDataMover with DataManagerImpl and update flush method visibility by JisoLya · 5 months ago
  67. 5a36a9c feat(store): add raft closure and raft operation and SnapshotHandler by JisoLya · 5 months ago
  68. ac7dd6c feat(store): add async task processors and corresponding metadata by JisoLya · 5 months ago
  69. dd46167 refactor(store): update utils by JisoLya · 5 months ago
  70. 7e0062c feat(store): modify iterator & businessHandler to support computation push down by JisoLya · 5 months ago
  71. 9a083e0 chore(store): add struct dependency in store-core by JisoLya · 5 months ago
  72. 91aa759 refactor(pd): refactor pd test cli module by koi2000 · 5 months ago
  73. 42b9947 fix(cli): improve command error handling and input validation by koi2000 · 5 months ago
  74. adfc8dd feat(cli): add CLI commands for changing Raft and checking peers by koi2000 · 5 months ago
  75. 6edb46c refactor(pd): improve error handling for shard address assignment in PartitionAPI by koi2000 · 5 months ago
  76. d926ec1 refactor: enhance graph name validation and logging in GraphStatistics and Partition classes by koi2000 · 5 months ago
  77. bbc27c5 refactor(pd): improve thread safety and optimize channel management in service classes by koi2000 · 5 months ago
  78. 867f917 refactor: optimize JSON conversion and improve date formatting in multiple services by koi2000 · 5 months ago
  79. c1663b1 refactor(pd): simplify variable declarations and improve error handling across multiple classes by koi2000 · 5 months ago
  80. e948ec9 feat(auth): implement authentication mechanism for REST and gRPC services by koi2000 · 5 months ago
  81. 37e618c refactor(pd): refactor the pd client by koi2000 · 5 months ago
  82. bd70159 refactor(test): rewrite the test code and add new test cases by koi2000 · 5 months ago
  83. eaf0019 refactor(pd): refactor pd client connection management by koi2000 · 5 months ago
  84. aebfdb9 feat(client): add basic authentication and optimize client configuration by koi2000 · 5 months ago
  85. 1918a7a feat(pd): add MetadataService in pd by koi · 5 months ago
  86. ced7e36 refactor(store): integrate store-common module (#26) by Soyan · 5 months ago
  87. 5c9902c refactor(pd): refactor common module (#24) by koi · 5 months ago
  88. 0de3210 refactor(store): integrate store rocksDb module (#34) by Soyan · 5 months ago
  89. fcfa3e5 feat(pd): add build index task in pd (#23) by koi · 5 months ago
  90. ccec8d8 chore: update workflow for 🚧 stage (#32) by Soyan · 5 months ago
  91. 1b6ffad feat(pd): add methods to query graph status and cluster status (#22) by koi · 5 months ago
  92. beaa0a8 refactor(store): integrate store grpc module (#27) by Soyan · 5 months ago
  93. 12466fb chore: refresh known-dependencies.txt by Tsukilc · 5 months ago
  94. 3f2edb0 feat(hugegraph-struct): initialize module with core type interfaces and project configuration by Tsukilc · 5 months ago
  95. 8bdafb5 chore: add auto pr review workflow by imbajin · 8 months ago
  96. 58c1a58 docs: add DeepWiki badge to README (#2883) by imbajin · 4 months ago dev
  97. 7646d48 docs: revise Docker usage instructions in README (#2882) by imbajin · 4 months ago
  98. da6b123 refactor: remove the package existing in java8 (#2792) by Tsukilc · 5 months ago
  99. c0220c7 docs: enhance docker instruction with auth opened graph (#2881) by Tsukilc · 5 months ago
  100. bc7fb1f chore: improve maven Reproducible Builds (#2874) by Hervé Boutemy · 5 months ago