File tree Expand file tree Collapse file tree 7 files changed +26
-7
lines changed
src/main/java/com/spotify/confidence Expand file tree Collapse file tree 7 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.1.6 " }
1+ {"." :" 0.1.7 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.7] ( https://github.com/spotify/confidence-sdk-java/compare/v0.1.6...v0.1.7 ) (2025-04-17)
4+
5+
6+ ### ✨ New Features
7+
8+ * allow configuring grpc deadline ([ #178 ] ( https://github.com/spotify/confidence-sdk-java/issues/178 ) ) ([ 4a7ce14] ( https://github.com/spotify/confidence-sdk-java/commit/4a7ce1485169100226bea6849dc6f459f007f6d5 ) )
9+ * allow setting deadline ([ 4a7ce14] ( https://github.com/spotify/confidence-sdk-java/commit/4a7ce1485169100226bea6849dc6f459f007f6d5 ) )
10+
11+
12+ ### 🧹 Chore
13+
14+ * correct the app version ([ #180 ] ( https://github.com/spotify/confidence-sdk-java/issues/180 ) ) ([ 14cf469] ( https://github.com/spotify/confidence-sdk-java/commit/14cf46942d2b59b82136411956111e11094332d1 ) )
15+ * ** main:** release 0.1.7-SNAPSHOT ([ #175 ] ( https://github.com/spotify/confidence-sdk-java/issues/175 ) ) ([ f504f64] ( https://github.com/spotify/confidence-sdk-java/commit/f504f649ccc41b14b592059453cb679f7c50eb21 ) )
16+
17+
18+ ### 🔄 Refactoring
19+
20+ * hard coded version string updated by release-please ([ #162 ] ( https://github.com/spotify/confidence-sdk-java/issues/162 ) ) ([ 33886c6] ( https://github.com/spotify/confidence-sdk-java/commit/33886c6afd2d9d18566dc8e026a3662d06a627bf ) )
21+
322## [ 0.1.6] ( https://github.com/spotify/confidence-sdk-java/compare/v0.1.5...v0.1.6 ) (2025-04-01)
423
524
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/). This library is
1111<dependency >
1212 <groupId >com.spotify.confidence</groupId >
1313 <artifactId >sdk-java</artifactId >
14- <version >0.1.7-SNAPSHOT </version >
14+ <version >0.1.7</version >
1515</dependency >
1616```
1717<!-- -x-release-please-end-->
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.spotify.confidence</groupId >
66 <artifactId >confidence-sdk-java</artifactId >
7- <version >0.1.7-SNAPSHOT </version >
7+ <version >0.1.7</version >
88 </parent >
99
1010 <artifactId >openfeature-provider</artifactId >
1414 <dependency >
1515 <groupId >com.spotify.confidence</groupId >
1616 <artifactId >sdk-java</artifactId >
17- <version >0.1.7-SNAPSHOT </version >
17+ <version >0.1.7</version >
1818 </dependency >
1919 <!-- -x-release-please-end-->
2020 <dependency >
Original file line number Diff line number Diff line change 2020
2121 <groupId >com.spotify.confidence</groupId >
2222 <artifactId >confidence-sdk-java</artifactId >
23- <version >0.1.7-SNAPSHOT </version >
23+ <version >0.1.7</version >
2424
2525 <url >https://github.com/spotify/confidence-sdk-java</url >
2626 <description >Confidence SDK for Java</description >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.spotify.confidence</groupId >
66 <artifactId >confidence-sdk-java</artifactId >
7- <version >0.1.7-SNAPSHOT </version >
7+ <version >0.1.7</version >
88 </parent >
99
1010 <artifactId >sdk-java</artifactId >
Original file line number Diff line number Diff line change @@ -85,6 +85,6 @@ public static FlagPath getPath(String str) throws IllegalValuePath {
8585 }
8686
8787 static String getSdkVersion () {
88- return "0.1.7-SNAPSHOT " ; // x-release-please-version
88+ return "0.1.7" ; // x-release-please-version
8989 }
9090}
You can’t perform that action at this time.
0 commit comments