Skip to content

Releases: sevagh/pq

Add `--prettyjson` flag to force pretty json formatting

09 Jun 15:54
3364433
Compare
Choose a tag to compare

Add --protofile support

15 Feb 20:09
d364f9e
Compare
Choose a tag to compare

This release adds support to compile an fdset on the fly using protoc, by specifying --protofile.
It also increases the max fetch per partition in Kafka (by @fegies in #99)

Add --protofile support

29 Jan 21:32
c4456ee
Compare
Choose a tag to compare
Pre-release

Pass in a .proto file directly to have pq compile it for you.

Performance improvements

20 Dec 20:19
6acf6d0
Compare
Choose a tag to compare

Thanks to @fegies for 2 significant PRs. Details here:

  • Performance improvement: #96
  • Lower memory use: #97

Some extra fixes on my end, including:

  • New Cargo clippy warnings taken into account
  • Improvement to Python test scripts in utils/
  • Replace docker with podman in the Makefile for the release process

General updates

21 Nov 12:35
3a4ec11
Compare
Choose a tag to compare

Contribution from @vincentdephily:

  • Fixes a security vulnerability
  • Fixes building on systems with openssl >= 1.0
  • Fixes a warning in recent rust versions

Add support for i32be streams (e.g. kafkacat output)

30 May 11:57
8de6827
Compare
Choose a tag to compare

Thanks to @romand for this contribution - you can now pipe kafkacat to pq with the i32be stream option.

Rust 2018

31 Mar 14:34
1864293
Compare
Choose a tag to compare
Merge pull request #85 from sevagh/upkeep/edition-2018

Upkeep/edition 2018

Wait indefinitely for new kafka messages

08 Mar 01:51
1fd0650
Compare
Choose a tag to compare

Pq will now continually poll Kafka for new messages.

Performance improvements

22 Feb 01:13
65c2e02
Compare
Choose a tag to compare

@gnuvince added some additional performance improvements. Also most recently @shanipribadi contributed a first round of performance improvements which I didn't acknowledge, so I'll acknowledge it here.

Fix tty-checking logic

06 Feb 15:34
ad8b906
Compare
Choose a tag to compare

Fixes a bug with stdin/stdout tty checking.