File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.11.7 " ,
2
+ "providers/flagd" : " 0.11.8 " ,
3
3
"hooks/open-telemetry" : " 3.2.1" ,
4
4
"providers/go-feature-flag" : " 0.4.3" ,
5
5
"providers/flagsmith" : " 0.0.9" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.11.8] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.7...dev.openfeature.contrib.providers.flagd-v0.11.8 ) (2025-03-17)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency io.github.jamsesso: json-logic-java to v1.0.9 ([ #1282 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1282 ) ) ([ 1ddc63c] ( https://github.com/open-feature/java-sdk-contrib/commit/1ddc63c3a5e894d42bd6097f9936fb0e9431d296 ) )
9
+ * ** deps:** update junit5 monorepo to v5.12.1 ([ #1279 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1279 ) ) ([ 63062c2] ( https://github.com/open-feature/java-sdk-contrib/commit/63062c2fcca49721792753143190ed0c26785f1d ) )
10
+
11
+
12
+ ### 🧹 Chore
13
+
14
+ * ** deps:** update dependency com.github.spotbugs: spotbugs-maven-plugin to v4.9.3.0 ([ #1283 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1283 ) ) ([ 6af5e6d] ( https://github.com/open-feature/java-sdk-contrib/commit/6af5e6d5fa3076899c09be1cc585ffa3e063df74 ) )
15
+ * ** deps:** update providers/flagd/schemas digest to e840a03 ([ #1272 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1272 ) ) ([ 0a2133c] ( https://github.com/open-feature/java-sdk-contrib/commit/0a2133c4fb43a428c6995fc0c5fa1f3bdbdc4c9c ) )
16
+ * ** deps:** update providers/flagd/spec digest to aad6193 ([ #1278 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1278 ) ) ([ 01b61fd] ( https://github.com/open-feature/java-sdk-contrib/commit/01b61fd4a76b861b1ab10dc342c30fe188b08dbc ) )
17
+
3
18
## [ 0.11.7] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.6...dev.openfeature.contrib.providers.flagd-v0.11.7 ) (2025-03-12)
4
19
5
20
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.7 </version >
11
+ <version >0.11.8 </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.7 </version > <!-- x-release-please-version -->
14
+ <version >0.11.8 </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.7
1
+ 0.11.8
You can’t perform that action at this time.
0 commit comments