Skip to content

Releases: manojkarthick/pqrs

Release v0.3.2

14 Jun 01:14
1ce057d
Compare
Choose a tag to compare

Changelog

🔀 Merge

  • 006853b Merge pull request #51 from wynnw/feature/arrow-schema
  • 3b49c71 Merge pull request #49 from txdv/merge-file-by-file
  • a69721e Merge pull request #50 from txdv/cat-preserve-order

  • 1ce057d bump version to 0.3.2
  • f0e4854 Adds an integration test for the new schema --arrow functionality
  • b207144 Add support for a pqrs schema --arrow option
  • b5dcdaf preserve order in cat
  • 2d982d5 read and write continously

Release v0.3.1

14 Jun 00:57
002174b
Compare
Choose a tag to compare

Changelog

🔀 Merge

  • 51a5656 Merge pull request #44 from SteveLauC/arrow

🛠 Build

  • a7439dd build: bump to 0.3.1
  • 1ad8ecb build: bump arrow and parquet to 40.0.0

Release v0.3.0

10 May 02:53
0782069
Compare
Choose a tag to compare

Changelog

🔀 Merge

  • 0eaf5fe Merge pull request #42 from SteveLauC/compression
  • e9ee652 Merge pull request #41 from SteveLauC/dep

🚀 Features

  • 5d4c895 feat: compression info in schema subcommand

🛠 Build

  • ff7a63b build: bump deps clap/parquet/arrow

Release v0.2.2

15 Sep 21:21
f93707a
Compare
Choose a tag to compare

Changelog

🔀 Merge

  • c1ab1ed Merge pull request #31 from jeffbski-rga/cat-csv-no-header

  • f93707a upgrade to v0.2.1
  • 1372e4a restore markdown format that was accidentally changed
  • 9ec41e4 fix merge
  • 7cb035e Merge remote-tracking branch 'jeffbski-sketch/cat-csv-no-header' into cat-csv-no-header
  • beb7187 make --no-header an additional argument to --csv
  • 3352da3 add cat --csv-no-header option
  • 89179ee add cat --csv-no-header option
  • 58ea67e update homebrew install instructions

Release v0.2.1

14 May 20:41
d620dab
Compare
Choose a tag to compare

Changelog

🔀 Merge

  • a5b02ee Merge pull request #29 from manojkarthick/prepare-release
  • 4af84d1 Merge pull request #28 from manojkarthick/schema-json
  • d33dca9 Merge pull request #24 from mateuszkj/master
  • 9473b77 Merge pull request #26 from mattrighetti/patch-1
  • 62d6438 Merge pull request #21 from juan-riveros/shunt-cat-header-to-stderr

  • d620dab fix jreleaser windows extension config key
  • 6d0f122 add jreleaser config
  • 6376d3c update readme with json schema command
  • 810cfb5 bump package version to v0.2.1
  • 2443554 update action workflow to use jreleaser
  • 7e84e50 add schema json related test
  • 86d7c91 support json output for schema subcommand
  • 8d969cc add serde and serde_json dependencies
  • bdf1882 Fix broken links to Arrow and Parquet
  • 1ba3725 Dependeces update + redone commands in clap 3.0 + clippy
  • a2b256f Update integration.rs
  • Changed validate_cat_csv since it's predicate assumed that the output would have the extra spacing caused by the header. (ie. removed two empty lines it checked for)
  • a11d06a Moved cat "header" to stderr for easier piping
  • bdc6ad2 Remove support for nix package manager
  • 73a1e46 Fix typo in cat csv command

Add CSV format and directory support for cat command

03 Sep 13:02
bf6d81d
Compare
Choose a tag to compare
Merge pull request #17 from manojkarthick/update-readme-csv

Update README on directory and CSV support

Release v0.1.2

21 Jun 07:44
357e927
Compare
Choose a tag to compare

This version does not provide any new features or bug fixes. It's mostly an update to use official parquet and arrow crates published on crates.io - this also means that pqrs is now installable via cargo!

Release v0.1.1

14 Feb 17:46
fa9a1e3
Compare
Choose a tag to compare
Merge pull request #9 from manojkarthick/instructions

Add installation/running instructions

Initial Release: v0.1.0

03 Feb 06:06
51fa72c
Compare
Choose a tag to compare
Merge pull request #2 from manojkarthick/actions

Add GitHub action for build + release