Releases: IBM/gWhisper
Releases · IBM/gWhisper
v4.0.0
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
Bug-Fix release for v3.3.x Long-Term-Support:
Fixes #88
v3.3.1 LTS
Fix options (e.g. --customOutput
) sometimes not parsed correctly
v3.3.0 LTS
v3.2.1
v0.3.2
v0.3.1
v0.3.0
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
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
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.