Skip to content

Commit

Permalink
chore: prepare for release 3.13.0 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeopt authored Jan 11, 2022
1 parent 708ecbf commit d45f70e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Optimizely Android X SDK Changelog

## 3.13.0
January 11th, 2022

### New Features

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:

* 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.
- setForcedDecision
- getForcedDecision
- removeForcedDecision
- removeAllForcedDecisions

- 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).

### Bug Fixes
* 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)).


## 3.12.0
December 9th, 2021

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}
dependencies {
implementation 'com.optimizely.ab:android-sdk:3.12.0'
implementation 'com.optimizely.ab:android-sdk:3.13.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ext {
build_tools_version = "29.0.3"
min_sdk_version = 14
target_sdk_version = 29
java_core_ver = "3.9.0"
java_core_ver = "3.10.0"
android_logger_ver = "1.3.6"
jacksonversion= "2.11.2"
annotations_ver = "1.0.0"
Expand Down

0 comments on commit d45f70e

Please sign in to comment.