Skip to content

Releases: IBM/gWhisper

v4.0.0

21 Jan 20:15
a1f7afe
Compare
Choose a tag to compare

Major release, introducing new functionality.
Most notable changes:

  • Support SSL channels
  • Support JSON output and input
  • WARNING: Changed string escaping character: now instead of ':' use '%' to escape ' ', ',', '%' or ':'
  • Re-Wrote the CMake build system: Now dependencies can be automatically pulled in at build-time, if they are not installed (gRPC is not needed anymore to be installed as a dependency).
  • Fixed various bugs

v3.3.2 LTS

21 Jan 20:02
Compare
Choose a tag to compare

Bug-Fix release for v3.3.x Long-Term-Support:
Fixes #88

v3.3.1 LTS

09 Feb 08:44
Compare
Choose a tag to compare

Fix options (e.g. --customOutput) sometimes not parsed correctly

v3.3.0 LTS

08 Feb 17:04
Compare
Choose a tag to compare

Notable Changes:

  • New URI parser: Now also supports Unix Domain Sockets #53
  • Support recursive data-structures (Up to a depth of 10) #90

v3.2.1

03 Jul 22:34
Compare
Choose a tag to compare

Fixed bug #86 which causes string fields to miss one character in some situations.

v0.3.2

15 May 11:12
Compare
Choose a tag to compare
  • Escaping of special characters in strings now supported (#1)
  • Test server now builds reliably (even without gtest)
  • Improved documentation ( mostly --help output #81 and #82)

v0.3.1

31 Oct 14:27
Compare
Choose a tag to compare
  • Fixed bugs #56 #74 #75 #77.
  • Updated documentation.
  • Some improvements to documentation output (type names of fields are now better formatted in completions).

v0.3.0

13 Aug 13:22
Compare
Choose a tag to compare

Notable changes:

  • Support for fish shell
  • Better output formatting for Map data types (sorted and more compact)
  • Performance improvements
  • Various bug fixes

v0.2.1

11 Apr 16:53
Compare
Choose a tag to compare

Notable changes:

  • Fixes a bug related to empty request messages, which was introduced in v0.2.0
  • Now it is possible to read Bytes fields in request messages from files
  • Introduce modifiers in --customOutput which allow to control the encoding of output data and provide a way to output Bytes fields as raw binary data (e.g. to pipe into files).

v0.2.0

08 Apr 09:05
Compare
Choose a tag to compare

Notable changes:

  • Improved message grammar: Now the trailing colon ":" directly follows the last message field without a leading whitespace.
  • A gRPC test server is shipped with gWhisper. This is useful for new users to try out gWhisper. It is also used for Continuous integration tests.
  • A connection timeout is introduced (this causes gwhisper to abort if the tcp connection cannot be established and solves a hang when attempting to complete an incorrect ip address or hostname)
  • gWhisper can now be installed using make install

For a complete list of changes see the v0.2.0 Milestone.