Releases: apache/incubator-hugegraph-toolchain
Releases · apache/incubator-hugegraph-toolchain
Apache HugeGraph(incubating) Toolchain Release 1.3.0
The latest Apache version is released. It contains
loader + hubble + tool
, welcome to use it 🍰
Full Download Link
- Toolchain Binary Package 1.3.0 (Alternate Addr) - (SHA512:
0dd2339
)
What's Changed
- doc: update copyright date(year) in NOTICE by @liuxiaocs7 in #567
- chore(deps): bump ip from 1.1.5 to 1.1.9 in /hugegraph-hubble/hubble-fe by @dependabot in #580
- fix: concurrency issue causing file overwrite due to identical filenames by @zyxxoo in #572
- refactor(hubble): enhance maven front plugin by @liuxiaocs7 in #568
- fix(loader): update shade plugin for spark loader by @liuxiaocs7 in #566
- chore(deps): bump es5-ext from 0.10.53 to 0.10.63 in /hugegraph-hubble/hubble-fe by @dependabot in #582
- fix(hubble): yarn install timeout in arm64 by @liuxiaocs7 in #583
- feat(client): support user defined OKHTTPClient configs by @zhenyuT in #590
- fix(loader): support file name with prefix for hdfs source by @JackyYangPassion in #571
- chore(hubble): Enhance code style in hubble by @returnToInnocence in #592
- feat(hubble): warp the exception info in HugeClientUtil by @returnToInnocence in #589
- chore: upgrade version to 1.3.0 by @JackyYangPassion in #596
- chore(ci): update profile commit id for 1.3 by @VGalaxies in #597
New Contributors
- @returnToInnocence made their first contribution in #592
- @VGalaxies made their first contribution in #597
Full Changelog: 1.2.0...1.3.0
Apache HugeGraph(incubating) Toolchain Release 1.2.0
The latest Apache version is released. It contains
loader + hubble + tool
, welcome to use it 🍰
Full Download Link
- Toolchain Binary Package 1.2.0 (Alternate Addr) - (SHA512:
f85dcf3
)
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
- @liuxiaocs7 made their first contribution in #455
- @chenlixuan made their first contribution in #457
- @gaoyuan5251 made their first contribution in #469
- @msgui made their first contribution in #475
- @conghuhu made their first contribution in #479
- @lzyxx77 made their first contribution in #510
- @izliang made their first contribution in #514
- @DanGuge made their first contribution in #550
Full Changelog: 1.0.0...1.2.0
Apache HugeGraph(incubating) Toolchain Release 1.0.0
The latest Apache version is released. It contains
loader + hubble + tool
, welcome to use it 🍰
Full Download Link
- Toolchain Binary Package 1.0.0 (Alternate Addr) - (SHA512:
dea467c
)
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
- chore: use cla assistant to support robot pr by @imbajin in #245 #246
- refact: init toolchains project & adapt all submodules with it by @imbajin in #249 #250 #251 #257 #267
- chore: add license-maven-plugin by @z7658329 in #260
- feat(loader): support use sql to construct graph for loader by @simon824 in #263
- refact: adopt all modules run actions well in toolchain & enhance the ci logic by @imbajin in #258 #268
- feat(hubble): supplementary algorithms UI by @Crayonn in #270
- chore(dist): add dist module & fix ci/action error & http type by @simon824 in #274 #277 #279 #280 #286 #288
- feat(client) support cpyher query api by @jadepeng in #272
- chore: enable security check & enhance runnable path by @imbajin in #285 #287
- feat(loader): support Spark-Loader mode(include jdbc source) by @simon824 in #282 #306 #312 #318 #328
- feat(loader): support Flink-CDC mode by @simon824 in #291
- chore: update issue template by @simon824 in #265
- fix: wrong port input placeholder by @4nix in #309
- feat(hubble): add dockerfile for hubble V1 by @simon824 in #295
- chore: unify ci names with 'xx-ci' by @javeme in #300
- fix(loader): orc data import npe by @zhoney in #321
- fix(loader): schema not cached in spark/flink loader by @haohao0103 in #334
- chore: fix checkstyle and enable checkstyle plugin & enhance ci by @simon824 @imbajin in #331 #335 #344 #345 #339 #354
- refact(client): change limit type long to int by @zyxxoo in #349
- chore: check 3rd-party dependencies and add license header by @simon824 in #338 #336 #370 #371
- refact(loader): show detail info when parse line meet error by @BestBurning in #325
- feat(client): bypass server for hbase writing (BETA) by @imbajin @JackyYangPassion @haohao0103 in #347 #358
- chore(client): improve hugegraph-client ut & remove oracle dependency by @simon824 in #355 #359
- refact: adopt & use apache version in toolchain (#353) by @imbajin in #356 #360 #365
- chore: update spark/flink/mysql scope to provided by @simon824 in #363 #368
- refact: rename all modules to apache and adopt the configs by @z7658329 @imbajin in #366
- chore(hubble): ui component protocol information by @wanganjuan in #372
- refact(client): adapt import & style with latest code by @imbajin in #369
- fix(loader): deserialize json error & jackson conflicts & missing dependencies by @coderzc @imbajin in #374 #375 #376 #378
- feat(hubble): display packaging log output progress while building by @wanganjuan in #380
- refact: adapt apache server version v1.0.0 by @z7658329 in #383 #386 #387
- chore: support check license header with RAT client model by @JackyYangPassion in #352
- chore: use param in antrun to support build in windows by @z7658329 @JackyYangPassion in #390 #392 #394 #396
- fix: flaky tests in IndexLabelTest due to non deterministic JSON key ordering by @aditya-kumbhar in #398
- feat(hubble): support highlighting and hints in query statements by @wanganjuan in #384
- feat: support release apache package by script & update pom by @imbajin in #397 #400 #428 ..
- chore(deps): update a string of dependencies by @dependabot in #293 #294 #324 #322 #395
New Contributors
- @simon824 made their first contribution in #263
- @Crayonn made their first contribution in #270
- @jadepeng made their first contribution in #272
- @4nix made their first contribution in #309
- @haohao0103 made their first contribution in #334
- @zyxxoo made their first contribution in #349
- @BestBurning made their first contribution in #325
- @wanganjuan made their first contribution in #372
- @aditya-kumbhar made their first contribution in #398
Full Changelog: v0.12.0...1.0.0
v0.12.0 (outdated)
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
- @GitHubMaWu made their first contribution in #198
- @dependabot made their first contribution in #199
- @DoubleBabylol made their first contribution in #211
- @coderzc made their first contribution in #231
Full Changelog: v0.11.1...v0.12.0
hugegraph-loader 0.11.1 (outdated)
Wrap exception when unset loading mode (#187) Change-Id: Ic7d1e0880274339f653feabae68c5b6ccc4ebf7d
Release hugegraph-loader 0.10.1
Release hugegraph-loader 0.10.0
HugeGraph-1358: Release 0.10.0 Change-Id: Iea11e40114c494852560fc31f888418fef93b5de
Release hugegraph-loader 0.9.0
Release 0.9.0 Change-Id: Iee95518b23b16ce17c33790de0d24c91726aa4a2
Release hugegraph-loader 0.8.0
HugeGraph-1358: Release 0.8.0 Change-Id: Iaf2c73d92bfbbcdf9a6d25c4ef2e50ebe302a7af
Release hugegraph-loader 0.6.1
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