File tree 5 files changed +12
-4
lines changed
providers/jsonlogic-eval-provider
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 4
4
"providers/go-feature-flag" : " 0.4.3" ,
5
5
"providers/flagsmith" : " 0.0.9" ,
6
6
"providers/env-var" : " 0.0.7" ,
7
- "providers/jsonlogic-eval-provider" : " 1.1.1 " ,
7
+ "providers/jsonlogic-eval-provider" : " 1.1.2 " ,
8
8
"providers/unleash" : " 0.1.0-alpha" ,
9
9
"providers/flipt" : " 0.1.1" ,
10
10
"providers/configcat" : " 0.1.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.1.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.jsonlogic-v1.1.1...dev.openfeature.contrib.providers.jsonlogic-v1.1.2 ) (2025-03-25)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency io.github.jamsesso: json-logic-java to v1.0.9 ([ #1282 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1282 ) ) ([ 1ddc63c] ( https://github.com/open-feature/java-sdk-contrib/commit/1ddc63c3a5e894d42bd6097f9936fb0e9431d296 ) )
9
+ * ** 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 ) )
10
+
3
11
## [ 1.1.1] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.jsonlogic-v1.1.0...dev.openfeature.contrib.providers.jsonlogic-v1.1.1 ) (2024-09-25)
4
12
5
13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ achieve low latency flag evaluation.
11
11
<dependency >
12
12
<groupId >dev.openfeature.contrib.providers</groupId >
13
13
<artifactId >jsonlogic-eval-provider</artifactId >
14
- <version >1.1.1 </version >
14
+ <version >1.1.2 </version >
15
15
</dependency >
16
16
```
17
17
<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 10
10
<!-- The group id MUST start with dev.openfeature, or publishing will fail. OpenFeature has verified ownership of this (reversed) domain. -->
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >jsonlogic-eval-provider</artifactId >
13
- <version >1.1.1 </version > <!-- x-release-please-version -->
13
+ <version >1.1.2 </version > <!-- x-release-please-version -->
14
14
15
15
<name >inline-evaluating-provider</name >
16
16
<description >Allows for evaluating rules on the client without synchronous calls to a backend</description >
Original file line number Diff line number Diff line change 1
- 1.1.1
1
+ 1.1.2
You can’t perform that action at this time.
0 commit comments