File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.8.6 " ,
2+ "providers/flagd" : " 0.8.7 " ,
33 "hooks/open-telemetry" : " 3.1.2" ,
44 "providers/go-feature-flag" : " 0.2.23" ,
55 "providers/flagsmith" : " 0.0.8" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.7] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.6...dev.openfeature.contrib.providers.flagd-v0.8.7 ) (2024-08-29)
4+
5+
6+ ### ✨ New Features
7+
8+ * add gRPC keepalive ([ #930 ] ( https://github.com/open-feature/java-sdk-contrib/issues/930 ) ) ([ 6833433] ( https://github.com/open-feature/java-sdk-contrib/commit/6833433fcd2334c3df0cb30efedaba2f2984062d ) )
9+
310## [ 0.8.6] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.5...dev.openfeature.contrib.providers.flagd-v0.8.6 ) (2024-08-27)
411
512
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.6 </version >
11+ <version >0.8.7 </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.6 </version > <!-- x-release-please-version -->
13+ <version >0.8.7 </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.6
1+ 0.8.7
You can’t perform that action at this time.
0 commit comments