From cd516ca2df0cf42431d0a73b62761b971190e343 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:23:01 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++ README.md | 4 ++-- build.gradle.kts | 2 +- 4 files changed, 47 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5c077ca..305c1509 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.7"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2e5796..9db797c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ # Changelog +## [0.2.0](https://github.com/spotify/confidence-sdk-android/compare/0.1.7...0.2.0) (2024-05-07) + + +### ⚠ BREAKING CHANGES + +* split the confidence module to a new module ([#136](https://github.com/spotify/confidence-sdk-android/issues/136)) +* Total Confidence - Eventsender ([#124](https://github.com/spotify/confidence-sdk-android/issues/124)) + +### 🐛 Bug Fixes + +* change STALE reason in case of context change ([#123](https://github.com/spotify/confidence-sdk-android/issues/123)) ([fae882f](https://github.com/spotify/confidence-sdk-android/commit/fae882f433fd451ba889ea0e570c449d7c60fb67)) +* ConfidenceValue.List can only contain single type [#129](https://github.com/spotify/confidence-sdk-android/issues/129) ([c532f9f](https://github.com/spotify/confidence-sdk-android/commit/c532f9f0ce6dac00d224e91c44b22ccec43e8c9d)) +* Merge context and message together ([#137](https://github.com/spotify/confidence-sdk-android/issues/137)) ([2fc83b2](https://github.com/spotify/confidence-sdk-android/commit/2fc83b2852c4f7a6f6bd89cab5df4c08f6b39e75)) +* Release please increase depth ([#141](https://github.com/spotify/confidence-sdk-android/issues/141)) ([e0e1676](https://github.com/spotify/confidence-sdk-android/commit/e0e1676bee2a2d01918a0f9f33f1bed27a8e55f3)) +* Remove extra files in rel-pls ([#140](https://github.com/spotify/confidence-sdk-android/issues/140)) ([d2d54e8](https://github.com/spotify/confidence-sdk-android/commit/d2d54e808f52b305eba05b89f76386fa6fba39ff)) +* Remove STALE event ([#122](https://github.com/spotify/confidence-sdk-android/issues/122)) ([019dbfc](https://github.com/spotify/confidence-sdk-android/commit/019dbfc57a09dcd98134ce54247409a3e7b8127d)) +* Update release-please-config.json ([#139](https://github.com/spotify/confidence-sdk-android/issues/139)) ([9da8d7e](https://github.com/spotify/confidence-sdk-android/commit/9da8d7e3c3e9e35c3672ad2ca1d2d2726a29e542)) +* use the local DateSerializer ([#127](https://github.com/spotify/confidence-sdk-android/issues/127)) ([d300b98](https://github.com/spotify/confidence-sdk-android/commit/d300b98c84cb11c1b0b7139a48bd7adb61f3ed40)) + + +### ✨ New Features + +* include persistent visitor id in context ([#130](https://github.com/spotify/confidence-sdk-android/issues/130)) ([5d4ff21](https://github.com/spotify/confidence-sdk-android/commit/5d4ff2114c84c21f9a7096217bf2ebce096c7061)) +* listen for changes in the provider for the context changes ([#133](https://github.com/spotify/confidence-sdk-android/issues/133)) ([2fca516](https://github.com/spotify/confidence-sdk-android/commit/2fca5161d39cb75cdc4489e77812f6e5e4c04368)) +* Stale return value instead of default ([#132](https://github.com/spotify/confidence-sdk-android/issues/132)) ([611200c](https://github.com/spotify/confidence-sdk-android/commit/611200c33b4d7f701a19d509d26c4cd0668e56e0)) +* Total Confidence - Eventsender ([#124](https://github.com/spotify/confidence-sdk-android/issues/124)) ([5f1164c](https://github.com/spotify/confidence-sdk-android/commit/5f1164c85b20737453b0d893812105e3d29e447e)) +* Track app lifecycle, track activities lifecycle, track deeplink, track install/update ([#131](https://github.com/spotify/confidence-sdk-android/issues/131)) ([8de5d54](https://github.com/spotify/confidence-sdk-android/commit/8de5d54135aad33158a212011956148ba8b94202)) + + +### 📚 Documentation + +* Add apply note to readme ([#125](https://github.com/spotify/confidence-sdk-android/issues/125)) ([2bc0bae](https://github.com/spotify/confidence-sdk-android/commit/2bc0bae4c2b6b1919a8029e9f60235a3dd382461)) +* Add documentation about `apply` ([#119](https://github.com/spotify/confidence-sdk-android/issues/119)) ([5973467](https://github.com/spotify/confidence-sdk-android/commit/597346777b7534986c7c99ccb669d08688117397)) +* Add documentation about apply ([5973467](https://github.com/spotify/confidence-sdk-android/commit/597346777b7534986c7c99ccb669d08688117397)) + + +### 🔄 Refactoring + +* Add `message` container to `payload` ([#134](https://github.com/spotify/confidence-sdk-android/issues/134)) ([7ba3954](https://github.com/spotify/confidence-sdk-android/commit/7ba39541d003dd985209a35908351d074adbf4ea)) +* rename repository ([#138](https://github.com/spotify/confidence-sdk-android/issues/138)) ([f9cd491](https://github.com/spotify/confidence-sdk-android/commit/f9cd491a74360e41719148d5c65f39dd3c6ff2dc)) +* send to track rename ([#135](https://github.com/spotify/confidence-sdk-android/issues/135)) ([a90639d](https://github.com/spotify/confidence-sdk-android/commit/a90639d8d7f7718c1329dbb4489986df9895efcd)) +* split the confidence module to a new module ([#136](https://github.com/spotify/confidence-sdk-android/issues/136)) ([ebe2733](https://github.com/spotify/confidence-sdk-android/commit/ebe27338366c56878ffced17d59b2e74360e0873)) + ## [0.1.7](https://github.com/spotify/confidence-openfeature-provider-kotlin/compare/0.1.6...0.1.7) (2024-01-16) diff --git a/README.md b/README.md index 3b19132c..1e9ae97a 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ The latest release of the Provider is available on Maven central. Add the following dependency to your gradle file: ``` -implementation("com.spotify.confidence:openfeature-provider-android:0.1.7") +implementation("com.spotify.confidence:openfeature-provider-android:0.2.0") ``` -Where `0.1.7` is the most recent version of this SDK. Released versions can be found under "Releases" within this repository. +Where `0.2.0` is the most recent version of this SDK. Released versions can be found under "Releases" within this repository. ### Enabling the provider, setting the evaluation context and resolving flags diff --git a/build.gradle.kts b/build.gradle.kts index 3aeef91b..4b2bae19 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { allprojects { extra["groupId"] = "com.spotify.confidence" // x-release-please-start-version - ext["version"] = "0.1.7" + ext["version"] = "0.2.0" // x-release-please-end } group = project.extra["groupId"].toString()