Publish v1.21.0

This commit is contained in:
Kenny Daniel 2025-11-21 03:11:01 -08:00
parent 0a20750193
commit 0c41b7d334
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 7 additions and 1 deletions

@ -1,5 +1,11 @@
# Changelog
## [1.21.0]
- Adds optional `filter` parameter for pushdown row group filtering (#141)
## [1.20.3]
- Fix extra fetch on the boundary of row groups
## [1.20.2]
- Support S3 presigned URLs in `asyncBufferFromUrl` (#137 thanks @EpsilonPrime)

@ -1,6 +1,6 @@
{
"name": "hyparquet",
"version": "1.20.3",
"version": "1.21.0",
"description": "Parquet file parser for JavaScript",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",