Skip to content

Apache HugeGraph(incubating) Release 1.5.0

Latest
Compare
Choose a tag to compare
@VGalaxies VGalaxies released this 10 Dec 09:57

NOTE: Starting from version 1.5.0, a Java 11 runtime environment is required.

Full Download Link

What's Changed

  • chore: add swagger-ui LICENSE relative files by @simon824 in #2495
  • chore: remove required ci with java8 by @Pengzna in #2503
  • feat(pd): integrate pd-grpc&pd-common&pd-client by @VGalaxies in #2498
  • feat(store): integrate store-grpc&store-common&store-client by @Pengzna in #2476
  • fix(server): switch rocksdb backend to memory when executing gremlin example by @VGalaxies in #2518
  • fix(server): avoid overriding backend config in gremlin example script by @VGalaxies in #2519
  • chore: make IDEA support IssueNavigationLink and add icon by @liuxiaocs7 in #2521
  • fix: update resource references by @emmanuel-ferdman in #2522
  • chore: add .md style in editorconfig by @returnToInnocence in #2525
  • feat(store): integrate store-rocksdb submodule by @Pengzna in #2513
  • feat(pd): integrate pd-core into hugegraph by @VGalaxies in #2478
  • feat(pd): integrate pd-service into hugegraph by @VGalaxies in #2528
  • feat(pd): integrate pd-dist into hugegraph & add core tests, client tests, and REST tests for PD by @VGalaxies in #2532
  • feat(server): integrate server-hstore into hugegraph by @VGalaxies in #2534
  • chore(pd): translate CJK comments to English by @VGalaxies in #2536
  • feat(store): integrate store-core submodule by @Pengzna in #2548
  • feat(store): integrate store-node submodule by @sheli00 in #2537
  • chore: reset license header for file declared in LICENSE by @VGalaxies in #2550
  • chore: intro install-dist module in root by @VGalaxies in #2552
  • feat(store): integrate store-dist and store-cli submodule by @Pengzna in #2562
  • chore: migrate the hg-style.xml to .editorconfig by @FrostyHec in #2561
  • feat(server): support new backend Hstore by @VGalaxies in #2560
  • chore: upgrade revision to 1.5.0 by @VGalaxies in #2585
  • fix(server): random generate default value by @HJ-Young in #2568
  • feat(dist): support docker deployment for PD and Store by @VGalaxies in #2573
  • chore: minor improve for pom properties by @VGalaxies in #2574
  • refact: enhance cache invalidation of the partition -> leader shard in ClientCache by @haohao0103 in #2588
  • doc(pd): add initial-store-count comments in application.yml by @haohao0103 in #2587
  • feat: support disable RocksDB auto-compaction by configuration by @haohao0103 in #2586
  • fix(dist): update build artifact path for docker deployment by @VGalaxies in #2590
  • chore: intro editorconfig-maven-plugin for verifying code style defined in .editorconfig by @VGalaxies in #2591
  • feat(store): integrate rest of store-test submodule by @Pengzna in #2563
  • fix(pd): partition IDs always empty in Shards List by @haohao0103 in #2596
  • chore: temporarily ignore failure core tests for hstore & simplify ci name by @VGalaxies in #2599
  • chore: enable up-to-date for UI(CI) by @imbajin in #2609
  • fix(pd/store): log files do not scroll with the process by @haohao0103 in #2589
  • refact(pd): remove redundant property in LogMeta & PartitionMeta by @haohao0103 in #2598
  • doc(server): enhance rest-server.properties comment by @Thespica in #2610
  • fix(hstore): JRaft Timer Metrics BUG by @JackyYangPassion in #2602
  • chore(dist): tar source and binary package for hugegraph with pd-store by @VGalaxies in #2594
  • chore(pd): translate CJK punctuations to English by @VGalaxies in #2625
  • chore(store): translate CJK comments to English for store-cli, store-client, store-common, store-core by @VGalaxies in #2623
  • chore(hstore): translate CJK comments to English by @VGalaxies in #2616
  • refact(server): enlarge bytes write limit & remove param big when encode/decode string id length by @VGalaxies in #2622
  • fix(hstore): JRaft maxEntriesSize configuration parameters do not take effect by @JackyYangPassion in #2630
  • fix: correct server docker copy source path by @VGalaxies in #2637
  • chore(api): support ignore graphspaces segment in url by @VGalaxies in #2612
  • fix(hstore): print time for hstore gc log by @JackyYangPassion in #2636
  • fix(hstore): enable JRaft MaxBodySize config by @JackyYangPassion in #2633
  • chore(dist): intro additional Dockerfile to build the server image & skip init-hstore backend by @VGalaxies in #2642
  • chore(commons): migrate hugegraph-commons by @VGalaxies in #2628
  • chore(ci): disable merge button & rename ci job name by @VGalaxies in #2646
  • chore(store): translate CJK comments to English for store-dist, store-grpc, store-node, store-rocksdb, store-test by @VGalaxies in #2645
  • feat(common): add a tool method encode by @VGalaxies in #2647
  • chore(ci): fix postgresql unit test failed by @JackyYangPassion in #2643
  • chore: set the skipCommonsTests property to true by default by @VGalaxies in #2651
  • chore(server): mark old raft configs as deprecated by @shirleyStorage in #2661
  • fix(pd):PartitionCache lockGraph Logic error by @haohao0103 in #2640
  • fix(pd): Ensure range attribute thread safety by @haohao0103 in #2641
  • chore: fix lombok compiling error and error for list cast to string by @zyxxoo in #2592
  • BREAKING CHANGE(server): support "parent & child" EdgeLabel type by @VGalaxies in #2662
  • refactor(server): optimize the server-node info by @zyxxoo in #2671
  • chore(dist): replace G1 config & handle other gc options by @MingzhenHan in #2664
  • feat(clustertest): add basic MiniCluster module for distributed system by @HJ-Young in #2615
  • feat(server): support in-heap memory JVM monitor by @MingzhenHan in #2650
  • refactor(pd/store): remove useless files & clean code by @HJ-Young in #2681
  • fix(server): serialize source and target label for non-father edge label by @VGalaxies in #2682
  • refactor(commons): handle sofa-rpc desc type & mark TODO by @imbajin in #2666
  • chore(dist): update licenses for 1.5 by @VGalaxies in #2687

New Contributors

Full Changelog: 1.3.0...1.5.0