Releases: discoveryjs/jora-cli
Releases · discoveryjs/jora-cli
2.1.0 Introducing compression support for input and output
- Added
gzipanddeflatecompression support for input data, i.e. compressed JSON or JSONXL is now consumed seamlessly - Added
--compression [type](-c [type]) option to specify output compression (gzipordeflate). When the type is not specified,gzipis used. For example,jora -c -e jsonxlwill output gzipped JSONXL (the most compact output size combo). - Updated JSONXL:
- Fixed an edge case for signed numbers in the range ±[MAX_SAFE_INTEGER/2 … MAX_SAFE_INTEGER].
- Removed the limitation that could trigger when the total encoded string length exceeded the maximum string length (~500 MB in V8)
- Fixed output progress display for JSONXL
2.0.3
2.0.2
- Bumped jora to 1.0.0-beta.15 (fixes a security issue, see 1.0.0-beta.14 release notes)
2.0.1
2.0.0
- Bumped jora to 1.0.0-beta.13
- Added support for JSONXL (snapshot9) as input/output encoding
- Added
--encodingoption to specify output encoding, supported JSON and JSONXL - Added
--forceoption to enforce overwritting a file - Added
--dry-runoption - Added
--verboseoption - Extended the
--queryoption to accept a file path containing a Jora query, the file must have a.joraextension - Changed behavior for writing to an existing file specified with the
--outputoption. The operation now fails unless the--forceoption is used - Removed
--sandboxoption (until re-implemented)
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0 Open in sandbox
- Added
--sandboxoption to open data and query in sandbox (opens in a browser a web interface with injected data and query saved in a temporary file)