Releases: mirkolenz/grpc-proxy
Releases · mirkolenz/grpc-proxy
v2.0.0
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.15
1.0.15 (2023-06-12)
Bug Fixes
- add extra platforms to nix (e5fccfd)
v1.0.14
1.0.14 (2023-06-12)
Bug Fixes
- move qemu action to top in ci (751e1e7)
v1.0.12
1.0.12 (2023-06-12)
Bug Fixes
- check for parameters was not working (c867ce2)
v1.0.11
1.0.11 (2023-06-12)
Bug Fixes
- use qemu instead of pkgsCross (8d4e2dd)
v1.0.10
1.0.10 (2023-06-12)
Bug Fixes
- refactor using callPackage and pkgsCross (5810059)
v1.0.9
1.0.9 (2023-06-11)
Bug Fixes
- do not remove manifest after upload (3f3accf)
v1.0.8
1.0.8 (2023-06-11)
Bug Fixes
- enable echo for docker manifest (4fc0adc)