mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
chore: fixup changelog for latest releases (#8788)
Signed-off-by: Thomas Eizinger <thomas@eizinger.io> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,9 @@ export default function GUI({ os }: { os: OS }) {
|
||||
high load.
|
||||
</ChangeItem>
|
||||
)}
|
||||
<ChangeItem pull="7590">
|
||||
Improves performance by moving UDP sockets to a dedicated thread.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.4.9" date={new Date("2025-03-14")}>
|
||||
{os === OS.Windows && (
|
||||
@@ -27,9 +30,6 @@ export default function GUI({ os }: { os: OS }) {
|
||||
Applies the search domain configured in the admin portal, if any.
|
||||
</ChangeItem>
|
||||
)}
|
||||
<ChangeItem pull="7590">
|
||||
Improves performance by moving UDP sockets to a dedicated thread.
|
||||
</ChangeItem>
|
||||
</Entry>
|
||||
<Entry version="1.4.8" date={new Date("2025-03-10")}>
|
||||
<ChangeItem pull="8286">
|
||||
|
||||
@@ -31,8 +31,8 @@ export default function Gateway() {
|
||||
high load.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="8765">
|
||||
Improves performance by defaulting to only 1 TUN thread on single-core
|
||||
systems.
|
||||
Improves performance on single-core systems by defaulting to only
|
||||
1 TUN thread if we have less than 4 cores.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="7590">
|
||||
Improves performance by moving UDP sockets to a dedicated thread.
|
||||
|
||||
Reference in New Issue
Block a user