All Versions
145
Latest Version
Avg Release Cycle
-
Latest Release
-

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