File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.11.10 " ,
2+ "providers/flagd" : " 0.11.11 " ,
33 "hooks/open-telemetry" : " 3.2.1" ,
44 "providers/go-feature-flag" : " 0.4.3" ,
55 "providers/flagsmith" : " 0.0.10" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.11] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.10...dev.openfeature.contrib.providers.flagd-v0.11.11 ) (2025-06-25)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency io.github.jamsesso: json-logic-java to v1.1.0 ([ #1373 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1373 ) ) ([ f4c9e0c] ( https://github.com/open-feature/java-sdk-contrib/commit/f4c9e0c87ad40244bea635856b1fe675e95a7b79 ) )
9+ * ** deps:** update dependency org.semver4j: semver4j to v5.8.0 ([ #1435 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1435 ) ) ([ 525c72a] ( https://github.com/open-feature/java-sdk-contrib/commit/525c72a80b07d41e383d3bd7b3b55ec5fb7f9c4e ) )
10+ * remove redundant metadata error logs within grace period ([ #1441 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1441 ) ) ([ 7e87be3] ( https://github.com/open-feature/java-sdk-contrib/commit/7e87be34c6a322a01828e9f2cf3615de545be18b ) )
11+
12+
13+ ### 🧹 Chore
14+
15+ * ** deps:** update dependency com.github.spotbugs: spotbugs-maven-plugin to v4.9.3.1 ([ #1440 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1440 ) ) ([ f183544] ( https://github.com/open-feature/java-sdk-contrib/commit/f1835441fdcb2f1a767ce7d51d008962f5feae9e ) )
16+ * ** deps:** update dependency org.junit.jupiter: junit-jupiter to v5.13.2 ([ #1436 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1436 ) ) ([ 03b68fc] ( https://github.com/open-feature/java-sdk-contrib/commit/03b68fcb2245cdf946ed3cc8ac300e60660ac27b ) )
17+ * ** deps:** update providers/flagd/spec digest to 1965aae ([ #1434 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1434 ) ) ([ dd127c2] ( https://github.com/open-feature/java-sdk-contrib/commit/dd127c2288b0cf6a403e000e41025ed405b2d295 ) )
18+ * ** deps:** update testcontainers-java monorepo to v1.21.2 ([ #1430 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1430 ) ) ([ 46eed68] ( https://github.com/open-feature/java-sdk-contrib/commit/46eed68301c480a2b5dda969747115051a3fe0e9 ) )
19+
320## [ 0.11.10] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.9...dev.openfeature.contrib.providers.flagd-v0.11.10 ) (2025-06-18)
421
522
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
88<dependency >
99 <groupId >dev.openfeature.contrib.providers</groupId >
1010 <artifactId >flagd</artifactId >
11- <version >0.11.10 </version >
11+ <version >0.11.11 </version >
1212</dependency >
1313```
1414<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 1111 </parent >
1212 <groupId >dev.openfeature.contrib.providers</groupId >
1313 <artifactId >flagd</artifactId >
14- <version >0.11.10 </version > <!-- x-release-please-version -->
14+ <version >0.11.11 </version > <!-- x-release-please-version -->
1515
1616 <properties >
1717 <!-- exclusion expression for e2e tests -->
Original file line number Diff line number Diff line change 1- 0.11.10
1+ 0.11.11
You can’t perform that action at this time.
0 commit comments