Skip to content

Commit

Permalink
update release notes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 5, 2024
1 parent 643307d commit 78e080f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Build'

env:
VERSION: 4.18.1
VERSION: 4.19.0
ASM_VERSION: 4.0.0
DOC_INSTANCE: wrs/pq
DOC_ARTIFACT: webHelp-all.zip
Expand Down
13 changes: 13 additions & 0 deletions docs/release-history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 4.19.0

### Improvements

- Pre-allocate result list capacity when serializing by @Arithmomaniac in #444.

### Experimental features

1. This release has [experimental API for a new "dictionary serializer"](https://aloneguid.github.io/parquet-dotnet/untyped-serializer.html) (name might change) to get you a taste of the future before row API will be deprecated in a very far future.
2. Codebase also includes an experimental cross-platform desktop application written in Avalonia to view parquet files. It's in very early stages but works for basic use cases. Avalonia app was included in the solution because it does not require any IDE add-ons, SDKs and so on and just builds with stock .NET 8 SDK. In the future the app will be pre-built for Linux, Windows (and possibly Mac with community help) and included in the build artifacts.

Looking forward to your thoughts!

## 4.18.1

Critical bug fix: reverting #423 as it introducing some side effects that prevent from generating correct files.
Expand Down

0 comments on commit 78e080f

Please sign in to comment.