Skip to content

Releases: mirkolenz/grpc-proxy

v3.0.5

21 Oct 19:26
Compare
Choose a tag to compare

3.0.5 (2024-10-21)

Bug Fixes

  • docker: add grpc-proxy and envoy to image contents (b1a8810)

v3.0.4

21 Oct 12:15
Compare
Choose a tag to compare

3.0.4 (2024-10-21)

Bug Fixes

  • rest: remove empty proto descriptor flags, otherwise envoy fails (2cd4593)

v3.0.3

20 Oct 09:46
Compare
Choose a tag to compare

3.0.3 (2024-10-20)

Bug Fixes

  • rest: update cli flag names of array params (5b98dca)

v3.0.2

19 Oct 20:27
Compare
Choose a tag to compare

3.0.2 (2024-10-19)

Bug Fixes

  • envoy: check for proto descriptor file and bin (f51da6b)

v3.0.1

11 Oct 13:19
Compare
Choose a tag to compare

3.0.1 (2023-10-11)

Bug Fixes

v3.0.0

30 Sep 18:58
Compare
Choose a tag to compare

3.0.0 (2023-09-30)

⚠ BREAKING CHANGES

  • The entire application is now written in Go. This makes it possible to run the proxy with an existing envoy installation and decouples it from Nix. The tools also gained a full POSIC-compatible CLI interface with proper help for all available options. You can now easily download pre-built binaries of the proxy or use Go to install it on your machine.

Features

  • allow configuration of cluster options (586ea6a)
  • allow floating point values for timeout (a01e30e)
  • rewrite entire application in go (d3a1f61)

Bug Fixes

v3.0.0-beta.4

05 Sep 09:41
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2023-09-05)

Bug Fixes

  • add enum for url unescape spec (d4a7f89)

v3.0.0-beta.3

05 Sep 08:57
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2023-09-05)

Features

  • allow configuration of cluster options (586ea6a)
  • allow floating point values for timeout (a01e30e)

v3.0.0-beta.2

10 Aug 11:51
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2023-08-10)

Bug Fixes

v3.0.0-beta.1

10 Aug 12:51
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2023-08-10)

⚠ BREAKING CHANGES

  • The entire application is now written in Go. This makes it possible to run the proxy with an existing envoy installation and decouples it from Nix. The tools also gained a full POSIC-compatible CLI interface with proper help for all available options. You can now easily download pre-built binaries of the proxy or use Go to install it on your machine.

Features

  • rewrite entire application in go (d3a1f61)