Skip to content

1.99.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jwijenbergh jwijenbergh released this 26 Apr 14:29
· 158 commits to main since this release

These pre-releases are signed with keys/[email protected] and keys/minisign-CA9409316AC93C07.pub
Changelog:

  • Expose default gateway in profile settings too. For clients, use the default gateway set on the config object, this is maybe only useful for suggesting some profiles in the client profile chooser UI
  • Add a server internally before authorizing and remove it again if authorization has failed. This makes sure the internal state is always up-to-date with what is happening. This also allows us to move to the main state when authorization is done as previously it could be the case where authorization was done but the server was not added yet
  • Fix previous state not being set correctly when getting a config and an error happens
  • Make WireGuard support mandatory
  • Cache secure internet profile choice per location
  • Update go dependencies: eduoauth-go logging changes
  • Cancel ProxyGuard in Cleanup function if it was started using the common functionality
  • FSM Changes: Allow to go to disconnected from OAuthStarted and GettingConfig
  • Refactor makefile & building for Go and Python code