File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.6.9 " ,
2+ "providers/flagd" : " 0.6.10 " ,
33 "hooks/open-telemetry" : " 3.1.1" ,
44 "providers/go-feature-flag" : " 0.2.18" ,
55 "providers/flagsmith" : " 0.0.8" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.10] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.9...dev.openfeature.contrib.providers.flagd-v0.6.10 ) (2024-01-25)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency com.networknt: json-schema-validator to v1.2.0 ([ #643 ] ( https://github.com/open-feature/java-sdk-contrib/issues/643 ) ) ([ 858d1f6] ( https://github.com/open-feature/java-sdk-contrib/commit/858d1f660b13b1997ceca54f653923aaa11ea961 ) )
9+ * ** deps:** update dependency io.netty: netty-transport-native-epoll to v4.1.105.final ([ #634 ] ( https://github.com/open-feature/java-sdk-contrib/issues/634 ) ) ([ 4f6c150] ( https://github.com/open-feature/java-sdk-contrib/commit/4f6c15025e2b7fffbcf0a63f81d43f20628f0b4d ) )
10+ * ** deps:** update dependency io.netty: netty-transport-native-epoll to v4.1.106.final ([ #642 ] ( https://github.com/open-feature/java-sdk-contrib/issues/642 ) ) ([ 2755b68] ( https://github.com/open-feature/java-sdk-contrib/commit/2755b68d2cfd39110ae32bcc41be1d700dbdb85e ) )
11+ * ** deps:** update dependency io.opentelemetry: opentelemetry-api to v1.34.1 ([ #626 ] ( https://github.com/open-feature/java-sdk-contrib/issues/626 ) ) ([ 220be29] ( https://github.com/open-feature/java-sdk-contrib/commit/220be295ad32f89a8da241bfca71efcef876350f ) )
12+ * ** deps:** update io.grpc.version to v1.61.0 ([ #628 ] ( https://github.com/open-feature/java-sdk-contrib/issues/628 ) ) ([ 29c9854] ( https://github.com/open-feature/java-sdk-contrib/commit/29c9854d5ae58883cd2d169b01fc99f80dd30694 ) )
13+
14+
15+ ### ✨ New Features
16+
17+ * flagd add scope to in-process evaluations ([ #637 ] ( https://github.com/open-feature/java-sdk-contrib/issues/637 ) ) ([ b3873ae] ( https://github.com/open-feature/java-sdk-contrib/commit/b3873aea1588be8a54ba94ccd9a1232645cb541d ) )
18+ * synchronize initialization and shutdown ([ #635 ] ( https://github.com/open-feature/java-sdk-contrib/issues/635 ) ) ([ 2d98cb8] ( https://github.com/open-feature/java-sdk-contrib/commit/2d98cb8367eabde9f4c8fab1cc06db10a2bda903 ) )
19+
320## [ 0.6.9] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.8...dev.openfeature.contrib.providers.flagd-v0.6.9 ) (2024-01-09)
421
522
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.6.9 </version >
11+ <version >0.6.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.6.9 </version > <!-- x-release-please-version -->
13+ <version >0.6.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.6.9
1+ 0.6.10
You can’t perform that action at this time.
0 commit comments