Skip to content

Commit ab6e1ff

Browse files
committed
Bump minor version.
1 parent bcac237 commit ab6e1ff

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

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.54.3"
8+
VERSION = "0.55.0"
99
end

readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +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.0
51+
52+
- **Breaking**: Drop dependency on `async-container-supervisor`, you should migrate to `async-service-supervisor` instead.
53+
- **Breaking**: Remove support for legacy environments, including `Falcon::Configuration`, now using `Async::Service::Configuration` directly.
54+
- **Breaking**: `bake falcon:supervisor:restart` removed – superceeded by `async:service:supervisor:restart`.
55+
- Add support for `async-utilization` metrics.
56+
5057
### v0.54.1
5158

5259
- Fix handling of old style supervisors from `Async::Container::Supervisor`.
@@ -89,12 +96,6 @@ Please see the [project releases](https://socketry.github.io/falcon/releases/ind
8996

9097
- Fix Falcon Supervisor implementation: due to invalid code, it was unable to start.
9198

92-
### Compatibility Fixes
93-
94-
During the `v0.44.0` release cycle, the workflows for testing older rack releases were accidentally dropped. As such, `v0.44.0` was not compatible with older versions of rack. This release restores compatibility with older versions of rack.
95-
96-
Specifically, `protocol-rack` now provides `Protocol::Rack::Adapter.parse_file` to load Rack applications. Rack 2's `Rack::Builder.parse_file` returns both the application and a set of options (multi-value return). Rack 3 changed this to only return the application, as the prior multi-value return was confusing at best. This change allows `protocol-rack` to work with both versions of rack, and `falcon` adopts that interface.
97-
9899
## Contributing
99100

100101
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.0
44

55
- **Breaking**: Drop dependency on `async-container-supervisor`, you should migrate to `async-service-supervisor` instead.
66
- **Breaking**: Remove support for legacy environments, including `Falcon::Configuration`, now using `Async::Service::Configuration` directly.

0 commit comments

Comments
 (0)