Unleash

Unleash 6.9

Our latest release, Unleash 6.9, is here with deeper insight into user permissions and more flexibility when defining custom roles.

Find the full release notes for Unleash 6.9 on GitHub. 

New: User roles and permissions overview

We’ve added a new Access overview page for each user, making it easier for administrators to see exactly what a user can do in Unleash and which roles grant those permissions. You can explore permissions at the root level or for specific environments and projects.

 

 

New: Root-level permissions for authentication and instance maintenance

We’ve introduced five new root-level permissions to give more granular control over features that were previously restricted to the Admin role. These permissions cover authentication settings, banners, maintenance mode, CORS management, and access logs.

Improved: IP addresses in Event Log

The Event Log now records the IP address of the user who performed each action.

Improved: Projects no longer require an Owner

To give you full flexibility when it comes to customizing the project-level roles, we removed the requirement for projects to have an Owner.

Share this article

Explore further

Product

Feature flag security best practices

You wouldn’t grant every engineer SSH access to your production database, nor would you allow unauthenticated API calls to modify your payment gateways. Yet, organizations often treat feature flags (which can toggle entire microservices, expose beta features, or act as kill switches) as simple configuration variables rather than critical infrastructure. Securing feature flags requires the […]

Product

The Modern Release Management Process: Separating Deployment from Delivery

Engineering teams often treat release management as a calendar event or a final bureaucratic gate before code reaches production. This perspective treats releases as high-stakes moments that require “all hands on deck” to ensure stability. Modern DevOps practices have shifted this paradigm entirely. A mature release management process is not about slowing down to catch […]