This changelog is no longer used for newer version. Please visits https://github.com/xoofx/grpc-curl/releases
- Update to latest CommandLineUtils to fix issue with RequiredAttribute
- Bump to update formula with latest dotnet-releaser
- Fix exception with RequiredAttribute constructor not found
- Use CommandLineUtils to parse command line args
- Add source link for DynamicGrpc library
- Use dotnet-releaser for releasing binaries
- Fix message fields having packed attribute
- Fix warnings with trimming
- Prepare application for self-contained app and trimming
- Add support for pretty printing all services and messages supported by a server with reflection (
--describewithgrpc-curl). - Add support for pretty printing proto descriptor back to proto language (
ToProtoString()API withDynamicGrpc)
- Add support for all calling modes (unary, client streaming, server streaming and full-duplex)
- Add cancellation token when fetching reflection from server.
- Add support for default values.
- Allow to parse data from stdin
- Allow to force http if address:host is passed, use https by default
- Add support for any
- Initial version