mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
docs(website): update changelog for latest releases (#9015)
In #9013, we forgot to update the changelogs for Apple Clients and the Gateway.
This commit is contained in:
@@ -23,12 +23,13 @@ export default function Apple() {
|
||||
return (
|
||||
<Entries downloadLinks={downloadLinks} title="macOS / iOS">
|
||||
{/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */}
|
||||
<Unreleased>
|
||||
<Unreleased></Unreleased>
|
||||
<Entry version="1.4.14" date={new Date("2025-05-02")}>
|
||||
<ChangeItem pull="9005">
|
||||
Fixes an issue where the IP checksum was not updated when ECN bits were set.
|
||||
This caused packet loss on recent MacOS versions which default to using ECN.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
</Entry>
|
||||
<Entry version="1.4.13" date={new Date("2025-04-30")}>
|
||||
<ChangeItem pull="8731">
|
||||
Improves throughput performance by requesting socket receive buffers
|
||||
|
||||
@@ -22,13 +22,14 @@ export default function Gateway() {
|
||||
|
||||
return (
|
||||
<Entries downloadLinks={downloadLinks} title="Gateway">
|
||||
<Unreleased>
|
||||
<Unreleased></Unreleased>
|
||||
<Entry version="1.4.8" date={new Date("2025-05-02")}>
|
||||
<ChangeItem pull="9009">
|
||||
Fixes an issue where ECN bits got erroneously cleared without updating
|
||||
the packet checksum. This caused packet loss on recent MacOS versions
|
||||
which attempt to use ECN.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
</Entry>
|
||||
<Entry version="1.4.7" date={new Date("2025-04-30")}>
|
||||
<ChangeItem pull="8798">
|
||||
Improves performance of relayed connections on IPv4-only systems.
|
||||
|
||||
Reference in New Issue
Block a user