Skip to content

Commit 895e799

Browse files
chore(main): release 0.7.0
1 parent 808aaad commit 895e799

File tree

7 files changed

+26
-13
lines changed

7 files changed

+26
-13
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/spotify/confidence-sdk-java/compare/v0.6.4...v0.7.0) (2025-10-22)
4+
5+
6+
### Features
7+
8+
* Local resolve uses new state url endpoint ([#306](https://github.com/spotify/confidence-sdk-java/issues/306)) ([8807e2a](https://github.com/spotify/confidence-sdk-java/commit/8807e2ae5b0bf3df72207d60b3443cbb3ffa5b75))
9+
* Remove Java-based Local OpenFeature Provider ([#314](https://github.com/spotify/confidence-sdk-java/issues/314)) ([938c40a](https://github.com/spotify/confidence-sdk-java/commit/938c40ad2c24295b893e4aaf996b752a2fcf1246))
10+
11+
12+
### Bug Fixes
13+
14+
* replace insteance on panic, add tests ([#315](https://github.com/spotify/confidence-sdk-java/issues/315)) ([bc67f93](https://github.com/spotify/confidence-sdk-java/commit/bc67f93c6a3acac03b4e625e13780ce5f771ce0c))
15+
316
## [0.6.4](https://github.com/spotify/confidence-sdk-java/compare/v0.6.3...v0.6.4) (2025-10-13)
417

518

confidence-proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify.confidence</groupId>
77
<artifactId>confidence-sdk-java</artifactId>
8-
<version>0.6.5-SNAPSHOT</version>
8+
<version>0.7.0</version>
99
</parent>
1010
<!---x-release-please-end-->
1111

openfeature-provider-shared/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify.confidence</groupId>
77
<artifactId>confidence-sdk-java</artifactId>
8-
<version>0.6.5-SNAPSHOT</version>
8+
<version>0.7.0</version>
99
</parent>
1010
<!---x-release-please-end-->
1111
<artifactId>openfeature-provider-shared</artifactId>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.spotify.confidence</groupId>
7272
<artifactId>confidence-proto</artifactId>
73-
<version>0.6.5-SNAPSHOT</version>
73+
<version>0.7.0</version>
7474
</dependency>
7575
<!---x-release-please-end-->
7676

openfeature-provider/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify.confidence</groupId>
77
<artifactId>confidence-sdk-java</artifactId>
8-
<version>0.6.5-SNAPSHOT</version>
8+
<version>0.7.0</version>
99
</parent>
1010
<!---x-release-please-end-->
1111
<artifactId>openfeature-provider</artifactId>
@@ -71,24 +71,24 @@
7171
<dependency>
7272
<groupId>com.spotify.confidence</groupId>
7373
<artifactId>sdk-java</artifactId>
74-
<version>0.6.5-SNAPSHOT</version>
74+
<version>0.7.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.spotify.confidence</groupId>
7878
<artifactId>sdk-java</artifactId>
79-
<version>0.6.5-SNAPSHOT</version>
79+
<version>0.7.0</version>
8080
<type>test-jar</type>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.spotify.confidence</groupId>
8585
<artifactId>openfeature-provider-shared</artifactId>
86-
<version>0.6.5-SNAPSHOT</version>
86+
<version>0.7.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.spotify.confidence</groupId>
9090
<artifactId>confidence-proto</artifactId>
91-
<version>0.6.5-SNAPSHOT</version>
91+
<version>0.7.0</version>
9292
</dependency>
9393
<!---x-release-please-end-->
9494

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- x-release-please-start-version -->
2424
<groupId>com.spotify.confidence</groupId>
2525
<artifactId>confidence-sdk-java</artifactId>
26-
<version>0.6.5-SNAPSHOT</version>
26+
<version>0.7.0</version>
2727
<!---x-release-please-end-->
2828
<url>https://github.com/spotify/confidence-sdk-java</url>
2929
<description>Confidence SDK for Java</description>

sdk-java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.spotify.confidence</groupId>
77
<artifactId>confidence-sdk-java</artifactId>
8-
<version>0.6.5-SNAPSHOT</version>
8+
<version>0.7.0</version>
99
</parent>
1010
<!---x-release-please-end-->
1111
<artifactId>sdk-java</artifactId>
@@ -71,12 +71,12 @@
7171
<dependency>
7272
<groupId>com.spotify.confidence</groupId>
7373
<artifactId>openfeature-provider-shared</artifactId>
74-
<version>0.6.5-SNAPSHOT</version>
74+
<version>0.7.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.spotify.confidence</groupId>
7878
<artifactId>confidence-proto</artifactId>
79-
<version>0.6.5-SNAPSHOT</version>
79+
<version>0.7.0</version>
8080
</dependency>
8181
<!---x-release-please-end-->
8282

0 commit comments

Comments
 (0)