Releases: socketry/falcon
Releases · socketry/falcon
v0.55.5
Compare
Sorry, something went wrong.
No results found
Strip proxy-authorization header in Falcon::Middleware::Proxy.
v0.55.4
Compare
Sorry, something went wrong.
No results found
Ensure requests_active is decremented if closing the response body raises.
v0.55.3
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Remove unnecessary require for async/service/supervisor/supervised."
v0.55.1
Compare
Sorry, something went wrong.
No results found
requests_active is decremented after the response body is closed, including rack.response_finished callbacks.
v0.55.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog : v0.47.6...v0.47.7
v0.45.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Fix handling of container count configuration. by @ioquatix in #234
Full Changelog : v0.45.0...v0.45.1
v0.45.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog : v0.43.0...v0.44.0