chore(website): update changelog with IP stack mention (#9346)

It would be good to inform users about this change so they know which
client(s) support it.

Related: #9300
This commit is contained in:
Jamil
2025-06-02 09:03:06 -07:00
committed by GitHub
parent 6e0ecc2a79
commit 0ca31307f4
4 changed files with 20 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ export default function Android() {
<Entries downloadLinks={downloadLinks} title="Android">
{/* 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>
<ChangeItem pull="9300">
Uses the new IP stack setting for DNS resources, which allows DNS
resources to optionally return only A or AAAA records if configured by
the administrator.
</ChangeItem>
<ChangeItem pull="9227">
Adds full support for managed configurations to configure the client
using your organization's MDM solution. See the{" "}

View File

@@ -25,6 +25,11 @@ export default function Apple() {
<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>
<ChangeItem pull="9300">
Uses the new IP stack setting for DNS resources, which allows DNS
resources to optionally return only A or AAAA records if configured by
the administrator.
</ChangeItem>
<ChangeItem pull="9366">
Fixes an issue where Firezone could not start if the operating system
refused our request to increase the UDP socket buffer sizes.

View File

@@ -11,6 +11,11 @@ export default function GUI({ os }: { os: OS }) {
<Entries downloadLinks={downloadLinks(os)} title={title(os)}>
{/* 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>
<ChangeItem pull="9300">
Uses the new IP stack setting for DNS resources, which allows DNS
resources to optionally return only A or AAAA records if configured by
the administrator.
</ChangeItem>
<ChangeItem pull="9211">
Fixes an issue where changing the Advanced settings would reset the
favourited resources.

View File

@@ -10,6 +10,11 @@ export default function Headless({ os }: { os: OS }) {
<Entries downloadLinks={downloadLinks(os)} title={title(os)}>
{/* 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>
<ChangeItem pull="9300">
Uses the new IP stack setting for DNS resources, which allows DNS
resources to optionally return only A or AAAA records if configured by
the administrator.
</ChangeItem>
<ChangeItem pull="9147">
Fixes an issue where connections failed to establish on machines with
multiple valid egress IPs.