Releases: dvirtz/vscode-parquet-viewer
Releases · dvirtz/vscode-parquet-viewer
v2.4.2
2.4.2 (2023-10-25)
General maintenance
v2.4.1
2.4.1 (2023-10-22)
Build and continuous integration
Tests
- exclude parquet-tools when running on M1 (8227c90)
v2.4.0
2.4.0 (2023-10-13)
Features
- add zstd support to arrow backend (195a688), closes #90
- make arrow the default backend (547ac84)
Build and continuous integration
- fix conan recipe revisions (bf15cd1)
- upgrade use node 18 everywhere (c50d64d)
v2.3.5
2.3.5 (2023-10-10)
General maintenance
- deps: bump urllib3 in /packages/parquet-reader (622b831)
v2.3.4
2.3.4 (2023-09-20)
Bug Fixes
Refactoring
- deduplicate backend unit tests (ad14d07)
General maintenance
- add python extension to devcontainer (32857de)
- update dependencies (6b6c7d3)
Build and continuous integration
v2.3.3
2.3.3 (2023-07-30)
Bug Fixes
- import arrow dynamically to avoid failed loading (2774fe1), closes #83
General maintenance
- don't spellcheck changelog (198367b)
Refactoring
- factor cancellation to base class (1e5a261)
v2.3.2
2.3.2 (2023-07-28)
General maintenance
- deps: bump certifi in /packages/parquet-reader (6e23e1d)
v2.3.1
2.3.1 (2023-07-27)
Bug Fixes
- move pkg-prebuilds should be a runtime dep (58c15af), closes #81
General maintenance
- deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (3c743be)
Build and continuous integration
- build only typescript when packaging (4acc829)
- disable hooks in CI (947f61b)
- download prebuilds before install (43c03d9)
- ignore workspaces on release (164abbe), closes #76
v2.3.0
2.3.0 (2023-07-17)
Features
Bug Fixes
- reconfigure logger on settings change (fbd6bcc)
General maintenance
v2.2.0
2.2.0 (2022-06-20)
Features
Documentation
- update readme with grouped logging options (2ecf274)
General maintenance
Build and continuous integration