Skip to content

Releases: socketry/falcon

v0.55.3

09 Apr 03:09
ec3b759

Choose a tag to compare

  • Decrement requests_active in Falcon::Server#call when super or Falcon::Body::RequestFinished.wrap raises, so utilization metrics are not leaked on error paths.

v0.55.2

11 Mar 23:43
96b7241

Choose a tag to compare

  • Remove unnecessary require for async/service/supervisor/supervised."

v0.55.1

11 Mar 10:30
97c6a64

Choose a tag to compare

  • requests_active is decremented after the response body is closed, including rack.response_finished callbacks.

v0.55.0

11 Mar 03:14
ab6e1ff

Choose a tag to compare

  • Breaking: Drop dependency on async-container-supervisor, you should migrate to async-service-supervisor instead.
  • Breaking: Remove support for legacy environments, including Falcon::Configuration, now using Async::Service::Configuration directly.
  • Breaking: bake falcon:supervisor:restart removed – superceeded by async:service:supervisor:restart.
  • Add support for async-utilization metrics.

v0.47.7

17 Aug 08:49
a1baec3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.47.6...v0.47.7

v0.45.1

03 Apr 22:21
c3b7d6a

Choose a tag to compare

What's Changed

  • Fix handling of container count configuration. by @ioquatix in #234

Full Changelog: v0.45.0...v0.45.1

v0.45.0

03 Apr 01:31
03fd4f8

Choose a tag to compare

What's Changed

  • Use Protocol::Rack::Adapter.parse_file for compatibility with older Rack versions. by @ioquatix in #232

Full Changelog: v0.44.0...v0.45.0

v0.44.0

27 Mar 03:06
b6072bb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.43.0...v0.44.0

v0.43.0

31 Jan 05:01
38a5365

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.42.3...v0.43.0