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{
22 "hooks/open-telemetry" : " 3.3.1" ,
3- "providers/flagd" : " 0.12 .0" ,
3+ "providers/flagd" : " 0.13 .0" ,
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.13.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.12.0...dev.openfeature.contrib.providers.flagd-v0.13.0 ) (2026-04-01)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * fractional bucketing improvements ([ #1740 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1740 ) )
9+
10+ ### ✨ New Features
11+
12+ * fractional bucketing improvements ([ #1740 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1740 ) ) ([ 0f0c440] ( https://github.com/open-feature/java-sdk-contrib/commit/0f0c44057c99840bb45c6e4f4d6dc135362f9329 ) )
13+ * Make the Evaluator customizable ([ #1733 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1733 ) ) ([ f21d871] ( https://github.com/open-feature/java-sdk-contrib/commit/f21d871fa65a4dbfc2fd965859cfdd24f35c20ba ) )
14+
315## [ 0.12.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.20...dev.openfeature.contrib.providers.flagd-v0.12.0 ) (2026-03-11)
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.12 .0</version >
11+ <version >0.13 .0</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.12 .0</version > <!-- x-release-please-version -->
14+ <version >0.13 .0</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.12 .0
1+ 0.13 .0
You can’t perform that action at this time.
0 commit comments