File tree 5 files changed +20
-4
lines changed 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.8.4 " ,
2
+ "providers/flagd" : " 0.8.5 " ,
3
3
"hooks/open-telemetry" : " 3.1.2" ,
4
4
"providers/go-feature-flag" : " 0.2.23" ,
5
5
"providers/flagsmith" : " 0.0.8" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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-05)
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
+
3
19
## [ 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)
4
20
5
21
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
8
8
<dependency >
9
9
<groupId >dev.openfeature.contrib.providers</groupId >
10
10
<artifactId >flagd</artifactId >
11
- <version >0.8.4 </version >
11
+ <version >0.8.5 </version >
12
12
</dependency >
13
13
```
14
14
<!-- 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.8.4 </version > <!-- x-release-please-version -->
13
+ <version >0.8.5 </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.8.4
1
+ 0.8.5
You can’t perform that action at this time.
0 commit comments