File tree Expand file tree Collapse file tree 5 files changed +28
-4
lines changed Expand file tree Collapse file tree 5 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 7
7
"providers/jsonlogic-eval-provider" : " 1.1.1" ,
8
8
"providers/unleash" : " 0.1.0-alpha" ,
9
9
"providers/flipt" : " 0.1.1" ,
10
- "providers/configcat" : " 0.1.1 " ,
10
+ "providers/configcat" : " 0.2.0 " ,
11
11
"providers/statsig" : " 0.1.1" ,
12
12
"providers/multiprovider" : " 0.0.1" ,
13
13
"tools/junit-openfeature" : " 0.2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.1.1...dev.openfeature.contrib.providers.configcat-v0.2.0 ) (2025-07-08)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * use sdk-maintained state, require 1.12 ([ #964 ] ( https://github.com/open-feature/java-sdk-contrib/issues/964 ) )
9
+
10
+ ### 🐛 Bug Fixes
11
+
12
+ * ** deps:** update dependency com.configcat: configcat-java-client to v9.4.1 ([ #903 ] ( https://github.com/open-feature/java-sdk-contrib/issues/903 ) ) ([ 1cbc60c] ( https://github.com/open-feature/java-sdk-contrib/commit/1cbc60c5a25642ec2ca028817b8f843832f8dae9 ) )
13
+ * ** deps:** update dependency com.configcat: configcat-java-client to v9.4.2 ([ #1109 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1109 ) ) ([ 1d85362] ( https://github.com/open-feature/java-sdk-contrib/commit/1d8536230316242652f9d71c180ef01c525d4c8a ) )
14
+ * ** deps:** update dependency com.configcat: configcat-java-client to v9.4.3 ([ #1380 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1380 ) ) ([ 2e2dcf2] ( https://github.com/open-feature/java-sdk-contrib/commit/2e2dcf2992c4cf508aa9db0390fb6367b9c7f6c1 ) )
15
+ * ** deps:** update dependency com.dylibso.chicory: wasi to v1.5.0 ([ #1473 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1473 ) ) ([ 0030528] ( https://github.com/open-feature/java-sdk-contrib/commit/00305287986248262036dcb7cd4f4c384fe50052 ) )
16
+ * ** deps:** update dependency org.slf4j: slf4j-api to v2.0.14 ([ #904 ] ( https://github.com/open-feature/java-sdk-contrib/issues/904 ) ) ([ 028b332] ( https://github.com/open-feature/java-sdk-contrib/commit/028b332dc8ac3b134e5453d5449a4c11b4ef250a ) )
17
+ * ** deps:** update dependency org.slf4j: slf4j-api to v2.0.15 ([ #910 ] ( https://github.com/open-feature/java-sdk-contrib/issues/910 ) ) ([ 2f58638] ( https://github.com/open-feature/java-sdk-contrib/commit/2f58638eb4907c948325d1e61853e1b6eabfa4c1 ) )
18
+ * ** deps:** update dependency org.slf4j: slf4j-api to v2.0.16 ([ #912 ] ( https://github.com/open-feature/java-sdk-contrib/issues/912 ) ) ([ 52571d8] ( https://github.com/open-feature/java-sdk-contrib/commit/52571d806e7c547006db836245b4895fe9bc4660 ) )
19
+ * ** deps:** update slf4j monorepo to v2.0.17 ([ #1243 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1243 ) ) ([ 66c6a7f] ( https://github.com/open-feature/java-sdk-contrib/commit/66c6a7fc1bdc3e907793d2fc1eb0d412693a4aee ) )
20
+
21
+
22
+ ### ✨ New Features
23
+
24
+ * 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 ) )
25
+ * use sdk-maintained state, require 1.12 ([ #964 ] ( https://github.com/open-feature/java-sdk-contrib/issues/964 ) ) ([ 4a041b0] ( https://github.com/open-feature/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621 ) )
26
+
3
27
## [ 0.1.1] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.1.0...dev.openfeature.contrib.providers.configcat-v0.1.1 ) (2025-07-04)
4
28
5
29
Original file line number Diff line number Diff line change 10
10
<dependency >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >configcat</artifactId >
13
- <version >0.1.1 </version >
13
+ <version >0.2.0 </version >
14
14
</dependency >
15
15
```
16
16
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.1.1 </version > <!-- x-release-please-version -->
13
+ <version >0.2.0 </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.1.1
1
+ 0.2.0
You can’t perform that action at this time.
0 commit comments