Skip to content

vineyard v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 07:47
· 708 commits to main since this release

Vineyard v0.8.0 introduces GPU memory support, and has addressed a race condition bug that may crash vineyardd.

Commits

  • [a67d9f19]: Add the interface to create blobs that backed by files on Disk. (#966) (Tao He)
  • [3d716997]: Validate the etcd endpoint before feed into the etcd client. (#963) (Tao He)
  • [cb3339f6]: Fixes a backwards compatibility issue in payload message. (#960) (Tao He)
  • [4428f7a5]: Use the faster memcpy implementation from the ClickHouse project (#959) (Tao He)
  • [ebb71386]: Add APIs for the access of offset array in the fragment (#958) (husimplicity)
  • [fde982c8]: Replace arrow buffer with chunk buffer (#947) (liusitan)
  • [1cece091]: Fixes a incorrect of shared_from_this in CRTP (#955) (Tao He)
  • [f342b3a1]: Implement GPUBulkStore and GPUBulkAllocator (#876) (CSWater)
  • [d77c3e26]: Fixes the compatibility issue with Ubuntu 18.04. (#950) (Tao He)