Skip to content

chore(main): release dev.openfeature.contrib.providers.jsonlogic 1.2.0 #1242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
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
@@ -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",
19 changes: 19 additions & 0 deletions providers/jsonlogic-eval-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### 🐛 Bug Fixes

* **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.9.3 ([#1281](https://github.com/open-feature/java-sdk-contrib/issues/1281)) ([c2ab1f0](https://github.com/open-feature/java-sdk-contrib/commit/c2ab1f024ccf07e85d522ecf401e0cdcef1ac2a0))
* **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))
* **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))


### ✨ New Features

* 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))


### 🧹 Chore

* loosen parent version req ([#1341](https://github.com/open-feature/java-sdk-contrib/issues/1341)) ([4c7b584](https://github.com/open-feature/java-sdk-contrib/commit/4c7b58413b47db5c8c52b906ec2cbbc846779199))

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


2 changes: 1 addition & 1 deletion providers/jsonlogic-eval-provider/README.md
Original file line number Diff line number Diff line change
@@ -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 -->
2 changes: 1 addition & 1 deletion providers/jsonlogic-eval-provider/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
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