Skip to content

Commit ec3b759

Browse files
committed
Bump patch version.
1 parent 6d4aede commit ec3b759

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

lib/falcon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
# @namespace
77
module Falcon
8-
VERSION = "0.55.2"
8+
VERSION = "0.55.3"
99
end

readme.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@ Please see the [project documentation](https://socketry.github.io/falcon/) for m
4747

4848
Please see the [project releases](https://socketry.github.io/falcon/releases/index) for all releases.
4949

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+
5054
### v0.55.2
5155

52-
- Remove unnecessary require for `async/service/supervisor/supervised`."
56+
- Remove unnecessary require for `async/service/supervisor/supervised`.
5357

5458
### v0.55.1
5559

@@ -91,11 +95,6 @@ Please see the [project releases](https://socketry.github.io/falcon/releases/ind
9195

9296
- Add <code class="language-ruby">Falcon::Environment::Server\#endpoint\_options</code> to allow configuration of the endpoint options more easily.
9397

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)
98-
9998
## Contributing
10099

101100
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.55.3
44

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

0 commit comments

Comments
 (0)