Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 14, 2023
1 parent f913225 commit 7a36cec
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/release-history.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## 4.17.0

This is a community bugfix release. As a maintainer I have only approved PRs raised by this wonderful community. Thanks everyone, and keep doing what you do.

### Improvements

- Allow deserialization from open `RowGroupReader`s by @ddrinka in #423/#422.

### Bugs fixed

- Gracefully handle malformed fields with trailing bytes in the data by @mukunku in #413
- `ParquetSerializer` doesn't support different `JsonPropertyName` and `ClrPropertyName` on struct fields by @mrinal-thomas in #410
- Gracefully handle malformed fields with trailing bytes in the data by @mukunku in #413.
- `ParquetSerializer` doesn't support different `JsonPropertyName` and `ClrPropertyName` on struct fields by @mrinal-thomas in #410.
- `ParquetSerializer` can sometimes fail when populating `_typeToAssembler` cache in parallel by @scottfavre in #420/#411.

## 4.16.4

Expand Down

0 comments on commit 7a36cec

Please sign in to comment.