-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make release notes as file per release
- Loading branch information
Showing
4 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### New features | ||
|
||
- Untyped serialisation supports async enumerable, thanks to @flambert860 in #566. | ||
|
||
### Improvements | ||
|
||
- For Windows, run unit tests on x86 and x32 explicitly. | ||
- Improved GHA build/release process, combining all workflows into one and simplifying it, most importantly release management. | ||
|
||
### Floor | ||
|
||
- application slimmed down a bit, removing "File Explorer". Sticking to doing one thing and do it well - view Parquet files. | ||
- Due to Avalonia startup times being not satisfactory when you are in the "mode" (1-2 seconds) Floor will reuse existing instance to open a file rather than starting the app again. | ||
|
||
### Announcements 🎉 | ||
|
||
There is a new, very young project I've been thinking a lot for a long time and finally started - [DeltaIO](https://github.com/aloneguid/delta). It's attempting to do what Parquet.Net did for Apache Parquet but for Delta tables. It heavily relies on this library to read delta logs and data from it. It's still very young, but if you are interested in Delta with .NET, please check it out, bookmark, start and leave feedbacks/suggestions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters