Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.6.4"}
{".":"0.7.0"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.7.0](https://github.com/spotify/confidence-sdk-java/compare/v0.6.4...v0.7.0) (2025-10-15)


### Features

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


### Bug Fixes

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

## [0.6.4](https://github.com/spotify/confidence-sdk-java/compare/v0.6.3...v0.6.4) (2025-10-13)


Expand Down
2 changes: 1 addition & 1 deletion confidence-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<!---x-release-please-end-->

Expand Down
6 changes: 3 additions & 3 deletions openfeature-provider-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<!---x-release-please-end-->

Expand All @@ -28,12 +28,12 @@
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-proto</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>openfeature-provider-shared</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<!---x-release-please-end-->

Expand Down
4 changes: 2 additions & 2 deletions openfeature-provider-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<!---x-release-please-end-->
<artifactId>openfeature-provider-shared</artifactId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-proto</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<!---x-release-please-end-->

Expand Down
10 changes: 5 additions & 5 deletions openfeature-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<!---x-release-please-end-->
<artifactId>openfeature-provider</artifactId>
Expand Down Expand Up @@ -71,24 +71,24 @@
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>openfeature-provider-shared</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-proto</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<!---x-release-please-end-->

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- x-release-please-start-version -->
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
<!---x-release-please-end-->
<url>https://github.com/spotify/confidence-sdk-java</url>
<description>Confidence SDK for Java</description>
Expand Down
6 changes: 3 additions & 3 deletions sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</parent>
<!---x-release-please-end-->
<artifactId>sdk-java</artifactId>
Expand Down Expand Up @@ -71,12 +71,12 @@
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>openfeature-provider-shared</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-proto</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.7.0</version>
</dependency>
<!---x-release-please-end-->

Expand Down