From 9736b59fb63b419e37b3335c589055bbecde462d Mon Sep 17 00:00:00 2001 From: Jae Kim Date: Fri, 10 Mar 2023 13:55:53 -0800 Subject: [PATCH 1/2] prepare for release 3.10.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b9c6cf0..dde71fb53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Optimizely Java X SDK Changelog +## [3.10.3] +March 10th, 2023 + +We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack ([#506](https://github.com/optimizely/java-sdk/pull/506)). + +### Fixes + +- For some audience condition matchers (semantic-version, le, or ge), SDK logs WARNING messages when the attribute value is missing. This is fixed down to the DEBUG level to be consistent with other condition matchers ([#463](https://github.com/optimizely/java-sdk/pull/463)). +- Add an option to specify the client-engine version (android-sdk, etc) in the Optimizely builder ([#466](https://github.com/optimizely/java-sdk/pull/466)). + ## [3.10.2] March 17th, 2022 From 67c7e83b107a8decf8af9f1d1fe9e489057185e3 Mon Sep 17 00:00:00 2001 From: Jae Kim Date: Fri, 10 Mar 2023 13:58:44 -0800 Subject: [PATCH 2/2] clean up --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dde71fb53..2fab5c6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,8 @@ ## [3.10.3] March 10th, 2023 -We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack ([#506](https://github.com/optimizely/java-sdk/pull/506)). - ### Fixes - -- For some audience condition matchers (semantic-version, le, or ge), SDK logs WARNING messages when the attribute value is missing. This is fixed down to the DEBUG level to be consistent with other condition matchers ([#463](https://github.com/optimizely/java-sdk/pull/463)). -- Add an option to specify the client-engine version (android-sdk, etc) in the Optimizely builder ([#466](https://github.com/optimizely/java-sdk/pull/466)). +We updated our README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack ([#506](https://github.com/optimizely/java-sdk/pull/506)). ## [3.10.2] March 17th, 2022