Skip to content

Releases: socketry/falcon

v0.55.5

Choose a tag to compare

@ioquatix ioquatix released this 27 May 07:39
e7007f6
  • Strip proxy-authorization header in Falcon::Middleware::Proxy.

v0.55.4

Choose a tag to compare

@ioquatix ioquatix released this 24 May 01:07
cc81b13
  • Ensure requests_active is decremented if closing the response body raises.

v0.55.3

Choose a tag to compare

@ioquatix ioquatix released this 09 Apr 03:09
ec3b759
  • 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

Choose a tag to compare

@ioquatix ioquatix released this 11 Mar 23:43
96b7241
  • Remove unnecessary require for async/service/supervisor/supervised."

v0.55.1

Choose a tag to compare

@ioquatix ioquatix released this 11 Mar 10:30
97c6a64
  • requests_active is decremented after the response body is closed, including rack.response_finished callbacks.

v0.55.0

Choose a tag to compare

@ioquatix ioquatix released this 11 Mar 03:14
ab6e1ff
  • 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

Choose a tag to compare

@ioquatix ioquatix released this 17 Aug 08:49
a1baec3

What's Changed

New Contributors

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

v0.45.1

Choose a tag to compare

@ioquatix ioquatix released this 03 Apr 22:21
c3b7d6a

What's Changed

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

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

v0.45.0

Choose a tag to compare

@ioquatix ioquatix released this 03 Apr 01:31
03fd4f8

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

Choose a tag to compare

@ioquatix ioquatix released this 27 Mar 03:06
b6072bb

What's Changed

New Contributors

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