Skip to content

Releases: xoofx/grpc-curl

1.4.0

13 Nov 18:20
77aba0e
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Added use of host and CallOptions in AsyncDynamicCall (PR #19) by @topsterde

🚀 Enhancements

📚 Documentation

  • GenerateDocumentationFile & activate trimmable (PR #18) by @topsterde

Full Changelog: 1.3.7...1.4.0

Published with dotnet-releaser

1.3.7

15 Jun 06:08
7501d07
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Don't require --data with --describe (PR #13) by @atifaziz

🚀 Enhancements

  • Write error to standard error (stderr) stream (PR #14) by @atifaziz

📚 Documentation

  • Update documentation readme (5057214)
  • Update doc changelog.md (bc81cfc)

🧰 Misc

  • Build app packages only for releases (fd3a836)

Full Changelog: 1.3.6...1.3.7

1.3.6

07 Mar 17:54
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Update ci to use dotnet-releaser (a4e3052)
  • Fix ci with dotnet-releaser when secrets are not available (1a6fbd2)
  • Fix ci with dotnet-releaser when secrets are not available (bis) (d57798b)

🧰 Misc

  • Use MinVer (0e92589)
  • Use bash with dotnet-releaser in GitHub Action (518ad6e)

Full Changelog: 1.3.5...1.3.6

1.3.5

01 Feb 05:03
Compare
Choose a tag to compare

Changes

🧰 Misc

  • Include readme and license.txt in publish (a9a8ced)
  • Update to latest CommandLineUtils to fix issue with RequiredAttribute (2e960f0)
  • Bump to 1.3.5 (a806d3a)

Full Changelog: 1.3.4...1.3.5

1.3.4

30 Jan 09:37
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

🧰 Misc

  • Workaround issue with CommandLineUtils not compatible with trimming (0c932d0)
  • Bump to 1.3.4 (329ac4f)

Full Changelog: 1.3.3...1.3.4

1.3.3

30 Jan 09:03
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add sourcelink to DynamicGrpc (ba1d107)

🐛 Bug Fixes

  • Fix CI for uploading coverage (3a441fc)

🧰 Misc

  • Make sure that we use the latest patch version of dotnet-releaser (b0d878f)
  • Update coveralls link (2bfec68)
  • Switch to CommandLineUtils (2fd38b8)
  • Bump to 1.3.3 (ea4b248)

Full Changelog: 1.3.2...1.3.3

1.3.2

29 Jan 21:00
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Misc

  • Update changelog for 1.3.1 (4babf51)
  • Bump to 1.3.2 with dotnet-releaser (d8c39d6)

Full Changelog: 1.3.1...1.3.2

1.3.1

27 Jan 08:53
Compare
Choose a tag to compare

Changes

✨ New Features

🐛 Bug Fixes

  • Fix error with trimming (771f299)
  • Fix bug with packed (0a706be)
  • Fix warnings with null reference (828455a)
  • Fix warnings when trimming (63fc0d2)

🧰 Misc

  • Don't use Grpc.Core anymore but Grpc.Core.Api (ba311d4)
  • Remove usage of Newtonsoft.Json and use raw System.Text.Json to avoid warning when trimming (60e4948)
  • Bump to 1.3.1 (34c7d21)

Full Changelog: 1.3.0...1.3.1

1.3.0

01 Mar 20:04
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add support for pretty print of proto (9494143)
  • Add support for pretty print of descriptors back to proto language descriptions. (80713dc)

🧰 Misc

Full Changelog: 1.2.0...1.3.0

1.2.0

01 Mar 20:04
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add CancellationToken when fetching reflection data from the server (05defd9)
  • Add support for default values when deserializing back (#3) (7302b96)
  • Add support for all streaming methods (#1) (c7ca517)
  • Add comments (13e1197)
  • Add grpc-curl tests (0183fcb)
  • Add timeout to server reflection (a179e57)

🐛 Bug Fixes

  • Fix error in case of invalid args (6efe950)
  • Fix grpc-curl stdin behavior on CI with tests (95a5249)

🧰 Misc

  • Process response more correctly for streaming (eed556a)
  • Cleanup code for Any support (777eb55)
  • Allow to redirect output in grpc-curl (e31ab37)
  • Allow to parse data from stdin (f25b0bf)
  • Improve help if no arguments are passed (41364fb)
  • Connect by default with https unless http is used (8a98008)
  • Bump to 1.2.0 (63dbf44)

Full Changelog: 1.1.0...1.2.0