File tree 5 files changed +18
-4
lines changed
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.6.3 " ,
2
+ "providers/flagd" : " 0.6.4 " ,
3
3
"hooks/open-telemetry" : " 2.1.0" ,
4
4
"providers/go-feature-flag" : " 0.2.13" ,
5
5
"providers/flagsmith" : " 0.0.8" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
17
## [ 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)
4
18
5
19
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
12
12
<dependency >
13
13
<groupId >dev.openfeature.contrib.providers</groupId >
14
14
<artifactId >flagd</artifactId >
15
- <version >0.6.3 </version >
15
+ <version >0.6.4 </version >
16
16
</dependency >
17
17
```
18
18
<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >flagd</artifactId >
13
- <version >0.6.3 </version > <!-- x-release-please-version -->
13
+ <version >0.6.4 </version > <!-- x-release-please-version -->
14
14
15
15
<properties >
16
16
<!-- 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