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.flagd 0.8.5 #879

Merged
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
@@ -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",
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)


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