v0.4.25
CHANGELOG
FEATURE: New action in the web console that allows changing the password of the logged-in account (#148)
FEATURE: The web console now supports revoking your current account token and generating a new one (#191)
CHANGE: When specifying OAuth configuration for public shares from the zrok share public
or zrok reserve
public commands, the flags and functionality for restricting the allowed email addresses of the authenticating users has changed. The old flag was --oauth-email-domains
, which took a string value that needed to be contained in the user's email address. The new flag is --oauth-email-address-patterns
, which accepts a glob-style filter, using https://github.com/gobwas/glob (#413)
CHANGE: Creating a reserved share checks for token collision and returns a more appropriate error message (#531)
CHANGE: Update UI to add a 'true' value on reserved
boolean (#443)
CHANGE: OpenZiti SDK (github.com/openziti/sdk-golang) updated to version v0.22.29
, which introduces changes to OpenZiti API session handling
FIX: Fixed bug where a second password reset request would for any account would fail (#452)