June 2023 Summaries
4 posts from Unleash
Filter
Month:
Year:
Post Summaries
Back to Blog
Unleash 5.2 introduces enhancements to feature strategies and user metrics, focusing on quality of life improvements. Users can now name, enable or disable, and set default strategies per environment, facilitating better organization and flexibility. The ability to toggle strategies on and off mirrors the functionality of feature flags, allowing temporary deactivation without deletion. Additionally, setting default strategies prevents accidental full rollouts in production environments. The update also includes detailed metrics on user activity, showing the percentage of users exposed to each variant, while maintaining privacy by not associating any user context with the data. Overall, Unleash 5.2 emphasizes simplicity, flexibility, and privacy in its new features.
Jun 30, 2023
443 words in the original blog post.
Feature flags, also known as feature toggles, offer the advantage of faster releases and controlled experimentation, but require a structured management approach to maintain their effectiveness and avoid technical debt. Key best practices include establishing clear naming conventions to enhance communication and understanding among developers and stakeholders, maintaining the scope of each flag to specific functions, and ensuring that existing features remain accessible when new ones are toggled off. Automation and streamlined release processes, potentially using tools like Unleash, can simplify flag management by integrating with CI/CD workflows, enabling programmatic control and synchronization of flag states. Implementing access controls can enhance stability and security, while tracking changes and maintaining logs of flag mutations can provide valuable insights into the impact of each flag over time. Finally, it's crucial to remove obsolete flags after confirming that a new feature will not be rolled back, to reduce complexity and prevent unnecessary maintenance overhead, thereby ensuring a clean and efficient feature flag lifecycle.
Jun 27, 2023
1,485 words in the original blog post.
Feature flags offer a dynamic way to control software behavior at runtime, reducing deployment risks and enhancing flexibility across the development pipeline. The text explores two primary approaches to testing software with feature flags: the "mock" approach and the "platform" approach. The mock approach involves creating a separate instance of the flag solution, allowing for isolated testing without dependency on the actual platform, making it ideal for unit tests. In contrast, the platform approach integrates the test suite directly with the flagging solution, which is beneficial for integration tests by allowing different environments to manage flags independently, though it may face challenges with cloud solutions. Both methods have unique benefits and complexities, with the mock approach requiring careful management of flag states and the platform approach benefiting from tools like Unleash's Edge proxy to optimize performance and offline capabilities.
Jun 23, 2023
1,115 words in the original blog post.
Unleash has been recognized as G2’s top feature management software for Summer 2023, primarily due to its high usability and strong customer relationships. The latest G2 report highlights several key aspects of Unleash that have contributed to its top rating, including ease of administration, simplicity and user-centric design, flexibility in meeting requirements across various tech stacks, and proactive, well-versed support services. Despite common misconceptions about open-source software support, Unleash is praised for exceeding expectations in customer service, further evidenced by its growing community and GitHub presence. Customer recommendations have played a significant role in spreading the word about Unleash, reflecting its positive growth trajectory and solidifying its standing in the feature management landscape.
Jun 14, 2023
377 words in the original blog post.