Skip to content

0.6.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@chmp chmp released this 13 Feb 18:40
· 1009 commits to main since this release
  • Almost complete rewrite of serde_arrow using arrow2 as the underlying arrow implementation.
  • Support for the following Rust constructs: nested structs, lists, maps, enums, tuples
  • Support for the following arrow data types: null, bool, int8, int16, int32, int64, uint8, uint16, uint32, uint64, float16, float32, float64, struct, list, map, union, date64
  • Simplified API and removal of own Schema objects. The schema now relies on arrow fields with extra metadata.
  • NOTE: ths release also removes support for the arrow in favor of arrow2