File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.11.0 " ,
2+ "providers/flagd" : " 0.11.1 " ,
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.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)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * missing common lang dep ([ #1216 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1216 ) ) ([ 379a89d] ( https://github.com/open-feature/java-sdk-contrib/commit/379a89d0563982dcb65ca060678d049e2e39f264 ) )
9+
310## [ 0.11.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.10.5...dev.openfeature.contrib.providers.flagd-v0.11.0 ) (2025-02-12)
411
512
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.0 </version >
11+ <version >0.11.1 </version >
1212</dependency >
1313```
1414<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 1111 </parent >
1212 <groupId >dev.openfeature.contrib.providers</groupId >
1313 <artifactId >flagd</artifactId >
14- <version >0.11.0 </version > <!-- x-release-please-version -->
14+ <version >0.11.1 </version > <!-- x-release-please-version -->
1515
1616 <properties >
1717 <!-- exclusion expression for e2e tests -->
114114 <version >4.4</version >
115115 </dependency >
116116
117+ <dependency >
118+ <groupId >org.apache.commons</groupId >
119+ <artifactId >commons-lang3</artifactId >
120+ <version >3.17.0</version >
121+ </dependency >
122+
117123 <dependency >
118124 <groupId >io.opentelemetry</groupId >
119125 <artifactId >opentelemetry-api</artifactId >
Original file line number Diff line number Diff line change 1- 0.11.0
1+ 0.11.1
You can’t perform that action at this time.
0 commit comments