Skip to content

Releases: apache/incubator-hugegraph-toolchain

Apache HugeGraph(incubating) Toolchain Release 1.3.0

29 Mar 05:16
0dd2339
Compare
Choose a tag to compare

The latest Apache version is released. It contains loader + hubble + tool , welcome to use it 🍰

Full Download Link

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

Apache HugeGraph(incubating) Toolchain Release 1.2.0

23 Dec 15:32
f85dcf3
Compare
Choose a tag to compare

The latest Apache version is released. It contains loader + hubble + tool , welcome to use it 🍰

Full Download Link

What's Changed

API Changes

  • feat(client): support edgeExistence api (#544)
  • refact(client): update tests for new OLTP traverser APIs (#550)

Feature Changes

  • feat(spark): support spark-sink connector for loader (#497)
  • feat(loader): support kafka as datasource (#506)
  • feat(client): support go client for hugegraph (#514)
  • feat(loader): support docker for loader (#530)
  • feat: update common version and remove jersey code (#538)

Bug Fix

  • fix: convert numbers to strings (#465)
  • fix: hugegraph-spark-loader shell string length limit (#469)
  • fix: spark loader meet Exception: Class is not registered (#470)
  • fix: spark loader Task not serializable (#471)
  • fix: spark with loader has dependency conflicts (#480)
  • fix: spark-loader example schema and struct mismatch (#504)
  • fix(loader): error log (#499)
  • fix: checkstyle && add suppressions.xml (#500)
  • fix(loader): resolve error in loader script (#510)
  • fix: base-ref/head-ref missed in dependency-check-ci on branch push (#516, #551)
  • fix yarn network connection on linux/arm64 arch (#519)
  • fix(hubble): drop-down box could not display all options (#535)
  • fix(hubble): build with node and yarn (#543)
  • fix(loader): loader options (#548)
  • fix(hubble): parent override children dep version (#549)
  • fix: exclude okhttp1 which has different groupID with okhttp3 (#555)
  • fix: github action build docker image failed (#556, #557)
  • fix: build error with npm not exist & tiny improve (#558)

Option Changes

  • set default data when create graph (#447)

Other Changes

  • chore: remove apache stage repo & update mail rule (#433, #474, #479)
  • refact: clean extra store file in all modules (#434)
  • chore: use fixed node.js version 16 to avoid ci problem (#437, #441)
  • chore(hubble): use latest code in Dockerfile (#440)
  • chore: remove maven plugin for docker build (#443)
  • chore: improve spark parallel (#450)
  • doc: fix build status badge link (#455)
  • chore: keep hadoop-hdfs-client and hadoop-common version consistent (#457)
  • doc: add basic contact info & QR code in README (#462, #475)
  • chore: disable PR up-to-date in branch (#473)
  • chore: auto add pr auto label by path (#466, #528)
  • chore: unify the dependencies versions of the entire project (#478)
  • chore(deps): bump async, semver, word-wrap, browserify-sign in hubble-fe (#484, #491, #494, #529)
  • chore: add pr template (#498)
  • doc(hubble): add docker-compose to start with server (#522)
  • chore(ci): add stage profile settings (#536)
  • chore(client): increase the api num as the latest server commit + 10 (#546)
  • chore(spark): install hugegraph from source (#552)
  • doc: adjust docker related desc in readme (#559)
  • chore(license): update license for 1.2 (#560, #561)

New Contributors

Full Changelog: 1.0.0...1.2.0

Apache HugeGraph(incubating) Toolchain Release 1.0.0

23 Feb 14:22
e2b4eb2
Compare
Choose a tag to compare

The latest Apache version is released. It contains loader + hubble + tool, welcome to use it 🍰

Full Download Link

Breaking Changes

If you use the old HugeGraph release version before, you should switch to the new maven dependency, refer this issue to config it, thanks

What's Changed

New Contributors

Full Changelog: v0.12.0...1.0.0

v0.12.0 (outdated)

28 Dec 09:10
51c9666
Compare
Choose a tag to compare

What's Changed

  • Check non-nullable keys before insert by @Linary in #190
  • Install hugegraph from github instead of download link by @Linary in #191
  • Fix date unequal since client and server has not same time zone by @Linary in #192
  • Add checkstyle plugin to check code style by @Linary in #193
  • Use array to optimize access perf in parse stage by @Linary in #194
  • Check header not empty when user customized it by @Linary in #195
  • Update struct.json by @GitHubMaWu in #198
  • Bump guava from 28.1-jre to 29.0-jre by @dependabot in #199
  • Fix load time and rate of vertex/edge is inaccurate by @Linary in #200
  • Fix senstive mail address by @Linary in #203
  • Improve some params in config and test by @Linary in #204
  • Fix rate inaccurate when print progress by @Linary in #205
  • Load vertices before edges when check-vertex is true by @Linary in #206
  • Fix npe because missing edge mapping struct by @Linary in #213
  • fix: prase edge error when data props num is different by @DoubleBabylol in #211
  • Fix read time maybe negitive by @Linary in #215
  • Use github action to run ci by @Linary in #217
  • chore: add issue template & auto stale issues and pr by @imbajin in #219
  • Improve log info for files under dir by @Linary in #223
  • chore: adopt mysql ci with action & upgrade ubuntu version by @coderzc in #231
  • reform loader to adapt hugegraph-computer input by @coderzc in #230
  • release maven package by actions by @coderzc in #232
  • Bump commons-compress from 1.19 to 1.21 by @dependabot in #224
  • upload assert to release by @coderzc in #234
  • Bump httpclient to 4.5.13 and fix start with 'jdbc:' problem by @coderzc in #235
  • release loader v0.12 by @coderzc in #238
  • exclusion jackson from hive-exec by @coderzc in #239
  • skip javadoc check by @coderzc in #240
  • set draft to false at upload to release by @coderzc in #241

New Contributors

Full Changelog: v0.11.1...v0.12.0

hugegraph-loader 0.11.1 (outdated)

27 Nov 09:59
0cae2f5
Compare
Choose a tag to compare
Wrap exception when unset loading mode (#187)

Change-Id: Ic7d1e0880274339f653feabae68c5b6ccc4ebf7d

Release hugegraph-loader 0.10.1

05 Dec 14:00
Compare
Choose a tag to compare

[#110] Fix line retainAll doesn't modify names and values array
[#105] Support read hadoop conf file
[#112] Fix NPE when json file reload
[#107] Support customized timezone for date

Release hugegraph-loader 0.10.0

08 Nov 07:11
Compare
Choose a tag to compare
HugeGraph-1358: Release 0.10.0

Change-Id: Iea11e40114c494852560fc31f888418fef93b5de

Release hugegraph-loader 0.9.0

19 Apr 10:44
Compare
Choose a tag to compare
Release 0.9.0

Change-Id: Iee95518b23b16ce17c33790de0d24c91726aa4a2

Release hugegraph-loader 0.8.0

23 Nov 13:38
Compare
Choose a tag to compare
HugeGraph-1358: Release 0.8.0

Change-Id: Iaf2c73d92bfbbcdf9a6d25c4ef2e50ebe302a7af

Release hugegraph-loader 0.6.1

29 Aug 10:54
Compare
Choose a tag to compare
HugeGraph-1389: Implement load data from file

Co-authored-by: liujie <liujie23@baidu.com>
Co-authored-by: lizhigang <lizhigang03@baidu.com>
Co-authored-by: liningrui <liningrui@baidu.com>

Change-Id: I2ce8c6908e5d349ce9a834c05473431e12e0dd4b