All Versions
145
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v4.0.0-beta.4 Changes
- β¬οΈ upgrade unleash-frontend to version 4.0.0-beta.3
- π fix: convert to typescript
- π fix: report email as not sent to fe if it throws (#844)
-
v4.0.0-beta.3 Changes
- β‘οΈ chore: update changelog
- π fix: reset-token-service should use unleashUrl
- chore: expose an endpoint to really delete a toggle (#808)
- π fix: upgrade unleash-frontend to version 4.0.0-beta.2
-
v4.0.0-beta.1 Changes
- π fix: upgrade unleash-frontend to version 4.0.0-beta.0
- π fix: rbac now checks permission for both projects (#838)
- π fix: an hour is 3600000 seconds not 60000 seconds
- fix: readd support for DATABASE_URL_FILE
-
v4.0.0-beta.0 Changes
- π fix: reload of admin/api page yields 404
-
v4.0.0-alpha.8 Changes
- feat: global events requires admin role
- π fix: remove toast info from bootstrap controller (#834)
- feat: add migration (#832)
- π fix: set name type to be min 1 character (#833)
- π fix: bum unleash-frontend to version 4.0.0-alpha.14
- π fix: /api/admin/user should not allow caching
- π fix: match bootstrap uiConfig with expected data format (#830)
- feat: Datadog integration (#820)
- π fix: regular users are not API users
- Feat: format base path (#828)
-
v4.0.0-alpha.7 Changes
- π fix: more types
- π fix: move permission to types
- π fix: bump unleash-frontend to version 4.0.0-alpha.12
- π fix: catch all route only for baseUriPath (#825)
- Feat/serve frontend with baseuri (#824)
- π fix: define root role by setting the name of the role (#823)
- feat: automatically add all existing users as owners to all existing β¦ (#818)
- π fix: project store was wrongly typing its id field as number (#822)
-
v4.0.0-alpha.6 Changes
- feat: Teams addon for messaging on Microsoft teams (#814)
- β‘οΈ feat: add user create/update/delete events (#807)
- π fix: upgrade unleash-frontend to version 4.0.0-alpha.11
- π fix: Authentication required options is optional
- π fix: default custom auth hook now denies all requests to api endpoints (#811)
- π fix: deletes sessions for user when user is removed (#810)
- π fix: import statements for type/events
- π fix: refactor event types
- π fix: move AuthenticationRequired to types
- π fix: migrate only users without any role
- π fix: migration to create root roles for users with permissions (#816)
- π fix: set default DATABASE_SSL to not rejectUnauthorized (#817)
- π fix: handle password being undefined when validating (#809)
- π fix: active sessions are now destroyed if auth/reset and auth/validate endpoints are used (#806)
- π fix: send email on process.nextTick (#805)
- π fix: add hosted auth option
- π fix: fix test data
- π fix: correct test data
- π fix: migration should call cb on down
- π fix: change default admin password
- π fix: add types for node-fetch
-
v4.0.0-alpha.5 Changes
- β‘οΈ chore: update frontend
-
v4.0.0-alpha.4 Changes
- feat: add option for LOG_LEVEL (#803)
- π fix: make users emails case-insensitive (#804)
- π fix: update unleash-frontend
- π fix: emailservice now just returns if email was configured
- π fix: simplify isConfigured check
- π fix: loading of emailtemplates
-
v4.0.0-alpha.3 Changes
- π fix: should allow revive toggles
- π 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
- 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)
- π» feat: add ui-bootstrap endpoint (#790)
- π» 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