Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Nov 30, 2022
1 parent 0d0aebe commit 06f0675
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
since-tag=v0.16.1
future-release=v0.16.2
since-tag=v0.16.2
future-release=v0.17.0
pr-wo-labels=false
exclude-labels=no-changelog,question
add-sections={"features":{"prefix":"**Enhancements:**","labels":["enhancement"]}, "documentation":{"prefix":"**Documentation updates:**","labels":["documentation"]}, "testing":{"prefix":"**Testing updates:**","labels":["testing"]}}
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [v0.17.0](https://github.com/jorgecarleitao/parquet2/tree/v0.17.0) (2022-11-30)

[Full Changelog](https://github.com/jorgecarleitao/parquet2/compare/v0.16.2...v0.17.0)

**Breaking changes:**

- Improved hybrid rle decoding performance ~-40% [\#203](https://github.com/jorgecarleitao/parquet2/pull/203) ([ritchie46](https://github.com/ritchie46))
- Improved API to read column chunks [\#195](https://github.com/jorgecarleitao/parquet2/pull/195) ([jorgecarleitao](https://github.com/jorgecarleitao))
- Removed `EncodedPage` [\#191](https://github.com/jorgecarleitao/parquet2/pull/191) ([jorgecarleitao](https://github.com/jorgecarleitao))

**New features:**

- Added `serde` support for `RowGroupMetaData`. [\#202](https://github.com/jorgecarleitao/parquet2/pull/202) ([youngsofun](https://github.com/youngsofun))

**Fixed bugs:**

- Removed un-necessary conversion [\#197](https://github.com/jorgecarleitao/parquet2/pull/197) ([jorgecarleitao](https://github.com/jorgecarleitao))
- Avoid OOM on page streams [\#194](https://github.com/jorgecarleitao/parquet2/pull/194) ([jorgecarleitao](https://github.com/jorgecarleitao))
- Fixed error requiring stats [\#193](https://github.com/jorgecarleitao/parquet2/pull/193) ([jorgecarleitao](https://github.com/jorgecarleitao))

**Enhancements:**

- elide bound check in RLE decoder [\#201](https://github.com/jorgecarleitao/parquet2/pull/201) ([ritchie46](https://github.com/ritchie46))
- Replaced panics by errors on invalid pages [\#188](https://github.com/jorgecarleitao/parquet2/pull/188) ([evanrichter](https://github.com/evanrichter))

## [v0.16.2](https://github.com/jorgecarleitao/parquet2/tree/v0.16.2) (2022-08-19)

[Full Changelog](https://github.com/jorgecarleitao/parquet2/compare/v0.16.1...v0.16.2)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parquet2"
version = "0.16.2"
version = "0.17.0"
license = "Apache-2.0"
description = "Safe implementation of parquet IO."
authors = ["Jorge C. Leitao <jorgecarleitao@gmail.com", "Apache Arrow <dev@arrow.apache.org>"]
Expand Down

0 comments on commit 06f0675

Please sign in to comment.