Unleash

Unleash 6.6

Unleash 6.6 is here with some exciting updates to help you stay on top of your project health in the new year. As always, you can find the complete release notes on GitHub.

New: Project status dashboard

We’re excited to introduce the new Project status dashboard.
Project status dashboard showing project health and activity

The new project-specific dashboards provide instant insights into your projects’ health, helping you manage stale flags effectively. You can review key project resources like project members, API keys, and segments, while also tracking recent activity.

With these insights, you can make informed decisions about your feature flags and workflows, ensuring that your codebase stays clean and healthy.

Improved: Project overview

In addition to the new Project status dashboard, we’ve improved the overall experience of managing your projects in Unleash. These updates include a range of enhancements, from tooltips to accessibility improvements, all designed to help you focus on the details that matter the most.

To highlight a few examples, the new filters on the project overview page make it easy to find archived or stale flags and take action where it’s needed.

Improved: Account sharing restrictions and token access

Admin tokens are now deprecated in favor of more secure options. We recommend using personal access tokens or service accounts instead.

Additionally, we’ve implemented account sharing restrictions to improve traceability and auditing. Shared accounts can create security vulnerabilities, so check out this blog post for best practices.

New tutorial: User management and access controls

In recent months, we’ve added more use case tutorials to our docs covering topics like gradual rollout, A/B testing, feature flags and AI, and more.

Our latest addition, How to Implement User Management, Access Controls, and Auditing with Feature Flags, provides a detailed overview of topics such as integrating SSO, automating user management, and role-based access control. Dive into this tutorial to release code with confidence while maintaining security and compliance.

Share this article

Explore further

Product

Do I need an A/B testing platform?

While the answer isn’t universal, it hinges on several critical factors including your organization’s size, testing maturity, technical capabilities, and business goals.  Understanding when a platform becomes necessary versus when simpler solutions suffice can save both time and resources while ensuring you make data-driven decisions effectively. What A/B testing platforms actually do (beyond the obvious) […]

How to

How to use FeatureOps to standardize and scale software delivery

Initially, Wayfair’s approach to feature management echoed that of many organizations: build a proprietary, in-house feature flag system tightly coupled to its core codebase, in this case, a PHP monolith. This gave the engineering team the immediate ability to enable or disable features in production, decoupling deployment from release. For a time, this accelerated experimentation […]