Skip to content

Releases: mirkolenz/grpc-proxy

v2.0.0

08 Aug 07:41
Compare
Choose a tag to compare

2.0.0 (2023-08-08)

⚠ BREAKING CHANGES

  • The parameters/options passed to the app should now be lowercased. That change should make it easier and faster to write the variable names.
  • The project now includes a REST gateway in addition to the existing gRPC-Web proxy. To use it, create a descriptor set of your gRPC service and specify the services that shall be exposed. The readme has been updated with more details.

Features

  • add rest gateway (ca0d7e3)
  • allow multiple access log locations (5a3c516)
  • use lowercase parameters (2828f38)

Bug Fixes

  • improve startup logging (b4de5dd)
  • print generated envoy config on startup (e9b50ea)
  • properly implement load balancing (750721c)
  • remove unneeded spacing in generated config (392a6a6)
  • silence nix lib.getExe warnings (06edc20)

v1.0.16

20 Jun 19:19
Compare
Choose a tag to compare

1.0.16 (2023-06-20)

Bug Fixes

v1.0.15

12 Jun 09:23
Compare
Choose a tag to compare

1.0.15 (2023-06-12)

Bug Fixes

  • add extra platforms to nix (e5fccfd)

v1.0.14

12 Jun 09:17
Compare
Choose a tag to compare

1.0.14 (2023-06-12)

Bug Fixes

  • move qemu action to top in ci (751e1e7)

v1.0.13

12 Jun 09:07
Compare
Choose a tag to compare

1.0.13 (2023-06-12)

Bug Fixes

v1.0.12

12 Jun 09:03
Compare
Choose a tag to compare

1.0.12 (2023-06-12)

Bug Fixes

  • check for parameters was not working (c867ce2)

v1.0.11

12 Jun 07:55
Compare
Choose a tag to compare

1.0.11 (2023-06-12)

Bug Fixes

  • use qemu instead of pkgsCross (8d4e2dd)

v1.0.10

12 Jun 07:29
Compare
Choose a tag to compare

1.0.10 (2023-06-12)

Bug Fixes

  • refactor using callPackage and pkgsCross (5810059)

v1.0.9

11 Jun 21:48
Compare
Choose a tag to compare

1.0.9 (2023-06-11)

Bug Fixes

  • do not remove manifest after upload (3f3accf)

v1.0.8

11 Jun 21:42
Compare
Choose a tag to compare

1.0.8 (2023-06-11)

Bug Fixes

  • enable echo for docker manifest (4fc0adc)