Skip to content

Releases: Unleash/unleash

v5.9.5

19 Feb 10:12
Compare
Choose a tag to compare

v5.9.4

16 Feb 09:29
Compare
Choose a tag to compare

v5.7.3

16 Feb 09:15
Compare
Choose a tag to compare
Read more

v5.9.3

06 Feb 15:35
Compare
Choose a tag to compare

v5.9.2

05 Feb 12:07
Compare
Choose a tag to compare

v5.9.1

02 Feb 11:04
Compare
Choose a tag to compare

v5.9.0

01 Feb 08:34
Compare
Choose a tag to compare

New Features

Improved Granularity in Custom Project Roles

Now you can enjoy enhanced permissions for project roles, allowing you to view project configuration details without the capability to edit these permissions. This improvement brings more control and flexibility to project management.

Search with Filters/Operators

We've introduced an advanced search functionality on both the project and global features pages. This feature enables full-text searches of feature names and descriptions, supports multiple keywords, and includes various filters like Created Date, Project, Segment, State, and Tags. This enhancement is designed to streamline the process of finding and filtering features, making your searches more efficient and effective.

Segment Usage Detection in Change Requests

In our latest update, we've added protection against the deletion of segments that are currently used in open change requests. This means that as long as the change request remains open, the segments in use are safe from deletion, regardless of the status of change requests in the project. Additionally, the segments screen now provides information on segment usage in change requests, along with the existing usage in strategies, enhancing your project management and oversight capabilities.

Deprecations

Edge bulk metrics endpoint

The edge bulk metrics endpoint (/edge/metrics) is deprecated and turned off by default.
This endpoint is only used by Edge, but to keep metrics you should upgrade your Edge installations to 17.0.0 or newer (17.1.0 is out). Get the latest Edge here. If you cannot upgrade Edge you must start Unleash with the environment variable UNLEASH_EXPERIMENTAL_EDGE_BULK_METRICS set to true to keep /edge/metrics enabled.

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

Full log:

Read more

v5.8.2

19 Jan 09:50
Compare
Choose a tag to compare

v5.8.1

10 Jan 11:11
Compare
Choose a tag to compare

v5.8.0

05 Jan 10:41
Compare
Choose a tag to compare

Release Notes - Version 5.8.0


New features:

  • Private projects: Enterprise users can now set project mode to private. When the project is set to private, only Admins/Editors and members of the project will be able to see it, and it’s associated feature toggles. (Enterprise only)
  • Add id of user performing operations to Events and Features: All operations done through the Admin UI will now have the id of the user that performed the action added to the events. In addition, all features now have a created_by_user_id field set. This is the first step towards better audit functions in Unleash. It also adds a nice filter for future search improvements (E.g. Show me features created by me (or anyone else))

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

Full log:

Read more