From 28c7b3f190d7d4a6eefbcbac357c212b40e3de89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 23 Apr 2021 13:41:27 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 39 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e3e88093..2448cf032a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +# 4.0.0-alpha.3 + +- fix: should allow revive toggles +- fix: lint +- fix: hasPermission should not throw +- fix: Added enterpriseVersion to root of IUnleashConfig/IUnleashOptions +- feat: add new user email (#793) +- fix: User should require a ID field set (#799) +- fix: introduce settingService +- fix: migration rollback use DROP for column +- fix: skipLocked when updating lastSeen for toggles +- fix: skipLocked when updating lastSeen for toggles +- feat: Add change-password endpoint to user-controller (#800) +- fix: convert AUTH_TYPE to uppercase (#797) +- Fix/strategies sort order (#798) +- fix: only ADMIN can list all users +- fix: enable demo-authentication (#796) +- fix: default db SSL to undefined +- fix: use db config with schema for db-migrate +- feat: options need types (#794) +- chore: update yarn.lock +- chore: update frontend version +- feat: add ui-bootstrap endpoint (#790) +- chore: update frontend version +- chore: update frontend +- feat: add ui-bootstrap endpoint (#790) +- feat: expose user permissions (#791) +- feat: Reset token (#786) +- fix: rename rbac roles. (#788) +- fix: remove unused import +- fix: fully remove enableLegacyRoutes option +- fix: failing tests +- fix: expose auth-type in ui-config + ## 4.0.0-alpha.2 - feat: Email service (#757) diff --git a/package.json b/package.json index 341ca9528f..72921a2f35 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "prom-client": "^13.1.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "4.0.0-alpha.7", + "unleash-frontend": "4.0.0-alpha.8", "uuid": "^8.3.2", "yargs": "^16.0.3" }, diff --git a/yarn.lock b/yarn.lock index aeac8b65ab..5c94675887 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6882,10 +6882,10 @@ universalify@^0.1.0: resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -unleash-frontend@4.0.0-alpha.7: - version "4.0.0-alpha.7" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.7.tgz#bee86ea40471b3ffbdf7880506b219a7e25e68b4" - integrity sha512-WW3LU8/2T0zUPVn0JMvlwLpFYP3YvB+JbagMUXhM+BaSN7xIUWUGcfEdmbyk7e3pDs0g7wIPZjjtZ++C5DT4KA== +unleash-frontend@4.0.0-alpha.8: + version "4.0.0-alpha.8" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.8.tgz#cae63de0bfc5c35979f7d8bba82190d50002e7a2" + integrity sha512-MKH7PNQZIccc6eaf1/hit+Enc/yA7iDebw+Gw5HXWLCwab30bJzq8scolu4b81d4IOX12XEvZUNKPufAPmAlXg== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"