Skip to content

vineyard v0.16.4

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 13:43
· 299 commits to main since this release

Vineyard v0.16.4 is a bugfix release that addressed an issue in varint encoding and fixed a bug in vineyard server during batch persisting.

Commits

  • [83b8efcc]: Release vineyard v0.16.4 (Tao He)
  • [21c4fe78]: Fixes a bug in persist when multiple objects are involved (#1526) (Tao He)
  • [b6fb46b3]: Fixes the schema builder/resolver in java (#1524) (Tao He)
  • [6fac3183]: Fixes the compatibility issue with pandas 2.1.0+ (#1523) (Tao He)
  • [c73fbac9]: Fixes varint encoding: use a special buffer for first 1k encoding to avoid value overwrite issue (#1521) (Tao He)