Skip to content

Releases: platinummonkey/go-concurrency-limits

v0.1.5

14 May 22:03
43e12f0
Compare
Choose a tag to compare
  • Adds GRPC Streaming server and client implementation
  • Adds GRPC examples

v0.1.4

04 Apr 15:16
629536d
Compare
Choose a tag to compare
  • Includes two bugfixes from @systay 🙇
  • Adds testing for go 1.12

v0.1.3

01 Dec 18:58
a8b6ab0
Compare
Choose a tag to compare

Adds a timeout to the BlockingLimiter - This allows for blocking implementation but also timeout naturally for deadlined requests.

v0.1.2

01 Dec 13:55
6edf818
Compare
Choose a tag to compare

Adds a fix to the GRPC interceptors to set the status code and custom error message

v0.1.1

24 Nov 04:01
7d1e865
Compare
Choose a tag to compare

Adds Upstream Gradient2 Fixes

v0.1.0

05 Oct 01:07
Compare
Choose a tag to compare
  • Adds upstream fixes to gradient2 limit
  • Adds examples

v0.1.0-rc2

04 Oct 03:06
Compare
Choose a tag to compare
v0.1.0-rc2 Pre-release
Pre-release

Includes some updates to VegasLimit for when to probe based on upstream issues.

v0.1.0-rc1

30 Sep 17:42
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release

Initial release, it is inline with upstream Netflix/concurrency-limits.

Notes: This is not tested in production yet, and soon examples will be available.