Home / Companies / Unleash / Blog / May 2024

May 2024 Summaries

2 posts from Unleash

Filter
Month: Year:
Post Summaries Back to Blog
Canary releases, combined with feature flags, offer a strategic approach to software deployment by gradually rolling out new features to a small subset of users before a full-scale release, thereby minimizing risks such as security breaches and user dissatisfaction. This method, utilized by industry giants like Google and Netflix, allows for testing in a live environment, providing immediate feedback and reducing the chance of customer loss through bugs. By using feature flags, companies can achieve fine-grained control over deployments, targeting specific user segments and maintaining session consistency, while enabling rapid rollbacks if necessary. Tools like Unleash enhance this process by offering advanced targeting, automated rollbacks, telemetry integration for monitoring, and the ability to conduct A/B tests, ensuring a more reliable and user-friendly experience. Canary deployments are particularly beneficial for applications requiring frequent updates, though they present challenges such as managing multiple software versions and handling database changes. However, with the right management solutions, they provide significant advantages, including saving software from crashes and maintaining performance during updates.
May 23, 2024 1,720 words in the original blog post.
Unleash 5.12 introduces several enhancements, including more powerful A/B testing capabilities through dependent feature flag variants, allowing for a broader range of testing scenarios by enabling flags to depend not only on binary states but also on multiple variants. This update provides three options for parent feature values: enabled, disabled, and enabled with variants, offering users greater flexibility and creativity in their testing configurations. Additionally, the update improves security by allowing API tokens to function as bearer tokens, aligning with the goal of becoming compliant with HTTP RFC 9110, which enhances security practices by replacing the colon separator with a "Bearer" prefix, while still supporting the previous format.
May 16, 2024 250 words in the original blog post.