SDK versions
Android
iOS
Version 0.7.0
May 28, 2024
- The
fetchInterval
inVarioqubSettings
has been corrected to use seconds instead of milliseconds. - The
proguard
rule has been fixed: now there are no warnings about missing AppMetrica classes during the build process.
Version 0.6.0
January 17, 2024
- Added the
com.yandex.varioqub.config.VarioqubApi.getAllKeys(): Set
method allowing to get all the flag keys. - Added sending event when flags are activated. You can enable and disable this option using the
com.yandex.varioqub.config.VarioqubSettings.Builder.withActivateEvent(enabled: Boolean)
method. By default the event sending is enabled.
Version 0.5.0
September 04, 2023
- Bug fixes.
Version 0.4.0
July 11, 2023
Let's go!
- The supported version of Android AppMetrica SDK is 5.3.0.
Version 0.8.1
February 03, 2025
- Added support for multiple Varioqub instances, allowing the application and libraries to work independently.
Version 0.7.1
August 06, 2024
- Minor fixes.
Version 0.7.0
July 22, 2024
- Minor fixes.
Version 0.6.1
April 08, 2024
- Minor fixes.
Version 0.6.0
February 01, 2024
- Added the
VarioqubFacade.allKeys
andVarioqubFacade.allItems
properties allowing to get all the flags. - Added the
VarioqubFacade.sendEventOnChangeConfig
property allowing to send events when flags are activated. - Added the AppMetrica 5 support to
MetricaAdapterReflection
. - Renamed the
VarioqubFacade.initialize(apiKey:...)
toVarioqubFacade.initialize(clientId:...)
to match the website.
Version 0.5.0
July 24, 2023
- Bug fixes.
Version 0.4.0
July 11, 2023
Let's go!
- The supported version of iOS AppMetrica SDK is 4.5.2.
Was the article helpful?
Previous
Next