From fdc6b72c23e6a744b5438816906c510b3613cca3 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Fri, 16 Feb 2024 11:27:32 -0500 Subject: [PATCH] changelog (#413) --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35bee5f..5b1c93f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,10 @@ ## v0.4.25 -FEATURE: Public share oauth email domains renamed to `email address patterns`. These now take a glob to match against. -Old `zrok share` and `zrok reserve` flag: `oauth-email-domains`. -Changed to: `oauth-email-address-patterns`. - FEATURE: The web console now supports revoking your current account token and generating a new one (https://github.com/openziti/zrok/issues/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 (https://github.com/openziti/zrok/issues/413) + CHANGE: Creating a reserved share checks for token collision and returns a more appropriate error message (https://github.com/openziti/zrok/issues/531) CHANGE: Update UI to add a 'true' value on `reserved` boolean (https://github.com/openziti/zrok/issues/443)