File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"hooks/open-telemetry" : " 3.3.1" ,
3
- "providers/flagd" : " 0.11.14 " ,
3
+ "providers/flagd" : " 0.11.15 " ,
4
4
"providers/go-feature-flag" : " 0.4.3" ,
5
5
"providers/flagsmith" : " 0.0.12" ,
6
6
"providers/env-var" : " 0.0.11" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.11.15] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.14...dev.openfeature.contrib.providers.flagd-v0.11.15 ) (2025-07-22)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** flagd:** implement error code step and general error ([ #1519 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1519 ) ) ([ 0985315] ( https://github.com/open-feature/java-sdk-contrib/commit/0985315388b6b553ec23a3f31b56b3b338ddedf9 ) )
9
+
3
10
## [ 0.11.14] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.13...dev.openfeature.contrib.providers.flagd-v0.11.14 ) (2025-07-14)
4
11
5
12
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.14 </version >
11
+ <version >0.11.15 </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.14 </version > <!-- x-release-please-version -->
14
+ <version >0.11.15 </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.14
1
+ 0.11.15
You can’t perform that action at this time.
0 commit comments