Skip to content

Commit d45f70e

Browse files
authored
chore: prepare for release 3.13.0 (#398)
1 parent 708ecbf commit d45f70e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.13.0
4+
January 11th, 2022
5+
6+
### New Features
7+
8+
This release updates the SDK to use the Optimizely [Java SDK 3.10.0](https://github.com/optimizely/java-sdk/releases/tag/3.10.0) which includes the following:
9+
10+
* Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the OptimizelyUserContext interface.
11+
- setForcedDecision
12+
- getForcedDecision
13+
- removeForcedDecision
14+
- removeAllForcedDecisions
15+
16+
- For details, refer to our documentation pages: [OptimizelyUserContext](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyusercontext-android) and [Forced Decision methods](https://docs.developers.optimizely.com/full-stack/v4.0/docs/forced-decision-methods-android).
17+
18+
### Bug Fixes
19+
* Unschedule background polling worker when interval is not set. This fixes the bug that a polling worker scheduled before is not disabled when Optimizely is initialized again with polling disabled. ([#397](https://github.com/optimizely/android-sdk/pull/397)).
20+
21+
322
## 3.12.0
423
December 9th, 2021
524

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838
3939
dependencies {
40-
implementation 'com.optimizely.ab:android-sdk:3.12.0'
40+
implementation 'com.optimizely.ab:android-sdk:3.13.0'
4141
}
4242
```
4343

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ext {
6363
build_tools_version = "29.0.3"
6464
min_sdk_version = 14
6565
target_sdk_version = 29
66-
java_core_ver = "3.9.0"
66+
java_core_ver = "3.10.0"
6767
android_logger_ver = "1.3.6"
6868
jacksonversion= "2.11.2"
6969
annotations_ver = "1.0.0"

0 commit comments

Comments
 (0)