Home / Companies / Unleash / Blog / August 2024

August 2024 Summaries

2 posts from Unleash

Filter
Month: Year:
Post Summaries Back to Blog
Blue-green deployment is a software delivery method designed to minimize the risks of downtime and errors during code deployments by using two identical production environments, blue and green, in parallel. This approach allows new code to be tested in the green environment while the blue environment continues running the previous version, enabling quick rollbacks if issues arise. Feature flags can enhance or sometimes replace blue-green deployments by providing granular control over feature releases, allowing for complex testing scenarios and frequent updates without replicating the entire production environment. The combination of blue-green deployments with feature flags offers a robust strategy for deploying software updates, balancing risk management with flexibility and control. Open-source systems like Unleash provide an alternative to proprietary feature management tools, offering customizable solutions for specific use cases.
Aug 19, 2024 1,306 words in the original blog post.
Unleash 6.1, released on August 15, 2024, introduces key updates including support for SCIM, a new Android SDK, and streamlined SSO setup for self-hosted customers. The SCIM support facilitates automatic user management via platforms like Okta or Microsoft Entra, enhancing security and efficiency by eliminating manual updates. The new Android SDK, now at version 1.0 and available on Maven Central, replaces the deprecated legacy SDK, offering features such as enhanced logging, lifecycle awareness, updated API compatibility, and network monitoring for improved performance. Additionally, the SSO setup for self-hosted Unleash instances is now automated, simplifying the initial configuration process. The announcement also highlights the upcoming UnleashCon on September 25, 2024, where users will share insights and experiences with Unleash's feature flag capabilities.
Aug 15, 2024 372 words in the original blog post.