Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"providers/go-feature-flag": "0.4.3",
"providers/flagsmith": "0.0.10",
"providers/env-var": "0.0.7",
"providers/jsonlogic-eval-provider": "1.1.1",
"providers/jsonlogic-eval-provider": "1.2.0",
"providers/unleash": "0.1.0-alpha",
"providers/flipt": "0.1.1",
"providers/configcat": "0.1.0",
Expand Down
22 changes: 22 additions & 0 deletions providers/jsonlogic-eval-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.2.0](https://github.com/jarebudev/java-sdk-contrib/compare/dev.openfeature.contrib.providers.jsonlogic-v1.1.1...dev.openfeature.contrib.providers.jsonlogic-v1.2.0) (2025-04-22)


### πŸ› Bug Fixes

* **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.8.5 ([#773](https://github.com/jarebudev/java-sdk-contrib/issues/773)) ([4b2e54a](https://github.com/jarebudev/java-sdk-contrib/commit/4b2e54a82b2ef54a649cefdec5c037b617930480))
* **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.8.6 ([#831](https://github.com/jarebudev/java-sdk-contrib/issues/831)) ([52bfdfe](https://github.com/jarebudev/java-sdk-contrib/commit/52bfdfed014780b92b0b99c73ff3e2cf05c56cff))
* **deps:** update dependency io.github.jamsesso:json-logic-java to v1.0.9 ([#1282](https://github.com/jarebudev/java-sdk-contrib/issues/1282)) ([1ddc63c](https://github.com/jarebudev/java-sdk-contrib/commit/1ddc63c3a5e894d42bd6097f9936fb0e9431d296))
* **deps:** update dependency org.json:json to v20240303 ([#701](https://github.com/jarebudev/java-sdk-contrib/issues/701)) ([396f056](https://github.com/jarebudev/java-sdk-contrib/commit/396f056c810dee17d095561ac666fd4b434b5ee2))
* **deps:** update dependency org.json:json to v20250107 ([#1148](https://github.com/jarebudev/java-sdk-contrib/issues/1148)) ([53276c7](https://github.com/jarebudev/java-sdk-contrib/commit/53276c74e1e4b5f828cd3d5e2b44e2ad0c566732))


### ✨ New Features

* avoid star imports via checkstyle ([#817](https://github.com/jarebudev/java-sdk-contrib/issues/817)) ([249225f](https://github.com/jarebudev/java-sdk-contrib/commit/249225f4e0f981dbe7ea69330990c2509e4e4292))


### 🧹 Chore

* **main:** release dev.openfeature.contrib.providers.jsonlogic 1.1.0 ([#616](https://github.com/jarebudev/java-sdk-contrib/issues/616)) ([67e8572](https://github.com/jarebudev/java-sdk-contrib/commit/67e85726c114c4c14f17a1fb4fe53808b820bed1))
* **main:** release dev.openfeature.contrib.providers.jsonlogic 1.1.1 ([#838](https://github.com/jarebudev/java-sdk-contrib/issues/838)) ([143ecb1](https://github.com/jarebudev/java-sdk-contrib/commit/143ecb1183c1430b017537a317f8b606d6c9e124))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion providers/jsonlogic-eval-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ achieve low latency flag evaluation.
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>jsonlogic-eval-provider</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/jsonlogic-eval-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- The group id MUST start with dev.openfeature, or publishing will fail. OpenFeature has verified ownership of this (reversed) domain. -->
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>jsonlogic-eval-provider</artifactId>
<version>1.1.1</version> <!--x-release-please-version -->
<version>1.2.0</version> <!--x-release-please-version -->

<name>inline-evaluating-provider</name>
<description>Allows for evaluating rules on the client without synchronous calls to a backend</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/jsonlogic-eval-provider/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.2.0