File tree 5 files changed +16
-4
lines changed
5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.11.5 " ,
2
+ "providers/flagd" : " 0.11.6 " ,
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.6] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.5...dev.openfeature.contrib.providers.flagd-v0.11.6 ) (2025-03-10)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update opentelemetry-java monorepo to v1.48.0 ([ #1269 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1269 ) ) ([ 9958432] ( https://github.com/open-feature/java-sdk-contrib/commit/9958432fdef18a889b69b74a3ea4fcf550fa073d ) )
9
+
10
+
11
+ ### 🧹 Chore
12
+
13
+ * adjust noisy log lines ([ #1268 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1268 ) ) ([ 0a81a14] ( https://github.com/open-feature/java-sdk-contrib/commit/0a81a148e01e96f9bc24927a7c5075666f69d593 ) )
14
+
3
15
## [ 0.11.5] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.4...dev.openfeature.contrib.providers.flagd-v0.11.5 ) (2025-03-06)
4
16
5
17
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.5 </version >
11
+ <version >0.11.6 </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.5 </version > <!-- x-release-please-version -->
14
+ <version >0.11.6 </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.5
1
+ 0.11.6
You can’t perform that action at this time.
0 commit comments