File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.8.0 " ,
2
+ "providers/flagd" : " 0.8.1 " ,
3
3
"hooks/open-telemetry" : " 3.1.1" ,
4
4
"providers/go-feature-flag" : " 0.2.20" ,
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.1] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.0...dev.openfeature.contrib.providers.flagd-v0.8.1 ) (2024-05-10)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency com.fasterxml.jackson.core: jackson-databind to v2.17.1 ([ #777 ] ( https://github.com/open-feature/java-sdk-contrib/issues/777 ) ) ([ 8b582d6] ( https://github.com/open-feature/java-sdk-contrib/commit/8b582d6052fd22b8141a9765b2a1a261933fd3a2 ) )
9
+ * ** deps:** update dependency commons-codec: commons-codec to v1.17.0 ([ #769 ] ( https://github.com/open-feature/java-sdk-contrib/issues/769 ) ) ([ 3fbb213] ( https://github.com/open-feature/java-sdk-contrib/commit/3fbb2137575d716e3f2e62c6c49f860aa748ce39 ) )
10
+ * ** deps:** update dependency io.netty: netty-transport-native-epoll to v4.1.109.final ([ #756 ] ( https://github.com/open-feature/java-sdk-contrib/issues/756 ) ) ([ 765cb36] ( https://github.com/open-feature/java-sdk-contrib/commit/765cb36b7413c765cf90c0805c6db2e7281909bd ) )
11
+ * ** deps:** update dependency org.semver4j: semver4j to v5.3.0 ([ #767 ] ( https://github.com/open-feature/java-sdk-contrib/issues/767 ) ) ([ c43fe00] ( https://github.com/open-feature/java-sdk-contrib/commit/c43fe00277c297516f3e83fefdb05a9a8794bce9 ) )
12
+ * ** deps:** update opentelemetry-java monorepo to v1.38.0 ([ #785 ] ( https://github.com/open-feature/java-sdk-contrib/issues/785 ) ) ([ 61ac99f] ( https://github.com/open-feature/java-sdk-contrib/commit/61ac99f577b08b8abcfcaccb421d950465907f2c ) )
13
+
3
14
## [ 0.8.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.7.0...dev.openfeature.contrib.providers.flagd-v0.8.0 ) (2024-04-11)
4
15
5
16
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.0 </version >
11
+ <version >0.8.1 </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.0 </version > <!-- x-release-please-version -->
13
+ <version >0.8.1 </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.0
1
+ 0.8.1
You can’t perform that action at this time.
0 commit comments