Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagd 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 28, 2024
1 parent c4d6b15 commit 5facf4f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"providers/flagd": "0.8.3",
"providers/flagd": "0.8.4",
"hooks/open-telemetry": "3.1.2",
"providers/go-feature-flag": "0.2.22",
"providers/flagsmith": "0.0.8",
Expand Down
14 changes: 14 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.8.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.3...dev.openfeature.contrib.providers.flagd-v0.8.4) (2024-06-28)


### 🐛 Bug Fixes

* **deps:** update dependency com.networknt:json-schema-validator to v1.4.2 ([#842](https://github.com/open-feature/java-sdk-contrib/issues/842)) ([d39dd8b](https://github.com/open-feature/java-sdk-contrib/commit/d39dd8b084cd2f360eafa726e5828a755d12874c))
* **deps:** update dependency com.networknt:json-schema-validator to v1.4.3 ([#845](https://github.com/open-feature/java-sdk-contrib/issues/845)) ([301f852](https://github.com/open-feature/java-sdk-contrib/commit/301f85230aa50eef1b35f039fac862d86eb72453))


### ✨ New Features

* Change fractional custom op from percentage-based to relative weighting. [#828](https://github.com/open-feature/java-sdk-contrib/issues/828) ([#833](https://github.com/open-feature/java-sdk-contrib/issues/833)) ([2e5c146](https://github.com/open-feature/java-sdk-contrib/commit/2e5c1468b6fb76391d59cb64bd3b8ced48a60977))
* Reset the state on shutting down the flagd resolver ([#410](https://github.com/open-feature/java-sdk-contrib/issues/410)) ([#832](https://github.com/open-feature/java-sdk-contrib/issues/832)) ([05ea93d](https://github.com/open-feature/java-sdk-contrib/commit/05ea93d713d2b8c85d2f1e08f598fe18554789a5))

## [0.8.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.2...dev.openfeature.contrib.providers.flagd-v0.8.3) (2024-06-19)


Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.8.3</version>
<version>0.8.4</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.8.3</version> <!--x-release-please-version -->
<version>0.8.4</version> <!--x-release-please-version -->

<properties>
<!-- exclusion expression for e2e tests -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3
0.8.4

0 comments on commit 5facf4f

Please sign in to comment.