From 1f481e690b5fdc49d8ed3dcde1a056a01ff26334 Mon Sep 17 00:00:00 2001 From: Cesar N <11819101+cesnietor@users.noreply.github.com> Date: Thu, 15 Jun 2023 14:21:27 -0700 Subject: [PATCH] Add CHANGELOG file for Releases (#2887) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..eb8343a41 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ + + +# Changelog + +## Release v0.30.0 + +Features: + +- Added MinIO Console Help Menu +- Updated UI Menu components + +Bug Fix: + +- Disable the Upload button on Object Browser if the user is not allowed +- Fixed security vulnerability for `lestrrat-go/jwx` and `fast-xml-parser` +- Fixed bug on sub-paths for Object Browser +- Reduce the number of calls to `/session` API endpoint to improve performance +- Rolled back the previous change for the Share File feature to no longer ask for Service Account access keys