Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagd 0.8.5 (#879
Browse files Browse the repository at this point in the history
)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 6, 2024
1 parent b9f9ffd commit ada13af
Show file tree
Hide file tree
Showing 5 changed files with 25 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.4",
"providers/flagd": "0.8.5",
"hooks/open-telemetry": "3.1.2",
"providers/go-feature-flag": "0.2.23",
"providers/flagsmith": "0.0.8",
Expand Down
21 changes: 21 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### 🐛 Bug Fixes

* **deps:** update dependency com.networknt:json-schema-validator to v1.5.1 ([#891](https://github.com/open-feature/java-sdk-contrib/issues/891)) ([353f77b](https://github.com/open-feature/java-sdk-contrib/commit/353f77b24349a90e34b1823a60464e6369995c87))
* **deps:** update dependency commons-codec:commons-codec to v1.17.1 ([#881](https://github.com/open-feature/java-sdk-contrib/issues/881)) ([ee8273e](https://github.com/open-feature/java-sdk-contrib/commit/ee8273e3bcea0b2d0dcfa6d58bd68b68edb551e6))
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.112.final ([#886](https://github.com/open-feature/java-sdk-contrib/issues/886)) ([1c6c890](https://github.com/open-feature/java-sdk-contrib/commit/1c6c890a83fec49394a3a44c82ef75f80613e586))
* **deps:** update grpc-java monorepo to v1.65.1 ([#878](https://github.com/open-feature/java-sdk-contrib/issues/878)) ([d307cc2](https://github.com/open-feature/java-sdk-contrib/commit/d307cc25ff042c084529655f4ebd953d2fa91b5c))


### ✨ New Features

* [flagd-in-process] Support Injection of a custom connector ([#900](https://github.com/open-feature/java-sdk-contrib/issues/900)) ([b9f9ffd](https://github.com/open-feature/java-sdk-contrib/commit/b9f9ffddf7538bbd8f7ffb531752c9468dbb87b1))


### 🧹 Chore

* **deps:** update testcontainers-java monorepo to v1.20.0 ([#882](https://github.com/open-feature/java-sdk-contrib/issues/882)) ([2861e4b](https://github.com/open-feature/java-sdk-contrib/commit/2861e4b5195c3a626bced6b393e714e21c8144e9))
* **deps:** update testcontainers-java monorepo to v1.20.1 ([#897](https://github.com/open-feature/java-sdk-contrib/issues/897)) ([6f76193](https://github.com/open-feature/java-sdk-contrib/commit/6f76193bf34c3230945a6c0bb8cc0f818664af5b))

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


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.4</version>
<version>0.8.5</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.4</version> <!--x-release-please-version -->
<version>0.8.5</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.4
0.8.5

0 comments on commit ada13af

Please sign in to comment.