File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
providers/jsonlogic-eval-provider Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 44 "providers/go-feature-flag" : " 0.2.20" ,
55 "providers/flagsmith" : " 0.0.8" ,
66 "providers/env-var" : " 0.0.6" ,
7- "providers/jsonlogic-eval-provider" : " 1.0.1 " ,
7+ "providers/jsonlogic-eval-provider" : " 1.1.0 " ,
88 "providers/unleash" : " 0.0.4-alpha" ,
99 "providers/flipt" : " 0.0.2" ,
1010 "providers/configcat" : " 0.0.3" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.jsonlogic-v1.0.1...dev.openfeature.contrib.providers.jsonlogic-v1.1.0 ) (2024-06-17)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency com.github.spotbugs: spotbugs-annotations to v4.8.3 ([ #487 ] ( https://github.com/open-feature/java-sdk-contrib/issues/487 ) ) ([ 0818a72] ( https://github.com/open-feature/java-sdk-contrib/commit/0818a72cfbdddad3c792e6d7869ffa814d92a3aa ) )
9+ * ** deps:** update dependency com.github.spotbugs: spotbugs-annotations to v4.8.4 ([ #741 ] ( https://github.com/open-feature/java-sdk-contrib/issues/741 ) ) ([ fd36fdd] ( https://github.com/open-feature/java-sdk-contrib/commit/fd36fdd9e2858c0bc9e7e45b141a3626558569fa ) )
10+ * ** deps:** update dependency com.github.spotbugs: spotbugs-annotations to v4.8.5 ([ #773 ] ( https://github.com/open-feature/java-sdk-contrib/issues/773 ) ) ([ 4b2e54a] ( https://github.com/open-feature/java-sdk-contrib/commit/4b2e54a82b2ef54a649cefdec5c037b617930480 ) )
11+ * ** deps:** update dependency org.json: json to v20240303 ([ #701 ] ( https://github.com/open-feature/java-sdk-contrib/issues/701 ) ) ([ 396f056] ( https://github.com/open-feature/java-sdk-contrib/commit/396f056c810dee17d095561ac666fd4b434b5ee2 ) )
12+ * potential finalizer attack ([ #702 ] ( https://github.com/open-feature/java-sdk-contrib/issues/702 ) ) ([ 572df60] ( https://github.com/open-feature/java-sdk-contrib/commit/572df60e3d4ef2d6039a8b2cd8554423179ffc30 ) )
13+
14+
15+ ### ✨ New Features
16+
17+ * avoid star imports via checkstyle ([ #817 ] ( https://github.com/open-feature/java-sdk-contrib/issues/817 ) ) ([ 249225f] ( https://github.com/open-feature/java-sdk-contrib/commit/249225f4e0f981dbe7ea69330990c2509e4e4292 ) )
18+
319## [ 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-25)
420
521
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ achieve low latency flag evaluation.
1111<dependency >
1212 <groupId >dev.openfeature.contrib.providers</groupId >
1313 <artifactId >jsonlogic-eval-provider</artifactId >
14- <version >1.0.1 </version >
14+ <version >1.1.0 </version >
1515</dependency >
1616```
1717<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 1010 <!-- The group id MUST start with dev.openfeature, or publishing will fail. OpenFeature has verified ownership of this (reversed) domain. -->
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >jsonlogic-eval-provider</artifactId >
13- <version >1.0.1 </version > <!-- x-release-please-version -->
13+ <version >1.1.0 </version > <!-- x-release-please-version -->
1414
1515 <name >inline-evaluating-provider</name >
1616 <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.1
1+ 1.1.0
You can’t perform that action at this time.
0 commit comments