2.11.1 (2024-09-08)
2.11.0 (2024-09-07)
- deps-dev: bump axios from 1.6.8 to 1.7.5 (42109c3)
2.10.0 (2024-08-26)
- deps-dev: bump braces from 3.0.2 to 3.0.3 (15e8fe6)
- deps: bump certifi in /packages/parquet-reader (f44d3c8)
- deps: bump urllib3 in /packages/parquet-reader (a24371f)
- deps: bump ws from 5.2.3 to 5.2.4 (284713b)
- npm audit fix (a84f55a)
- test on Java 8 (00d8b1d)
2.9.0 (2024-05-23)
- add info about getting a richer view (3dc4f62)
2.8.4 (2024-05-21)
- add a job to update conan lock file (4300e49)
- fix update-lockfile job (f289d14)
- replace action with command line (adc707e)
- update conan lockfile (d5d840e)
- upgrade macos build machine (aa32190)
- upgrade to node 21 (56fbd9d)
- use conan lock file (c1f0205)
2.8.3 (2024-05-06)
- deps: bump jinja2 from 3.1.3 to 3.1.4 in /packages/parquet-reader (d360957)
2.8.2 (2024-05-01)
- deps: bump idna from 3.4 to 3.7 in /packages/parquet-reader (2371ddb)
2.8.1 (2024-04-12)
- look for prebuilds in the root path (8b94ae2)
- go back to
conanfile.txt
(273aaf9)
- fix vscode tasks (6b103f3)
2.8.0 (2024-04-08)
- update documents when settings change (fee72cd), closes /github.com/dvirtz/vscode-parquet-viewer/issues/105#issuecomment-1984046929
- avoid timeout when debugging (2acf438)
- avoid always having workspaces=true (962b2b8)
- fix caching (e9edb77)
- simplify prebuilds by building inside dist (328247c)
- update actions to use node 20 (e0a5252)
- use GitHub's M1 macOS runner (147881d)
- add .vscode files (3eb9d76)
2.7.1 (2024-03-19)
- Revert "ci: use two workflows for dependabot PRs" (6cf44ca)
- deps-dev: bump follow-redirects from 1.15.4 to 1.15.6 (d9f1ab5)
2.7.0 (2024-02-04)
- remove redundant file (955a9a7)
- move JSON creation to base class (c7d381c)
2.6.5 (2024-02-02)
2.6.4 (2024-01-28)
2.6.3 (2024-01-21)
- require VSCode 1.66.0 (6672fc0)
- run integration tests on earliest supported version (753ed75)
2.6.2 (2024-01-12)
- deps: bump jinja2 from 3.1.2 to 3.1.3 in /packages/parquet-reader (4af5efb)
2.6.1 (2024-01-12)
- use two workflows for dependabot PRs (f377885), closes /github.com/dependabot/dependabot-core/issues/3253#issuecomment-852541544
- deps-dev: bump follow-redirects from 1.15.3 to 1.15.4 (cb8b8de)
2.6.0 (2024-01-07)
2.5.1 (2023-12-15)
- retry parquet backend test (32833d6)
2.5.0 (2023-12-14)
2.4.5 (2023-11-01)
- fix caching keys (cafe6ad)
2.4.4 (2023-10-30)
- run apple-m1 using node 16 (e61fbcc)
2.4.3 (2023-10-26)
- deps: bump urllib3 in /packages/parquet-reader (c8958bb)
2.4.2 (2023-10-25)
- add logging (bef5dd9)
2.4.1 (2023-10-22)
- exclude parquet-tools when running on M1 (8227c90)
2.4.0 (2023-10-13)
2.3.5 (2023-10-10)
- deps: bump urllib3 in /packages/parquet-reader (622b831)
2.3.4 (2023-09-20)
- deduplicate backend unit tests (ad14d07)
2.3.3 (2023-07-30)
- don't spellcheck changelog (198367b)
- factor cancellation to base class (1e5a261)
2.3.2 (2023-07-28)
- deps: bump certifi in /packages/parquet-reader (6e23e1d)
2.3.1 (2023-07-27)
- deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (3c743be)
- build only typescript when packaging (4acc829)
- disable hooks in CI (947f61b)
- download prebuilds before install (43c03d9)
- ignore workspaces on release (164abbe), closes #76
2.3.0 (2023-07-17)
- add arrow backend (078103d)
- reconfigure logger on settings change (fbd6bcc)
2.2.2 (2022-10-15)
2.2.1 (2022-10-14)
- fix vsce release (f9dffb4)
- move custom release rules to correct place (1c726f4)
- publish to OpenVSX (12d80a3), closes #56
- use npm plugin to update package.json (689c3de)
2.2.0 (2022-06-20)
- update readme with grouped logging options (2ecf274)
2.1.5 (2022-06-17)
- Support Workspace Trust #24
- Upgrade dependencies
- Remove the dependency in
parquet-tools
- Added diagnostic logging support
- CI: use eslint
- fix error message box
- Uses Custom Editor API to remove the need for clicking "open it anyway".
- Show progress as JSON is generated, with an ability to cancel.
- BREAKING removed
View as JSON
command as it is redundant now. - CI: check spelling with cspell.
- Made location of
parquet-tools
configurable. - It's now possible to point it to a
parquet-tools
jar which will be then used for conversions.java
should be inPATH
in that case.
- Running on Windows (#6)
- Documentation
- Transparent icon background
- 'out of buffer' error (#1)
- Initial release