Skip to content

Commit 2ccde03

Browse files
chore: release Ferron 2.4.1
1 parent f46366d commit 2ccde03

File tree

15 files changed

+72
-46
lines changed

15 files changed

+72
-46
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
226 KB
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Ferron 2.4.1 has been released"
3+
description: We are excited to announce the release of Ferron 2.4.1, which brings a fix for a rare crash when upgrading HTTP connections as a reverse proxy.
4+
date: 2026-01-17 15:57:00
5+
cover: ./covers/ferron-2-4-1-has-been-released.png
6+
---
7+
8+
We are excited to introduce Ferron 2.4.1, with a fix for a rare crash when upgrading HTTP connections for a backend server as a reverse proxy.
9+
10+
## Key improvements and fixes
11+
12+
### Reverse proxy HTTP upgrade crash fix
13+
14+
Fixed a rarely occurring crash when upgrading backend server's HTTP connection as a reverse proxy, improving the reverse proxying robustness.
15+
16+
## Thank you!
17+
18+
We appreciate all the feedback and contributions from our community. Your support helps us improve Ferron with each release. Thank you for being a part of this journey!
19+
20+
_The Ferron Team_

ferron-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferron-common"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2021"
55

66
[dependencies]

ferron-dns-builtin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferron-dns-builtin"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2021"
55

66
[dependencies]

ferron-load-modules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferron-load-modules"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2021"
55

66
[dependencies]

ferron-modules-builtin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferron-modules-builtin"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2021"
55

66
[dependencies]

ferron-observability-builtin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferron-observability-builtin"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2021"
55

66
[dependencies]

ferron-passwd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferron-passwd"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2021"
55

66
[package.metadata.winresource]

ferron-precompress/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferron-precompress"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2021"
55

66
[package.metadata.winresource]

0 commit comments

Comments
 (0)