File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "hooks/open-telemetry" : " 3.3.1" ,
3- "providers/flagd" : " 0.11.20 " ,
3+ "providers/flagd" : " 0.11.21 " ,
44 "providers/go-feature-flag" : " 1.1.1" ,
55 "providers/flagsmith" : " 0.0.13" ,
66 "providers/env-var" : " 0.0.12" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.21] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.20...dev.openfeature.contrib.providers.flagd-v0.11.21 ) (2026-03-02)
4+
5+
6+ ### ✨ New Features
7+
8+ * Add VMLens Tests ([ #1661 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1661 ) ) ([ 0856ee9] ( https://github.com/open-feature/java-sdk-contrib/commit/0856ee955dc8341414dc0a4930fb886e840f24f5 ) )
9+ * extract core flagd evaluation and API modules ([ #1696 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1696 ) ) ([ fe98d88] ( https://github.com/open-feature/java-sdk-contrib/commit/fe98d88361a5c42ea6753e0828b66e0c6356c81a ) )
10+
311## [ 0.11.20] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.19...dev.openfeature.contrib.providers.flagd-v0.11.20 ) (2026-02-10)
412
513
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.20 </version >
11+ <version >0.11.21 </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.20 </version > <!-- x-release-please-version -->
14+ <version >0.11.21 </version > <!-- x-release-please-version -->
1515
1616 <properties >
1717 <!-- exclusion expression for e2e tests -->
Original file line number Diff line number Diff line change 1- 0.11.20
1+ 0.11.21
You can’t perform that action at this time.
0 commit comments