Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 03:39
· 232 commits to main since this release
4968568

We are excited to announce the release of GraphAr, Version 0.7.0. This release focuses on improvements on the C++ library and Spark library. Some of the main changes are as follows:

  1. Improvements of the C++ library
  • Refine the error message of errors of C++
  • Redesign and unify the validation in C++ Writer/Builder
  1. Documentation enhancement and community building
  • Refined the documentation of file format design
  • Improved spelling for documentation
  • Added community introduction and mail list to communication tools
  • Refined README in cpp about building
  • Support property filter pushdown
  1. Improvements of the Spark library
  • Refine the graph level API
  • Improve the Neo4j import/export show case
  1. Other improvements and BugFixs
  • Add GraphAr logo
  • Typo fix
  • Fixes the pull_request_target usage to avoid the secret leak issue

Commits

  • 6d9de18: [C++][Improvement] Redesign and unify the implementation of validation in C++ Writer/Builder (#186) (lixueclaire) #186
  • fb8b27e: Fixes the pull_request_target usage to avoid the secret leak issue. (#193) (Tao He) #193
  • e92575e: [Improvement][C++] Refine the error message of errors of C++ SDK (#192) (Weibin Zeng) #192
  • c06e81f: [Improvement][C++] Refine the error message of Reader SDK (#195) (Ziyi Tan) #195
  • 137f121: [Minor][Doc] Add GraphAr logo to README (#197) (Weibin Zeng) #197
  • 8e83f07: Fixes the link to the logo image in README (#198) (Tao He) #198
  • 75dfb42: Update the favicon image (#199) (Weibin Zeng) #199
  • bccd591: Update doc comments in graph_info.h (#204) (John) #204
  • 11ebf37: [Spark] Refine the GraphWriter to automatically generate graph info and improve the Neo4j case (#196) (Weibin Zeng) #196
  • 8b0ac10: [Spark][Doc]Add java version for neo4j example. (#207) (Liu Jiajun) #207
  • f4d01b4: [Minor][C++] Fix grammar mistakes. (#208) (John) #208
  • 4968568: [C++] Support property filter pushdown by utilizing payload file formats (#178) (Ziyi Tan) #178