You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,13 @@ Please see the [project documentation](https://socketry.github.io/falcon/) for m
47
47
48
48
Please see the [project releases](https://socketry.github.io/falcon/releases/index) for all releases.
49
49
50
+
### v0.55.3
51
+
52
+
- Decrement `requests_active` in `Falcon::Server#call` when `super` or `Falcon::Body::RequestFinished.wrap` raises, so utilization metrics are not leaked on error paths.
53
+
50
54
### v0.55.2
51
55
52
-
- Remove unnecessary require for `async/service/supervisor/supervised`."
56
+
- Remove unnecessary require for `async/service/supervisor/supervised`.
53
57
54
58
### v0.55.1
55
59
@@ -91,11 +95,6 @@ Please see the [project releases](https://socketry.github.io/falcon/releases/ind
91
95
92
96
- Add <codeclass="language-ruby">Falcon::Environment::Server\#endpoint\_options</code> to allow configuration of the endpoint options more easily.
93
97
94
-
### v0.49.0
95
-
96
-
-[Falcon Server Container Health Checks](https://socketry.github.io/falcon/releases/index#falcon-server-container-health-checks)
97
-
-[Falcon Server Process Title](https://socketry.github.io/falcon/releases/index#falcon-server-process-title)
Copy file name to clipboardExpand all lines: releases.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Releases
2
2
3
-
## Unreleased
3
+
## v0.55.3
4
4
5
5
- Decrement `requests_active` in `Falcon::Server#call` when `super` or `Falcon::Body::RequestFinished.wrap` raises, so utilization metrics are not leaked on error paths.
0 commit comments