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 1
1
{
2
- "providers/flagd" : " 0.11.9 " ,
2
+ "providers/flagd" : " 0.11.10 " ,
3
3
"hooks/open-telemetry" : " 3.2.1" ,
4
4
"providers/go-feature-flag" : " 0.4.3" ,
5
5
"providers/flagsmith" : " 0.0.10" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.11.10] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.9...dev.openfeature.contrib.providers.flagd-v0.11.10 ) (2025-06-07)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency io.netty: netty-transport-native-epoll to v4.2.2.final ([ #1321 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1321 ) ) ([ 82abc12] ( https://github.com/open-feature/java-sdk-contrib/commit/82abc12e137f1a4bc8ac2fc78fc58b5d5c1586ca ) )
9
+ * ** deps:** update dependency org.semver4j: semver4j to v5.7.1 ([ #1404 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1404 ) ) ([ dc02601] ( https://github.com/open-feature/java-sdk-contrib/commit/dc0260146c6b0ea0b0f3dbaa2dac5d30077153c1 ) )
10
+ * ** deps:** update junit5 monorepo to v5.13.1 ([ #1406 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1406 ) ) ([ 749d241] ( https://github.com/open-feature/java-sdk-contrib/commit/749d2418837a188e4ae58f852146fafa52693363 ) )
11
+
12
+
13
+ ### 🧹 Chore
14
+
15
+ * ** deps:** update providers/flagd/spec digest to bb2dc2c ([ #1401 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1401 ) ) ([ 96848a0] ( https://github.com/open-feature/java-sdk-contrib/commit/96848a0f0363ef8cba618bc8916ad8128923f0d8 ) )
16
+
3
17
## [ 0.11.9] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.8...dev.openfeature.contrib.providers.flagd-v0.11.9 ) (2025-06-04)
4
18
5
19
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.11.9 </version >
11
+ <version >0.11.10 </version >
12
12
</dependency >
13
13
```
14
14
<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 11
11
</parent >
12
12
<groupId >dev.openfeature.contrib.providers</groupId >
13
13
<artifactId >flagd</artifactId >
14
- <version >0.11.9 </version > <!-- x-release-please-version -->
14
+ <version >0.11.10 </version > <!-- x-release-please-version -->
15
15
16
16
<properties >
17
17
<!-- exclusion expression for e2e tests -->
Original file line number Diff line number Diff line change 1
- 0.11.9
1
+ 0.11.10
You can’t perform that action at this time.
0 commit comments