File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.8.4 " ,
2+ "providers/flagd" : " 0.8.5 " ,
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.5] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.4...dev.openfeature.contrib.providers.flagd-v0.8.5 ) (2024-08-04)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency com.networknt: json-schema-validator to v1.5.1 ([ #891 ] ( https://github.com/open-feature/java-sdk-contrib/issues/891 ) ) ([ 353f77b] ( https://github.com/open-feature/java-sdk-contrib/commit/353f77b24349a90e34b1823a60464e6369995c87 ) )
9+ * ** deps:** update dependency commons-codec: commons-codec to v1.17.1 ([ #881 ] ( https://github.com/open-feature/java-sdk-contrib/issues/881 ) ) ([ ee8273e] ( https://github.com/open-feature/java-sdk-contrib/commit/ee8273e3bcea0b2d0dcfa6d58bd68b68edb551e6 ) )
10+ * ** deps:** update dependency io.netty: netty-transport-native-epoll to v4.1.112.final ([ #886 ] ( https://github.com/open-feature/java-sdk-contrib/issues/886 ) ) ([ 1c6c890] ( https://github.com/open-feature/java-sdk-contrib/commit/1c6c890a83fec49394a3a44c82ef75f80613e586 ) )
11+ * ** deps:** update grpc-java monorepo to v1.65.1 ([ #878 ] ( https://github.com/open-feature/java-sdk-contrib/issues/878 ) ) ([ d307cc2] ( https://github.com/open-feature/java-sdk-contrib/commit/d307cc25ff042c084529655f4ebd953d2fa91b5c ) )
12+
13+
14+ ### 🧹 Chore
15+
16+ * ** deps:** update testcontainers-java monorepo to v1.20.0 ([ #882 ] ( https://github.com/open-feature/java-sdk-contrib/issues/882 ) ) ([ 2861e4b] ( https://github.com/open-feature/java-sdk-contrib/commit/2861e4b5195c3a626bced6b393e714e21c8144e9 ) )
17+ * ** deps:** update testcontainers-java monorepo to v1.20.1 ([ #897 ] ( https://github.com/open-feature/java-sdk-contrib/issues/897 ) ) ([ 6f76193] ( https://github.com/open-feature/java-sdk-contrib/commit/6f76193bf34c3230945a6c0bb8cc0f818664af5b ) )
18+
319## [ 0.8.4] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.3...dev.openfeature.contrib.providers.flagd-v0.8.4 ) (2024-07-08)
420
521
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.4 </version >
11+ <version >0.8.5 </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.4 </version > <!-- x-release-please-version -->
13+ <version >0.8.5 </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.4
1+ 0.8.5
You can’t perform that action at this time.
0 commit comments