File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.11.11" ,
2+ "hooks/open-telemetry" : " 3.2.1" ,
3+ "providers/flagd" : " 0.11.12" ,
34 "hooks/open-telemetry" : " 3.3.0" ,
45 "providers/go-feature-flag" : " 0.4.3" ,
56 "providers/flagsmith" : " 0.0.11" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.12] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.11...dev.openfeature.contrib.providers.flagd-v0.11.12 ) (2025-07-08)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency com.networknt: json-schema-validator to v1.5.8 ([ #1447 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1447 ) ) ([ 1fd425b] ( https://github.com/open-feature/java-sdk-contrib/commit/1fd425bba5eef44c4bde2e8546a2c0c094960dd3 ) )
9+ * ** deps:** update junit-framework monorepo to v5.13.3 ([ #1461 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1461 ) ) ([ 1aae615] ( https://github.com/open-feature/java-sdk-contrib/commit/1aae615131dc41106e75a915e3f2e8e2d31a96c4 ) )
10+
311## [ 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)
412
513
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.11 </version >
11+ <version >0.11.12 </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.11 </version > <!-- x-release-please-version -->
14+ <version >0.11.12 </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.11
1+ 0.11.12
You can’t perform that action at this time.
0 commit comments