Release 3.11.0
3.11.0
September 16th, 2021
This release updates the SDK to use the Optimizely Java SDK 3.9.0 which includes the following:
New Features:
- Add new public properties to
OptimizelyConfig
. (#379)- sdkKey
- environmentKey
- attributes
- audiences
- events
- experimentRules and deliveryRules to
OptimizelyFeature
- audiences to
OptimizelyExperiment
- For details, refer to our documentation page: https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-android.
Deprecated
OptimizelyFeature.experimentsMap
ofOptimizelyConfig
is deprecated as of this release. Please useOptimizelyFeature.experimentRules
andOptimizelyFeature.deliveryRules
. (#379)
Bug Fixes
- Fix proguard rules for GSON to one recommended by the GSON repo. (#383)