File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.5.9 " ,
2+ "providers/flagd" : " 0.5.10 " ,
33 "hooks/open-telemetry" : " 1.0.2" ,
44 "providers/go-feature-flag" : " 0.2.6" ,
55 "providers/flagsmith" : " 0.0.4" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.10] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.9...dev.openfeature.contrib.providers.flagd-v0.5.10 ) (2023-05-09)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update dependency io.grpc: grpc-netty to v1.55.1 ([ #308 ] ( https://github.com/open-feature/java-sdk-contrib/issues/308 ) ) ([ 5c64de5] ( https://github.com/open-feature/java-sdk-contrib/commit/5c64de5959ff872a3958da8896b7881b60788d34 ) )
9+ * ** deps:** update dependency io.grpc: grpc-protobuf to v1.55.1 ([ #309 ] ( https://github.com/open-feature/java-sdk-contrib/issues/309 ) ) ([ 537307e] ( https://github.com/open-feature/java-sdk-contrib/commit/537307e65666c6dfb91a715722ba913268f847cd ) )
10+ * ** deps:** update dependency io.grpc: grpc-stub to v1.55.1 ([ #310 ] ( https://github.com/open-feature/java-sdk-contrib/issues/310 ) ) ([ b16dcd5] ( https://github.com/open-feature/java-sdk-contrib/commit/b16dcd55077961f53ee59c28f1c6d430f15bdf43 ) )
11+ * ** deps:** update dependency io.opentelemetry: opentelemetry-api to v1.26.0 ([ #302 ] ( https://github.com/open-feature/java-sdk-contrib/issues/302 ) ) ([ 021f048] ( https://github.com/open-feature/java-sdk-contrib/commit/021f0483ea0606b5298e8822ac5b8ad656338fcf ) )
12+
313## [ 0.5.9] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.8...dev.openfeature.contrib.providers.flagd-v0.5.9 ) (2023-05-01)
414
515### Deprecated :warning :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A feature flag daemon with a Unix philosophy.
1010<dependency >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >flagd</artifactId >
13- <version >0.5.9 </version >
13+ <version >0.5.10 </version >
1414</dependency >
1515```
1616<!-- 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.5.9 </version > <!-- x-release-please-version -->
13+ <version >0.5.10 </version > <!-- x-release-please-version -->
1414
1515 <name >flagd</name >
1616 <description >FlagD provider for Java</description >
Original file line number Diff line number Diff line change 1- 0.5.9
1+ 0.5.10
You can’t perform that action at this time.
0 commit comments