Skip to content

Releases: Unleash/unleash

v5.12.0

02 May 08:54
Compare
Choose a tag to compare

New features

Add Created by userId to "features" and "events"

Opt-in scheduling of data migrations that iterates on a 15 minute timer resolving and setting created_by_user_id for events and features. See enableScheduledCreatedByMigration of section server in Configuring Unleash

Improvements

Optimizing Unleash SDK Client Repository for the Frontend API

Refactor the custom repository implementation for an Unleash SDK client to address performance issues associated with handling of feature toggle refreshes.

Support for bearer tokens

API tokens in Authorization header can be prefixed with auth-scheme ("Bearer: "). This allows Security teams to claim compatibility with HTTP standard RFC 9110.

Full log

Read more

v5.11.3

18 Apr 11:09
Compare
Choose a tag to compare

v5.11.2

12 Apr 07:44
Compare
Choose a tag to compare

v5.11.1

09 Apr 08:55
Compare
Choose a tag to compare

v5.11.0

05 Apr 09:59
Compare
Choose a tag to compare

New features

SDK Reporting

Now it is possible to view applications within a project; under a single application, we can observe instances and potential issues, such as outdated SDKs or invalid flags.

Improvements

Feature flags usage metrics

Enterprise users can store feature usage metrics for up to 3 months.

Full log

Read more

v5.10.2

21 Mar 08:53
Compare
Choose a tag to compare

v5.10.1

12 Mar 13:38
Compare
Choose a tag to compare

v5.10.0

05 Mar 13:19
Compare
Choose a tag to compare

New Features

Schedule configuration changes

Change requests that have been approved can now be scheduled for a delayed application. Scheduled change requests can be rescheduled, applied immediately, or rejected.

Cleanup users / manual flow

You can now see users that have not been active (not logged in or used a token in last 6 months) and delete them in bulk

Bug: Project Privilege escalation

Users allowed to assign roles can now only assign roles they can access themselves. This locks down our permission system to prevent users from granting themselves roles they should not have

Enhance change request overview with deleted strategy info

When you delete a strategy in a change request, you'll now be able to see the strategy configuration in its entirety before applying it. This makes it easier to see exactly what you'll be deleting by applying a change request.

Improve conflict handling in CR

If a strategy, segment, or environment-level variant that's being updated in a change request has been changed since the change request had its relevant changes added, Unleash will now give a you a little heads up on the change request overview. You'll be able to see what the current configuration is and what it would be after applying your change request. Additionally, Unleash will suspend any scheduled change requests if it detects that a strategy, segment, or environmen-level variant has been updated after the change request was scheduled. All of this is to make it clearer to the user when a change request would introduce potentially unexpected changes.

Strategy configuration updates

Strategy configuration is now broken up into 3 sections: General, Targeting and Variants. This is to make it easier to have an overview over strategy configuration and to keep each section clean and uncluttered.

Thank you for your continued support and feedback. We hope you enjoy these new features and improvements.

Full log:

Read more

v5.9.6

21 Feb 16:39
Compare
Choose a tag to compare

v5.9.5

19 Feb 10:12
Compare
Choose a tag to compare