github envoyproxy/ratelimit v1.1.1
Check in data-plane-api compiled protos

latest releases: v1.4.0, v1.3.0, v1.2.0...
6 years ago

Ratelimit can be compiled as a full fledged gRPC service directly from this repo with make compile; the make target will also compile the necessary protos. However, if users want to import ratelimit as a go dependency and build on top of it, glide will complain with:

[ERROR]	Error scanning github.com/lyft/ratelimit/proto/envoy/api/v2/ratelimit: open /Users/josenino/.glide/cache/src/https-github.com-lyft-ratelimit/proto/envoy/api/v2/ratelimit: no such file or directory
...
[ERROR]	Error scanning github.com/lyft/ratelimit/proto/envoy/service/ratelimit/v2: open /Users/josenino/.glide/cache/src/https-github.com-lyft-ratelimit/proto/envoy/service/ratelimit/v2: no such file or directory

This release includes the compiled protos in order to allow users to import ratelimit as a library without any dependency issues.

Don't miss a new ratelimit release

NewReleases is sending notifications on new releases.