File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.11.1 " ,
2+ "providers/flagd" : " 0.11.2 " ,
33 "hooks/open-telemetry" : " 3.2.1" ,
44 "providers/go-feature-flag" : " 0.4.2" ,
55 "providers/flagsmith" : " 0.0.9" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 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+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * selector not being sent in sync call ([ #1220 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1220 ) ) ([ 99e25ce] ( https://github.com/open-feature/java-sdk-contrib/commit/99e25cead7c501e62a454b0ff37fe971b9fd5b13 ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * ** flagd:** Improve grpc logging ([ #1219 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1219 ) ) ([ 34f83c5] ( https://github.com/open-feature/java-sdk-contrib/commit/34f83c5933ab5f2df81af348036f9c403c7963af ) )
14+
315## [ 0.11.1] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.0...dev.openfeature.contrib.providers.flagd-v0.11.1 ) (2025-02-12)
416
517
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
88<dependency >
99 <groupId >dev.openfeature.contrib.providers</groupId >
1010 <artifactId >flagd</artifactId >
11- <version >0.11.1 </version >
11+ <version >0.11.2 </version >
1212</dependency >
1313```
1414<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >flagd</artifactId >
13- <version >0.11.1 </version > <!-- x-release-please-version -->
13+ <version >0.11.2 </version > <!-- x-release-please-version -->
1414
1515 <properties >
1616 <!-- exclusion expression for e2e tests -->
Original file line number Diff line number Diff line change 1- 0.11.1
1+ 0.11.2
You can’t perform that action at this time.
0 commit comments