Skip to content

vineyard v0.14.6

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 07:58
· 408 commits to main since this release

Vineyard v0.14.6 is a bugfix release which addressed many issues in vineyardctl and vineyard-graph-loader.

Commits

  • [b2a81047]: Bump up vineyard version to v0.14.6 (Tao He)
  • [1e6ed21f]: Fixes the bug in transfer large buffers over rpc client (#1391) (Tao He)
  • [c6be274b]: Support deploying a raw backup and recover job for vineyard cluster via vineyardctl (#1384) (Ye Cao)
  • [4113deb7]: Improve the error message about misuses of IPC/RPC client (#1387) (Tao He)
  • [e934861a]: Specify the required version of libgrape-lite (#1388) (Tao He)
  • [2e218974]: Wait the vineyard deployment for ready while using vineyardctl deploy vineyard-deployment (#1383) (Ye Cao)
  • [9ed9e745]: Fixes the codegen script for non-type template parameter (#1382) (Tao He)
  • [753a1416]: codegen: support TEMPLATE_NON_TYPE_PARAMETER in templates (#1381) (Tao He)
  • [55b6ec88]: Load multiple edges with same label but different src/dst (#1380) (Tao He)
  • [d3640e3c]: Add OwnerReferences for all resource created during deploying vineyard-deployment and support default namespace (#1378) (Ye Cao)
  • [afb6b48a]: Add an option to graph loader to measure graph accessing performance (#1377) (Tao He)
  • [37f84fd4]: Improve the performance of initDestFidList() when there are many fragments (#1375) (Songqing Zhang)
  • [c44c65e5]: Welcome @vegetableysm ✨ (Tao He)
  • [fe74ce9b]: Add the missing topologyKey in the schedule workload subcommand of vineyardctl (#1370) (Ye Cao)
  • [195dcf95]: Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /k8s (#1371) (dependabot[bot])
  • [c2438465]: Warn about duplicated vertices (#1369) (Tao He)
  • [eeedd2b1]: Report error when edge src/dst not present in vertices (#1368) (Tao He)
  • [bf37a327]: cmake: keep backwards compatibility with cmake<3.18 (#1367) (Tao He)
  • [adeacbc3]: Document how to dump the graph (#1366) (Tao He)
  • [a64cb46c]: Dump the logs under the namespace which match the wildcard (#1365) (Ye Cao)
  • [bd81c72b]: Introduce the kubernetes logs export action and stoat app for debugging the failed e2e test (#1361) (Ye Cao)
  • [a99c0bdc]: Print more detail logs when there are unexpected errors in metadata (#1364) (Tao He)
  • [470ab448]: Improve the macos CI to build the wheel packages (#1363) (Tao He)