File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.8.9 " ,
2+ "providers/flagd" : " 0.8.10 " ,
33 "hooks/open-telemetry" : " 3.1.2" ,
44 "providers/go-feature-flag" : " 0.2.23" ,
55 "providers/flagsmith" : " 0.0.9" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.10] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.9...dev.openfeature.contrib.providers.flagd-v0.8.10 ) (2024-09-20)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency com.networknt: json-schema-validator to v1.5.2 ([ #958 ] ( https://github.com/open-feature/java-sdk-contrib/issues/958 ) ) ([ da10fe8] ( https://github.com/open-feature/java-sdk-contrib/commit/da10fe856b53ac3bdf284a194e011895f397bec3 ) )
9+ * ** deps:** update grpc-java monorepo to v1.68.0 ([ #962 ] ( https://github.com/open-feature/java-sdk-contrib/issues/962 ) ) ([ 96a78bd] ( https://github.com/open-feature/java-sdk-contrib/commit/96a78bdf3a01445eb41d4496f51660666281668a ) )
10+
311## [ 0.8.9] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.8...dev.openfeature.contrib.providers.flagd-v0.8.9 ) (2024-09-17)
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.8.9 </version >
11+ <version >0.8.10 </version >
1212</dependency >
1313```
1414<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >flagd</artifactId >
13- <version >0.8.9 </version > <!-- x-release-please-version -->
13+ <version >0.8.10 </version > <!-- x-release-please-version -->
1414
1515 <properties >
1616 <!-- exclusion expression for e2e tests -->
Original file line number Diff line number Diff line change 1- 0.8.9
1+ 0.8.10
You can’t perform that action at this time.
0 commit comments