Skip to content

Releases: socketry/falcon-limiter

v0.5.0

Choose a tag to compare

@ioquatix ioquatix released this 18 Jun 07:00
22009f2
  • Add optional Falcon::Limiter::LongTask#start(tags:) metadata for instrumentation.

v0.4.0

Choose a tag to compare

@ioquatix ioquatix released this 03 Jun 11:44
0df5936
  • Add Falcon::Limiter::LongTask#pending? for detecting delayed long tasks which have not acquired yet.

v0.3.0

Choose a tag to compare

@ioquatix ioquatix released this 22 May 10:35
b84799d
  • Use Async::Limiter::Token#close when closing sockets so cached tokens cannot re-acquire after socket close.

v0.2.0

Choose a tag to compare

@ioquatix ioquatix released this 21 May 13:17
93a5c67
  • Use async-limiter v2.2 utilization metrics for connection and long task limiter telemetry.