Skip to content

Releases: v6d-io/v6d

vineyard v0.3.13

20 Dec 09:55
Compare
Choose a tag to compare

Upgrade to the boost version of boost/leaf library.

Commits

  • [e5e95a3]: Upgrade vineyard version to v0.3.13 to reflect to boost-leaf changes. (Tao He)
  • [ec3cf12]: Upgrade boost-leaf to the latest version to adapt to boost itself. (#611) (Tao He)
  • [c4806d1]: Add "USE_JSON_DIAGNOSTICS" as a seperate options. (#610) (Tao He)
  • [6b7f147]: Fixes a fatal check in vineyard server. (#608) (Tao He)
  • [ebc7e99]: Fixes the type convension between C++ and Python. (#609) (Tao He)
  • [970cfd9]: Add doc to ObjectMeta.memory_usage. (#607) (Tao He)
  • [4b73d52]: Fixes the buffer size when building arrow string arrays. (#606) (Tao He)

vineyard v0.3.12

03 Dec 05:05
Compare
Choose a tag to compare

Commits

  • [65862c3]: Upgrade vineyard version to v0.3.12. (Tao He)
  • [d261656]: Enable auto dlopen when initialize the io factory. (#605) (Tao He)
  • [faafe1f]: Add transform direction feature for arrow fragment (#603) (Siyuan Zhang)
  • [9aec3c2]: Fixes creating empty blobs. (#604) (Tao He)
  • [2b0090f]: Fixes false warnings about name been overwritten. (#602) (Tao He)
  • [a91230e]: Remove the hard-code compiler path and fixes the wrong versions. (#600) (Tao He)
  • [d5035ea]: Split the foreign part to a seperate package to reduce dependencies. (#599) (Tao He)
  • [c75359d]: Java: API for delete objects, and fixes a typo in TableBuilder. (#598) (Tao He)
  • [bae4b45]: Java SDK: persist, names and tables and more array types. (#597) (Tao He)
  • [18cb460]: Protect StreamStore with a lock. (#596) (Tao He)
  • [598c4a2]: Enhance the implementation for put/get/drop names. (#595) (Tao He)
  • [fb89627]: More config options for nolhmann/json. (Tao He)

vineyard v0.3.11

26 Nov 06:19
Compare
Choose a tag to compare

Vineyard v0.3.11 is a bugfix release that fixes a bug in the metadata synchronization for distributed deployment.

Commits

  • [3fa19e7]: Ensure the etcd watcher could receive the whole latest updates as soon as possible. (#594) (Tao He)
  • [a88b2a9]: Add a new page about adding custom C++ types and reorg docs. (#592) (Tao He)

vineyard v0.3.10

24 Nov 13:41
Compare
Choose a tag to compare

Vineyard v0.3.10 is a bugfix release that bumps up the version of intel-tbb to ensure better compatibility on Github Action workers.

Commits

  • [85bb5fa]: Enable list_metadata API on clients. (#591) (Tao He)
  • [2b64d53]: Implements scheduling logic in controller for vineyardJob. (#589) (Tao He)
  • [edf5fcb]: Move the resource to test dir. (Tao He)
  • [9f787dc]: Builders for arrays, schema, and recordbatches. (#588) (Tao He)
  • [2b191f1]: Log: localmetaservice shouldn't print out the etcd lines. (Tao He)
  • [7a2623b]: Backtrace: better error message. (Tao He)
  • [dfa4083]: Upgrade submodules. (Tao He)
  • [3fbfe25]: MacOS: wheel built with static linkage and hidden visibility. (#585) (Tao He)

vineyard v0.3.9

11 Nov 17:41
Compare
Choose a tag to compare

vineyard v0.3.9 is a bugfix release that addressed the issue of ABI conflicts in the type registry.

Commits

  • [7088052]: Java: add tensor/dataframe data types. (#584) (Tao He)
  • [1f3097c]: Don't reuse registry to avoid ABI conflicts. (#583) (Tao He)

vineyard v0.3.8

11 Nov 06:02
Compare
Choose a tag to compare

Vineyard v0.3.8 has fixed an issue in vineyard.envvars and improved the java sdk a lot.

Commits

  • [40bd776]: Implements a columnar array visitor for arrow vectors in Java. (#581) (Tao He)
  • [753ad4c]: Fixes envvars and make VINEYARD_USE_LOCAL_REGISTRY copying the original ones (#580) (Tao He)
  • [6b6f395]: Java: better arrow data structure and dataframe support. (#579) (Tao He)

vineyard v0.3.7

09 Nov 02:16
Compare
Choose a tag to compare

Vineyard starts to support Apple M1 Chip since v0.3.7.

vineyard v0.3.6

04 Nov 14:35
Compare
Choose a tag to compare

Vineyard v0.3.6 is a bugfix release to address the ABI incompatibility issue about generating correct typename for types inside std::__1 namespace (from libc++).

Commits

  • [3a785e9]: Bump up version to v0.3.6 for better assertion failure message. (Tao He)
  • [04293b4]: Remove the __::1 part in the type signature for libc++. (#573) (Tao He)
  • [6980adb]: Betterize the assertion error message. (#572) (Tao He)
  • [5d041c9]: Remove the unused variable. (#571) (Tao He)

vineyard v0.3.5

04 Nov 11:28
Compare
Choose a tag to compare

Vineyard v0.3.5 is a bug fix release to fixes the compatibility issue in the airflow provider, see also #566.

Commits

  • [f91b53f]: Drop the usage of metaclass in the XCom backend. (#570) (Tao He)
  • [b08fb62]: Fallback to check localhost if meets AccessDenied on MacOS. (#569) (Tao He)
  • [ec679ce]: Check if port in use by listing all listened ports on all interfaces. (#568) (Tao He)
  • [9fe587a]: Use metaclass, rather than property(classmethod(...)) to keep backwards compability. (#567) (Tao He)

vineyard v0.3.4

02 Nov 13:23
Compare
Choose a tag to compare
Bump up vineyard version to v0.3.4.

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>