Skip to content

Releases: Netflix/concurrency-limits

v0.1.16

08 Mar 00:07
dae92c3
Compare
Choose a tag to compare

Improve gRPC client call rejection by allow other interceptors to get the outgoing request

v0.1.15

07 Mar 21:34
dae92c3
Compare
Choose a tag to compare
  • Improve gRPC client call rejection by allow other interceptors to get the outgoing request

v0

07 Mar 21:34
dae92c3
Compare
Choose a tag to compare
v0
Merge pull request #110 from elandau/bugfix/grpc_proper_client_call_r…

v0.1.14

27 Feb 18:12
d541bf0
Compare
Choose a tag to compare

Hook into GRPC's Context cancellation as another mechanism to release the inflight count

v0.1.13

25 Feb 02:02
f7786b5
Compare
Choose a tag to compare
  • Ignore streaming APIs for GRPC concurrency limiters

v0.1.12

15 Feb 19:50
756425a
Compare
Choose a tag to compare

Add inflight metric to SimpleLimiter

v0.1.10

23 Jan 16:53
eef9528
Compare
Choose a tag to compare
  • Fix limit gauge not updating when using a PartitionedLimiter
  • Fix log10 function

0.1.9

21 Nov 22:47
b2408be
Compare
Choose a tag to compare

Fixed

  • #91 Fix invalid timeout for blocking limiter

Changed

  • #92 Tweak gradient2 algorithm

v0.1.7: Merge pull request #90 from elandau/feature/aimd_timeout

19 Oct 03:20
a4c78da
Compare
Choose a tag to compare

Added

  • AIMDLimit now support having a timeout to determine when a drop has occurred. Default is 5 seconds.

Changed

  • Probe for new noload RTT in VegasLimit as a function of current limit

v0.1.6-rc1: Merge pull request #88 from elandau/bugfix/gradient2_drift

04 Oct 15:44
23299c8
Compare
Choose a tag to compare