File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 99 "providers/flipt" : " 0.1.1" ,
1010 "providers/configcat" : " 0.2.0" ,
1111 "providers/statsig" : " 0.1.1" ,
12- "providers/multiprovider" : " 0.0.1 " ,
12+ "providers/multiprovider" : " 0.0.2 " ,
1313 "tools/junit-openfeature" : " 0.2.0" ,
1414 "tools/flagd-http-connector" : " 0.0.2" ,
1515 "." : " 0.2.2"
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.0.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.multiprovider-v0.0.1...dev.openfeature.contrib.providers.multiprovider-v0.0.2 ) (2025-07-08)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency org.json: json to v20250107 ([ #1148 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1148 ) ) ([ 53276c7] ( https://github.com/open-feature/java-sdk-contrib/commit/53276c74e1e4b5f828cd3d5e2b44e2ad0c566732 ) )
9+ * ** deps:** update dependency org.json: json to v20250517 ([ #1379 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1379 ) ) ([ 102e052] ( https://github.com/open-feature/java-sdk-contrib/commit/102e052178df95fd228c5e4a7a77454609665075 ) )
10+
11+
12+ ### ✨ New Features
13+
14+ * migrate to Java 11 ([ #1336 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1336 ) ) ([ a4be1ff] ( https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c ) )
15+ * multi-provider implementation ([ #1028 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1028 ) ) ([ df4ad47] ( https://github.com/open-feature/java-sdk-contrib/commit/df4ad471d2553363a0a1e4622a21557a6c2711e7 ) )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Rather than making assumptions about when to use a provider’s result and when
5656<dependency >
5757 <groupId >dev.openfeature.contrib.providers</groupId >
5858 <artifactId >multi-provider</artifactId >
59- <version >0.0.1 </version >
59+ <version >0.0.2 </version >
6060</dependency >
6161```
6262
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >multiprovider</artifactId >
13- <version >0.0.1 </version > <!-- x-release-please-version -->
13+ <version >0.0.2 </version > <!-- x-release-please-version -->
1414
1515 <name >multiprovider</name >
1616 <description >OpenFeature Multi-Provider</description >
Original file line number Diff line number Diff line change 1- 0.0.1
1+ 0.0.2
You can’t perform that action at this time.
0 commit comments