Skip to content

Commit 706d261

Browse files
committed
Publish v1.25.4
1 parent 7e9fc1d commit 706d261

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3+
## [1.25.4]
4+
- Convert UUID logical type to string using custom parser
5+
36
## [1.25.3]
4-
- Fix include dictionary when reading with offset index (#158 1thanks @tomquist)
7+
- Fix include dictionary when reading with offset index (#158 thanks @tomquist)
58
- Don't fetch offset index when reading entire rowgroup
69

710
## [1.25.2]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyparquet",
3-
"version": "1.25.3",
3+
"version": "1.25.4",
44
"description": "Parquet file parser for JavaScript",
55
"author": "Hyperparam",
66
"homepage": "https://hyperparam.app",

0 commit comments

Comments
 (0)