Skip to content
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

chore(main): release dev.openfeature.contrib.providers.jsonlogic 1.1.0 #616

Merged
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.2.20",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.6",
"providers/jsonlogic-eval-provider": "1.0.1",
"providers/jsonlogic-eval-provider": "1.1.0",
"providers/unleash": "0.0.4-alpha",
"providers/flipt": "0.0.2",
"providers/configcat": "0.0.3",
Expand Down
16 changes: 16 additions & 0 deletions providers/jsonlogic-eval-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### πŸ› Bug Fixes

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


### ✨ New Features

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

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


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.0.1</version>
<version>1.1.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.0.1</version> <!--x-release-please-version -->
<version>1.1.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.0.1
1.1.0
Loading