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.13.2 " ,
3+ "providers/flagd" : " 0.13.3 " ,
44 "providers/go-feature-flag" : " 1.1.2" ,
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.13.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.13.2...dev.openfeature.contrib.providers.flagd-v0.13.3 ) (2026-05-11)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * tight loop in RPC mode event stream reconnect ([ #1789 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1789 ) ) ([ 9a1f89b] ( https://github.com/open-feature/java-sdk-contrib/commit/9a1f89b319e70a61740b01b1ba488688e8e7fde7 ) )
9+
10+
11+ ### ✨ New Features
12+
13+ * intelligent enum for rule pre-compilation ([ #1791 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1791 ) ) ([ d79f27c] ( https://github.com/open-feature/java-sdk-contrib/commit/d79f27cb38c09cd82a5e807ed04f5e583195e75f ) )
14+
315## [ 0.13.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.13.1...dev.openfeature.contrib.providers.flagd-v0.13.2 ) (2026-05-07)
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.13.2 </version >
11+ <version >0.13.3 </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.13.2 </version > <!-- x-release-please-version -->
14+ <version >0.13.3 </version > <!-- x-release-please-version -->
1515
1616 <properties >
1717 <!-- exclusion expression for e2e tests -->
2121 <protobuf-java .min.version>3.25.6</protobuf-java .min.version>
2222 <com .vmlens.version>1.2.28</com .vmlens.version>
2323 <!-- Transitive flagd-core version -->
24- <flagd-core .version>[1.0 .0,2.0.0)</flagd-core .version>
24+ <flagd-core .version>[1.2 .0,2.0.0)</flagd-core .version>
2525 </properties >
2626
2727 <name >flagd</name >
Original file line number Diff line number Diff line change 1- 0.13.2
1+ 0.13.3
You can’t perform that action at this time.
0 commit comments