File tree 5 files changed +19
-4
lines changed
5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 7
7
"providers/jsonlogic-eval-provider" : " 1.0.1" ,
8
8
"providers/unleash" : " 0.0.4-alpha" ,
9
9
"providers/flipt" : " 0.0.2" ,
10
- "providers/configcat" : " 0.0.3 " ,
10
+ "providers/configcat" : " 0.0.4 " ,
11
11
"providers/statsig" : " 0.0.4"
12
12
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.4] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.0.3...dev.openfeature.contrib.providers.configcat-v0.0.4 ) (2024-03-11)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency com.configcat: configcat-java-client to v9.0.1 ([ #680 ] ( https://github.com/open-feature/java-sdk-contrib/issues/680 ) ) ([ 94bf8fc] ( https://github.com/open-feature/java-sdk-contrib/commit/94bf8fc982969c502dbce156addce68346cb2cdd ) )
9
+ * ** deps:** update dependency org.slf4j: slf4j-api to v2.0.12 ([ #661 ] ( https://github.com/open-feature/java-sdk-contrib/issues/661 ) ) ([ f03d933] ( https://github.com/open-feature/java-sdk-contrib/commit/f03d93305bda8ea932831e81db57c989ce4e14e4 ) )
10
+ * ready and config change events triggering ([ #653 ] ( https://github.com/open-feature/java-sdk-contrib/issues/653 ) ) ([ 677e07a] ( https://github.com/open-feature/java-sdk-contrib/commit/677e07a539dfe0b722613be4d48e574157eb3863 ) )
11
+
12
+
13
+ ### 🧹 Chore
14
+
15
+ * ** deps:** update dependency org.apache.logging.log4j: log4j-slf4j2-impl to v2.23.0 ([ #689 ] ( https://github.com/open-feature/java-sdk-contrib/issues/689 ) ) ([ 6589871] ( https://github.com/open-feature/java-sdk-contrib/commit/65898713166b5d02f246302c54fd7400ee4238d5 ) )
16
+ * ** deps:** update dependency org.apache.logging.log4j: log4j-slf4j2-impl to v2.23.1 ([ #709 ] ( https://github.com/open-feature/java-sdk-contrib/issues/709 ) ) ([ d0bc7a5] ( https://github.com/open-feature/java-sdk-contrib/commit/d0bc7a5aceb746d6d7c442e189a6a1e011673ba7 ) )
17
+
3
18
## [ 0.0.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.0.2...dev.openfeature.contrib.providers.configcat-v0.0.3 ) (2024-01-27)
4
19
5
20
Original file line number Diff line number Diff line change 11
11
<dependency >
12
12
<groupId >dev.openfeature.contrib.providers</groupId >
13
13
<artifactId >configcat</artifactId >
14
- <version >0.0.3 </version >
14
+ <version >0.0.4 </version >
15
15
</dependency >
16
16
```
17
17
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >configcat</artifactId >
13
- <version >0.0.3 </version > <!-- x-release-please-version -->
13
+ <version >0.0.4 </version > <!-- x-release-please-version -->
14
14
15
15
<name >configcat</name >
16
16
<description >configcat provider for Java</description >
Original file line number Diff line number Diff line change 1
- 0.0.3
1
+ 0.0.4
You can’t perform that action at this time.
0 commit comments