File tree 5 files changed +18
-4
lines changed
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 9
9
"providers/flipt" : " 0.1.1" ,
10
10
"providers/configcat" : " 0.1.0" ,
11
11
"providers/statsig" : " 0.1.0" ,
12
- "providers/multiprovider" : " 0.0.1 " ,
12
+ "providers/multiprovider" : " 0.0.2 " ,
13
13
"tools/junit-openfeature" : " 0.1.2"
14
14
}
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 ) (2024-12-16)
4
+
5
+
6
+ ### ✨ New Features
7
+
8
+ * 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 ) )
9
+
10
+
11
+ ### 🧹 Chore
12
+
13
+ * ** deps:** update dependency org.apache.logging.log4j: log4j-slf4j2-impl to v2.24.2 ([ #1079 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1079 ) ) ([ 804cd45] ( https://github.com/open-feature/java-sdk-contrib/commit/804cd455d6e9e79e1fa72b003245027ed7450487 ) )
14
+ * ** deps:** update dependency org.apache.logging.log4j: log4j-slf4j2-impl to v2.24.3 ([ #1103 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1103 ) ) ([ e2b8160] ( https://github.com/open-feature/java-sdk-contrib/commit/e2b8160dda2b82b43f665753187ab85a4e1abe13 ) )
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
56
56
<dependency >
57
57
<groupId >dev.openfeature.contrib.providers</groupId >
58
58
<artifactId >multi-provider</artifactId >
59
- <version >0.0.1 </version >
59
+ <version >0.0.2 </version >
60
60
</dependency >
61
61
```
62
62
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >multiprovider</artifactId >
13
- <version >0.0.1 </version > <!-- x-release-please-version -->
13
+ <version >0.0.2 </version > <!-- x-release-please-version -->
14
14
15
15
<name >multiprovider</name >
16
16
<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