Skip to content

Releases: Unleash/unleash

v6.7.2

19 Feb 09:32
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[6.7.2] - 2025-02-19

Bug Fixes

  • Command bar spacing (#9288)

  • Make the chip in the playground project selector small (#9298)

  • Add some missing button labels on the project page (#9299)

  • Add strategy and more strategies button are different heights (#9300)

  • Hydration event should update with every event (#9310)

  • Mutating delta events (#9303)

  • Return undefined from delta if no events (#9311)

  • Access e2e test (#9313)

  • Add a metric to track client registrations (#9314)

  • Delete project segment with change request (#9315)

  • Fix unintended scroll on dashboard (#9316)

  • Handle singular counts in project status lifecycle boxes (#9317)

  • Use bucket stop as timestamp for metrics bucket (#9327)

Documentation

  • Include create db permission required for new tests (#9301)

  • Update CHANGELOG.md

Features

  • Connection count usage (#9294)

  • Frontend API POST endpoint (#9291)

  • New flag header (#9302)

  • New flag info box (#9308)

  • Add stale badge to the new header (#9320)

  • Project field to feature removed event (#9322)

Miscellaneous Tasks

  • Use gitcliff changelog for release (#9289)

  • Add migration that backfills scim user email hashes (#9295)

  • Bump unleash client version to beta 6.5 (#9305)

  • Make setting service handle conflict on insert (#9160)

  • Add edge observability tables (#9307)

  • Add change request events to teams integration (#9309)

  • Add status_code to edge traffic table to store 304s as well (#9312)

  • Remove references to admin token kill switch (#9324)

Refactor

  • MuiTab font sizes (#9296)

  • Move feature overview header into separate file (#9319)

v6.7.1

11 Feb 13:47
Compare
Choose a tag to compare

Bug Fixes

  • Font size flag change to boolean (#9290)
  • Use the right theme even if the payload is a variant. (#9292)

Miscellaneous Tasks

  • Create test db from template (#9265)

v6.7.0

11 Feb 10:59
Compare
Choose a tag to compare

Renamed feature flag lifecycle stages

We’ve updated the names of the feature flag lifecycle stages to better mirror a typical software development process and help you improve your release efficiency and workflows.

The changes include updates to the names, icons, and colors for the different stages.

Updated license policy for self-hosted Enterprise

Since Unleash v6.0, we’ve had soft limits in place warning self-hosted Enterprise instances operating without a valid license or exceeding their seat count.
With Unleash v6.7, we have introduced the following restrictions:

Mandatory license for enterprise self-hosted plan

If you don't have a valid license, your Unleash instance enters read-only mode, and the only available action is to install a valid license.

License expiration

When your license expires, your Unleash instance enters read-only mode. The only available action is to install a new, valid license. Connected applications continue to operate and receive current feature flags, but users cannot make any changes to Unleash.

Seat count

If you reach the maximum number of seats in your license, you cannot add new users until you remove existing users to stay within your limit.
The Unleash Admin UI displays warning banners for customers approaching or exceeding the terms of their license.


5e38a23 - CHANGELOG.md

v6.6.0

14 Jan 10:33
Compare
Choose a tag to compare

Simplified projects

We've simplified the experience of managing your projects in Unleash. On the project overview page, you can now use filters to access archived or stale flags.

Additional enhancements, such as tooltips and accessibility improvements, provide a more consistent and focused experience.

Project status dashboard

We've introduced a new Project status dashboard to help you monitor your projects more effectively.
The dashboard provides an overview of:

  • Project health
  • Project resources: members, API keys, and segments
  • Project activity
  • Flag lifecycle data

Deprecated Admin tokens

We've deprecated Admin tokens to encourage using more secure and granular access to resources. You can use personal access tokens or service accounts instead.

Restrictions on account sharing

We've implemented security measures to detect shared accounts as they impede the ability to trace and audit changes. You can find further recommendations and best practices on our blog.

v6.5.3

19 Dec 13:46
Compare
Choose a tag to compare

v6.5.2

13 Dec 13:35
Compare
Choose a tag to compare

v6.5.1

12 Dec 14:50
Compare
Choose a tag to compare

v6.5.0

28 Nov 13:35
Compare
Choose a tag to compare

New features

Personal dashboard

We’ve introduced personal dashboards in the Unleash Admin UI to help optimize your workflow with quick access to the resources and data you need.

In the My projects section, you can find an overview of the projects you own, are a member of, or have favorited. You can gain insights into each project’s health and stay updated on the latest events. For newly created projects, an onboarding flow guides you through setting up your first feature flag and connecting your first SDK.

The My Feature Flags section offers a focused view of the feature flags you have created or favorited, including exposure metrics, last usage data, and lifecycle stages.

Project onboarding

Our new project onboarding experience simplifies getting started with Unleash. The onboarding flow provides step-by-step instructions for creating your first feature flag and connecting an SDK.

You can select your preferred programming language to receive help with SDK installation and running Unleash. The onboarding flow also provides quick access to our comprehensive set of SDK examples available on GitHub or CodeSandbox.

v6.4.1

31 Oct 11:29
Compare
Choose a tag to compare

v6.4.0

30 Oct 13:42
Compare
Choose a tag to compare

New features

Event Timeline

The new Event Timeline feature brings a unified view of recent events across all your projects, designed to help you get an overview of changes and quickly identify and debug any issues.

The timeline highlights key events and signals from the past 48 hours per environment. You can adjust the timeframe to narrow in on recent activity when needed.

Find the Event Timeline in the Admin UI’s top menu, where you can easily enable or disable it based on your preferences.

All changes can be found in our changelog