1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: update changelog

This commit is contained in:
Ivar Conradi Østhus 2021-04-23 13:41:27 +02:00
parent b406d3c7cf
commit 28c7b3f190
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
3 changed files with 39 additions and 5 deletions

View File

@ -1,5 +1,39 @@
# Changelog # 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 ## 4.0.0-alpha.2
- feat: Email service (#757) - feat: Email service (#757)

View File

@ -102,7 +102,7 @@
"prom-client": "^13.1.0", "prom-client": "^13.1.0",
"response-time": "^2.3.2", "response-time": "^2.3.2",
"serve-favicon": "^2.5.0", "serve-favicon": "^2.5.0",
"unleash-frontend": "4.0.0-alpha.7", "unleash-frontend": "4.0.0-alpha.8",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"yargs": "^16.0.3" "yargs": "^16.0.3"
}, },

View File

@ -6882,10 +6882,10 @@ universalify@^0.1.0:
resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
unleash-frontend@4.0.0-alpha.7: unleash-frontend@4.0.0-alpha.8:
version "4.0.0-alpha.7" version "4.0.0-alpha.8"
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.7.tgz#bee86ea40471b3ffbdf7880506b219a7e25e68b4" resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.8.tgz#cae63de0bfc5c35979f7d8bba82190d50002e7a2"
integrity sha512-WW3LU8/2T0zUPVn0JMvlwLpFYP3YvB+JbagMUXhM+BaSN7xIUWUGcfEdmbyk7e3pDs0g7wIPZjjtZ++C5DT4KA== integrity sha512-MKH7PNQZIccc6eaf1/hit+Enc/yA7iDebw+Gw5HXWLCwab30bJzq8scolu4b81d4IOX12XEvZUNKPufAPmAlXg==
unpipe@1.0.0, unpipe@~1.0.0: unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0" version "1.0.0"