Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: firezone/firezone

Tags

macos-client-1.5.9

Toggle macos-client-1.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(swift): revise event-loop (#10573)

This is a follow-up from #10368 where we revise the forwarding logic in
`runSessionEventLoop`. Redundant logs are removed and the only exit
conditions from the event-loop are now the closing of either the event
or the command stream. The event-stream will only close once `connlib`
has successfully shut down and the command stream will only close of the
adapter shuts down (and thus drops the sender-side of the channel).

android-client-1.5.5

Toggle android-client-1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(connlib): handle resources changing site (#10604)

Similar to how resources can be edited to change their address, IP stack
or other properties, they can also be moved between different sites.
Currently, `connlib` requires the portal to explicitly remove the
resource and then re-add it for this to work.

Our system gets more robust if we also detect that the sites of a
resource have changed and handle it like other addressability changes.

To ensure that this works correctly, we also extend the proptests to
simulate addressability changes of resources.

Resolves: #9881
Related: #10593

headless-client-1.5.4

Toggle headless-client-1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(apple): Explicitly hide network extension from the UI (#10581)

Apparently if we set the CFBundleDisplayName we hint by default that
we *do* want to show it on newer macOS versions.

This seems to have been uncovered by Xcode 26 build recently.

Fixes #10579

gui-client-1.5.8

Toggle gui-client-1.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: publish gateway 1.4.17 (#10584)

gateway-1.4.17

Toggle gateway-1.4.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(apple): Explicitly hide network extension from the UI (#10581)

Apparently if we set the CFBundleDisplayName we hint by default that
we *do* want to show it on newer macOS versions.

This seems to have been uncovered by Xcode 26 build recently.

Fixes #10579

android-client-1.5.4

Toggle android-client-1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(android): tidy up AuthViewModel (#10372)

- removes unused authFlowLaunched var
- store long authUrl in val

macos-client-1.5.8

Toggle macos-client-1.5.8's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(apple): Enforce single Firezone instance (#10313)

show an alert to the user and ask to quit previous Firezone instance
manually before starting a new one.

Resolves: #10295

---------

Signed-off-by: Mariusz Klochowicz <[email protected]>
Co-authored-by: Jamil <[email protected]>

headless-client-1.5.3

Toggle headless-client-1.5.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(apple): Enforce single Firezone instance (#10313)

show an alert to the user and ask to quit previous Firezone instance
manually before starting a new one.

Resolves: #10295

---------

Signed-off-by: Mariusz Klochowicz <[email protected]>
Co-authored-by: Jamil <[email protected]>

gateway-1.4.16

Toggle gateway-1.4.16's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(apple): Enforce single Firezone instance (#10313)

show an alert to the user and ask to quit previous Firezone instance
manually before starting a new one.

Resolves: #10295

---------

Signed-off-by: Mariusz Klochowicz <[email protected]>
Co-authored-by: Jamil <[email protected]>

gui-client-1.5.7

Toggle gui-client-1.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(portal): move hard delete migrations (#10316)

Move some of the hard-delete migrations from manual to inline to allow
us to deploy the `HEAD` of main