Skip to content

Commit

Permalink
Bump version to 0.4.0 (#288)
Browse files Browse the repository at this point in the history
* Use StructArray for FFI RecordBatches

* Add test

* bump to 0.3.0

* Update FFI docs

* Update docs

* Link to blog post

* Bump version to 0.4.0
  • Loading branch information
kylebarron committed Aug 16, 2023
1 parent 1e7d29a commit 62f6506
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.4.0] - 2023-08-15

## What's Changed

- Async reader support in the arrow2 bindings
- Improved memory usage via `readParquetFFI` in conjunction with `arrow-js-ffi`.
- Remove "2" from function names in arrow2 api by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/173
- Make arrow2 the default bundle by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/174
- Add bindings for arrow2 metadata (without serde support) by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/153
- Add lz4_raw and zstd compressions for parquet2 by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/114

**Full Changelog**: https://github.com/kylebarron/parquet-wasm/compare/v0.3.1...v0.4.0

## [0.4.0-beta.1] - 2022-08-08

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parquet-wasm"
version = "0.4.0-beta.5"
version = "0.4.0"
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
edition = "2021"
description = "WebAssembly Parquet reader and writer."
Expand Down

0 comments on commit 62f6506

Please sign in to comment.