File tree 5 files changed +16
-4
lines changed
providers/jsonlogic-eval-provider
5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 4
4
"providers/go-feature-flag" : " 0.2.13" ,
5
5
"providers/flagsmith" : " 0.0.8" ,
6
6
"providers/env-var" : " 0.0.4" ,
7
- "providers/jsonlogic-eval-provider" : " 1.0.0 " ,
7
+ "providers/jsonlogic-eval-provider" : " 1.0.1 " ,
8
8
"providers/unleash" : " 0.0.2-alpha"
9
9
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.1] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.jsonlogic-v1.0.0...dev.openfeature.contrib.providers.jsonlogic-v1.0.1 ) (2023-10-13)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency org.json: json to v20230618 ([ #344 ] ( https://github.com/open-feature/java-sdk-contrib/issues/344 ) ) ([ 5dfca22] ( https://github.com/open-feature/java-sdk-contrib/commit/5dfca22896cea137cb853410580318434cecc1a4 ) )
9
+
10
+
11
+ ### 🧹 Chore
12
+
13
+ * generate automatic module names ([ #407 ] ( https://github.com/open-feature/java-sdk-contrib/issues/407 ) ) ([ f18df0f] ( https://github.com/open-feature/java-sdk-contrib/commit/f18df0f7bcfc0db3e1ef10aa299aa7d7a17d74f7 ) )
14
+
3
15
## 1.0.0 (2023-04-13)
4
16
5
17
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.0.0 </version >
14
+ <version >1.0.1 </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.0.0 </version > <!-- x-release-please-version -->
13
+ <version >1.0.1 </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.0.0
1
+ 1.0.1
You can’t perform that action at this time.
0 commit comments