mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
@@ -30,8 +30,8 @@ export default function Android() {
|
||||
establish.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9979">
|
||||
Fixes an issue where connections would sometimes fail to establish
|
||||
reliably.
|
||||
Fixes an issue where connections in low-latency networks (between
|
||||
Client and Gateway) would fail to establish reliably.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.5.2" date={new Date("2025-06-30")}>
|
||||
|
||||
@@ -30,8 +30,8 @@ export default function Apple() {
|
||||
establish.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9979">
|
||||
Fixes an issue where connections would sometimes fail to establish
|
||||
reliably.
|
||||
Fixes an issue where connections in low-latency networks (between
|
||||
Client and Gateway) would fail to establish reliably.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.5.4" date={new Date("2025-07-11")}>
|
||||
|
||||
@@ -16,8 +16,8 @@ export default function GUI({ os }: { os: OS }) {
|
||||
establish.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9979">
|
||||
Fixes an issue where connections would sometimes fail to establish
|
||||
reliably.
|
||||
Fixes an issue where connections in low-latency networks (between
|
||||
Client and Gateway) would fail to establish reliably.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.5.5" date={new Date("2025-07-09")}>
|
||||
|
||||
@@ -22,7 +22,12 @@ export default function Gateway() {
|
||||
|
||||
return (
|
||||
<Entries downloadLinks={downloadLinks} title="Gateway">
|
||||
<Unreleased></Unreleased>
|
||||
<Unreleased>
|
||||
<ChangeItem pull="9979">
|
||||
Fixes an issue where connections in low-latency networks (between
|
||||
Client and Gateway) would fail to establish reliably.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.4.13" date={new Date("2025-07-22")}>
|
||||
<ChangeItem pull="9834">
|
||||
Excludes ICMP errors from the ICMP traffic filter. Those are now
|
||||
|
||||
@@ -15,8 +15,8 @@ export default function Headless({ os }: { os: OS }) {
|
||||
establish.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9979">
|
||||
Fixes an issue where connections would sometimes fail to establish
|
||||
reliably.
|
||||
Fixes an issue where connections in low-latency networks (between
|
||||
Client and Gateway) would fail to establish reliably.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.5.1" date={new Date("2025-07-04")}>
|
||||
|
||||
Reference in New Issue
Block a user