Releases: jschwinger233/grpcdump
Releases · jschwinger233/grpcdump
v22.08.25
Full Changelog: v22.01.16...v22.08.25
v22.08.25-rc.1
Full Changelog: v22.01.16...v22.08.25-rc.1
v22.01.16
Changelog
- 0244e4d --guess-path for unknown stream data parsing
- 08951d5 -o grpcurl is awesome
- 0d848f0 END_STREAM is half close
- 0239f54 Initial commit
- 9f3386e Message.Type can be either Data or Header
- df9577f add annotation for guessed data and partial header
- a42d247 add documentation
- 22122f5 add goreleaser
- c03b4fa allow partial hpack decompression
- fac1fd7 auto guess missing :path by trying each
- 1d660b4 build with revision, add --version
- a6a02ee complete json output
- a9b83a2 complete text output
- 2e0b892 damn, hpack is connection direction sensitive
- d07763c determine the cli interface flags
- bf78f67 grpcurl is no more an independent output format
- badf30a imp pcap provider
- 69f0421 init the modules
- 54f9b81 jsonify the payloads for -o json
- c964ad1 model the grpc message
- f608f81 more concise model for packet and message
- a07f463 output packet number
- 1974bd1 parse full stream from pcap
- d878441 rename module
- 08de6a6 render grpcurl cmd using proto filename
- 805eedd require service port to tell req from response
- 150ec90 sniff packet by iface and port
- 8cbddbd support multiple guess methods
- 1a12927 update doc