File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# @namespace
77module Falcon
8- VERSION = "0.55.1 "
8+ VERSION = "0.55.2 "
99end
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ Please see the [project documentation](https://socketry.github.io/falcon/) for m
4747
4848Please see the [ project releases] ( https://socketry.github.io/falcon/releases/index ) for all releases.
4949
50+ ### v0.55.2
51+
52+ - Remove unnecessary require for ` async/service/supervisor/supervised ` ."
53+
5054### v0.55.1
5155
5256 - ` requests_active ` is decremented after the response body is closed, including ` rack.response_finished ` callbacks.
@@ -92,10 +96,6 @@ Please see the [project releases](https://socketry.github.io/falcon/releases/ind
9296 - [ Falcon Server Container Health Checks] ( https://socketry.github.io/falcon/releases/index#falcon-server-container-health-checks )
9397 - [ Falcon Server Process Title] ( https://socketry.github.io/falcon/releases/index#falcon-server-process-title )
9498
95- ### v0.48.4
96-
97- - Improve compatibility of rackup handler w.r.t. sinatra.
98-
9999## Contributing
100100
101101We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.55.2
44
55 - Remove unnecessary require for ` async/service/supervisor/supervised ` ."
66
You can’t perform that action at this time.
0 commit comments