Skip to content

Commit 62f6506

Browse files
authored
Bump version to 0.4.0 (#288)
* 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
1 parent 1e7d29a commit 62f6506

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.0] - 2023-08-15
4+
5+
## What's Changed
6+
7+
- Async reader support in the arrow2 bindings
8+
- Improved memory usage via `readParquetFFI` in conjunction with `arrow-js-ffi`.
9+
- Remove "2" from function names in arrow2 api by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/173
10+
- Make arrow2 the default bundle by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/174
11+
- Add bindings for arrow2 metadata (without serde support) by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/153
12+
- Add lz4_raw and zstd compressions for parquet2 by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/114
13+
14+
**Full Changelog**: https://github.com/kylebarron/parquet-wasm/compare/v0.3.1...v0.4.0
15+
316
## [0.4.0-beta.1] - 2022-08-08
417

518
## What's Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parquet-wasm"
3-
version = "0.4.0-beta.5"
3+
version = "0.4.0"
44
authors = ["Kyle Barron <[email protected]>"]
55
edition = "2021"
66
description = "WebAssembly Parquet reader and writer."

0 commit comments

Comments
 (0)