File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.6.3 " ,
2+ "providers/flagd" : " 0.6.4 " ,
33 "hooks/open-telemetry" : " 2.1.0" ,
44 "providers/go-feature-flag" : " 0.2.13" ,
55 "providers/flagsmith" : " 0.0.8" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.4] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.3...dev.openfeature.contrib.providers.flagd-v0.6.4 ) (2023-09-28)
4+
5+
6+ ### Features
7+
8+ * force update gson depdency ([ #460 ] ( https://github.com/open-feature/java-sdk-contrib/issues/460 ) ) ([ 269d284] ( https://github.com/open-feature/java-sdk-contrib/commit/269d28448834c2ea06e8daa9fef3bd48d501c702 ) )
9+ * jul to slf4j ([ #458 ] ( https://github.com/open-feature/java-sdk-contrib/issues/458 ) ) ([ a90a864] ( https://github.com/open-feature/java-sdk-contrib/commit/a90a864a668453e8a0f47af4813cdb669696f678 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** deps:** update dependency io.netty: netty-transport-native-epoll to v4.1.99.final ([ #464 ] ( https://github.com/open-feature/java-sdk-contrib/issues/464 ) ) ([ 9456f63] ( https://github.com/open-feature/java-sdk-contrib/commit/9456f63f736d596ba31d550db7a8e7cb2b89f256 ) )
15+ * ** deps:** update dependency org.semver4j: semver4j to v5.2.1 ([ #456 ] ( https://github.com/open-feature/java-sdk-contrib/issues/456 ) ) ([ 7aee884] ( https://github.com/open-feature/java-sdk-contrib/commit/7aee884e25322b6868d649835439da441c57802c ) )
16+
317## [ 0.6.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.2...dev.openfeature.contrib.providers.flagd-v0.6.3 ) (2023-09-22)
418
519
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
1212<dependency >
1313 <groupId >dev.openfeature.contrib.providers</groupId >
1414 <artifactId >flagd</artifactId >
15- <version >0.6.3 </version >
15+ <version >0.6.4 </version >
1616</dependency >
1717```
1818<!-- 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.3 </version > <!-- x-release-please-version -->
13+ <version >0.6.4 </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.3
1+ 0.6.4
You can’t perform that action at this time.
0 commit comments