Feature Flags release notes
Review the notes below for details about recent changes to Harness Feature Flags (FF). For release notes for Harness Self-Managed Enterprise Edition, go to Self-Managed Enterprise Edition release notes. Additionally, Harness publishes security advisories for every release. Go to the Harness Trust Center to request access to the security advisories.
note
Harness deploys changes to Harness SaaS clusters on a progressive basis. This means that the features and fixes that these release notes describe may not be immediately available in your cluster. To identify the cluster that hosts your account, go to the Account Overview page.
Latest Updated: February 6th 2024
February 2024
Android SDK
Version 1.2.5
- We've updated the
README
with instructions on how to add a ProGuard rule for Release builds. (FFM-10499) - Now doesn't throw the
RejectedExecutionException
inside therunRescheduleThreadWrapEx()
.
Flutter SDK
Version 2.1.3
- The
CFClient.destroy
is now fixed after not completing correctly on iOS. (FFM-10596)
React SDK
Version 1.8.1
- We've fixed an issue where the new
useFeatureFlagsClient
hook and thewithFeatureFlagsClient
HOC were not correctly exported, making it more complex to import into your application (FFM-10591)
Version 1.8.0
- We've added a new
useFeatureFlagsClient
hook andwithFeatureFlagsClient
HOC to allow easy access to the instance of the Javascript Client SDK which the React Client SDK uses under the hood (FFM-10522)
January 2024
Apex SDK
Version 0.1.3 Beta
- It now re-authenticates using the
FFPoller
, to ensure that scheduled jobs continue to run after the auth token has expired. - It now includes a synchronous initialization option.
Android SDK
Version 1.2.4
- Fixed the null pointer when calling the
initialize()
function. (FFM-10499)
Version 1.2.3
- Fixed uncaught exception error that occurs if initialization fails.