Skip to content

v0.7.0

Compare
Choose a tag to compare
@chmp chmp released this 14 May 15:25
· 833 commits to main since this release
2b37ffb
  • Breaking change: add new Item event emitted before list items, tuple items, or map entries

  • Add support for arrow=38 and arrow=39 with the arrow-38 and arrow-39 features

  • Add support for an experimental bytecode serializer that shows speeds of up to 4x. Enable it with

    serde_arrow::experimental::configure(|config| {
        config.serialize_with_bytecode = true;
    });

    This setting is global and used for all calls to serialize_to_array and serialize_to_arrays. At the moment the following features are not supported by the bytecode serializer:

    • nested options (Option<Option<T>>)
    • creating float16 arrays

Thanks

The following people contributed to this release: