Skip to content

Commit 9776a84

Browse files
chore(main): release 0.4.0 (#189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 780feb1 commit 9776a84

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.6"}
1+
{".":"0.4.0"}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/spotify/confidence-sdk-android/compare/0.3.6...0.4.0) (2025-02-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* refactor context provider ([#191](https://github.com/spotify/confidence-sdk-android/issues/191))
9+
10+
### 🐛 Bug Fixes
11+
12+
* add additional logging to detect network issues ([#193](https://github.com/spotify/confidence-sdk-android/issues/193)) ([780feb1](https://github.com/spotify/confidence-sdk-android/commit/780feb184ff8ee0c93b1c5e4ab8a7f6e3a7669e5))
13+
* align debug resolve log wording on all platforms ([a2b10f1](https://github.com/spotify/confidence-sdk-android/commit/a2b10f1bfb948b37425f8c30c5e9445c0671d83d))
14+
* Align debug resolve log wording on all platforms ([#188](https://github.com/spotify/confidence-sdk-android/issues/188)) ([a2b10f1](https://github.com/spotify/confidence-sdk-android/commit/a2b10f1bfb948b37425f8c30c5e9445c0671d83d))
15+
* close leaking okhttp response body ([#196](https://github.com/spotify/confidence-sdk-android/issues/196)) ([5a14feb](https://github.com/spotify/confidence-sdk-android/commit/5a14feb9d79df41330af8ae237ab26657c9edaef))
16+
17+
18+
### ✨ New Features
19+
20+
* add shouldApply to the apply call to depend on backend ([#192](https://github.com/spotify/confidence-sdk-android/issues/192)) ([70598bd](https://github.com/spotify/confidence-sdk-android/commit/70598bd3d3adc1dd9d36155653a0d7f64c26ddfa))
21+
* **Provider:** Add support for Tracking from OpenFeature ([#190](https://github.com/spotify/confidence-sdk-android/issues/190)) ([97c763c](https://github.com/spotify/confidence-sdk-android/commit/97c763c6bd2f07249a808d44cdbba63cba58fc2e))
22+
* refactor context provider ([#191](https://github.com/spotify/confidence-sdk-android/issues/191)) ([37c243e](https://github.com/spotify/confidence-sdk-android/commit/37c243e1cc8c02ee06c09a018d6211fb778a2fdf))
23+
24+
25+
### 🧹 Chore
26+
27+
* update OF version ([#195](https://github.com/spotify/confidence-sdk-android/issues/195)) ([56852a9](https://github.com/spotify/confidence-sdk-android/commit/56852a984d8ef032a96762b66ef15890bfb367e5))
28+
329
## [0.3.6](https://github.com/spotify/confidence-sdk-android/compare/0.3.5...0.3.6) (2024-11-29)
430

531

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ The latest release of the SDK is available on Maven central.
2626
<!---x-release-please-start-version-->
2727
Add the following dependency to your gradle file to use it:
2828
```
29-
implementation("com.spotify.confidence:confidence-sdk-android:0.3.6")
29+
implementation("com.spotify.confidence:confidence-sdk-android:0.4.0")
3030
```
3131

32-
Where `0.3.6` is the most recent version of this SDK.
32+
Where `0.4.0` is the most recent version of this SDK.
3333

3434
Released versions can be found under "Releases" within this repository.
3535
<!---x-release-please-end-->
@@ -127,10 +127,10 @@ The latest release of the Provider is available on Maven central.
127127
<!---x-release-please-start-version-->
128128
Add the following dependency to your gradle file:
129129
```
130-
implementation("com.spotify.confidence:openfeature-provider-android:0.3.6")
130+
implementation("com.spotify.confidence:openfeature-provider-android:0.4.0")
131131
```
132132

133-
Where `0.3.6` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
133+
Where `0.4.0` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
134134
<!---x-release-please-end-->
135135

136136

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
allprojects {
1414
extra["groupId"] = "com.spotify.confidence"
1515
// x-release-please-start-version
16-
ext["version"] = "0.3.6"
16+
ext["version"] = "0.4.0"
1717
// x-release-please-end
1818
}
1919
group = project.extra["groupId"].toString()

0 commit comments

Comments
 (0)