File tree 5 files changed +14
-4
lines changed 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.11.2 " ,
2
+ "providers/flagd" : " 0.11.3 " ,
3
3
"hooks/open-telemetry" : " 3.2.1" ,
4
4
"providers/go-feature-flag" : " 0.4.2" ,
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.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.2...dev.openfeature.contrib.providers.flagd-v0.11.3 ) (2025-02-18)
4
+
5
+
6
+ ### 🧹 Chore
7
+
8
+ * ** deps:** update dependency providers/flagd/test-harness to v2.2.0 ([ #1223 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1223 ) ) ([ 5f75991] ( https://github.com/open-feature/java-sdk-contrib/commit/5f75991a59a2bb098ef5b927ecdace61e1baf0fd ) )
9
+ * ** deps:** update providers/flagd/spec digest to 54952f3 ([ #1218 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1218 ) ) ([ 5a19a8d] ( https://github.com/open-feature/java-sdk-contrib/commit/5a19a8ddf881b9591b9416d4b859d8c656a63519 ) )
10
+ * ** deps:** update providers/flagd/test-harness digest to ec1d75c ([ #1198 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1198 ) ) ([ 3fe0871] ( https://github.com/open-feature/java-sdk-contrib/commit/3fe0871d4765228983cc6da5de0bf8b2f66854a6 ) )
11
+ * update testbed ([ #1225 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1225 ) ) ([ 020c9a1] ( https://github.com/open-feature/java-sdk-contrib/commit/020c9a14fedddd3fec450a87db45dead0c33f4c2 ) )
12
+
3
13
## [ 0.11.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.1...dev.openfeature.contrib.providers.flagd-v0.11.2 ) (2025-02-13)
4
14
5
15
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.2 </version >
11
+ <version >0.11.3 </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.11.2 </version > <!-- x-release-please-version -->
13
+ <version >0.11.3 </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.11.2
1
+ 0.11.3
You can’t perform that action at this time.
0 commit comments