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.6 #906

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
@@ -1,5 +1,5 @@
{
"providers/flagd": "0.8.5",
"providers/flagd": "0.8.6",
"hooks/open-telemetry": "3.1.2",
"providers/go-feature-flag": "0.2.23",
"providers/flagsmith": "0.0.8",
Expand Down
17 changes: 17 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### 🐛 Bug Fixes

* **deps:** update grpc-java monorepo to v1.66.0 ([#909](https://github.com/open-feature/java-sdk-contrib/issues/909)) ([a1bd2db](https://github.com/open-feature/java-sdk-contrib/commit/a1bd2db5e91242b9ef23651c8a874ce6ef7a4782))
* **deps:** update opentelemetry-java monorepo to v1.41.0 ([#911](https://github.com/open-feature/java-sdk-contrib/issues/911)) ([157705a](https://github.com/open-feature/java-sdk-contrib/commit/157705a44e55f5b5a545f9126b64df00b1f8cdf9))


### 🧹 Chore

* add more logging in sync stream ([#929](https://github.com/open-feature/java-sdk-contrib/issues/929)) ([64c9f13](https://github.com/open-feature/java-sdk-contrib/commit/64c9f13a4afeae13df9ddd32dc2e942f76f9d905))
* Create docker-compose.yml do match CONTRIBUTING.md ([#918](https://github.com/open-feature/java-sdk-contrib/issues/918)) ([d81702e](https://github.com/open-feature/java-sdk-contrib/commit/d81702ed0414dc6654d957663f4441fbf85ab6cb))
* **deps:** update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.0 ([#905](https://github.com/open-feature/java-sdk-contrib/issues/905)) ([fe213ee](https://github.com/open-feature/java-sdk-contrib/commit/fe213ee895140952057746b909115c7110811ef8))
* **deps:** update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.1 ([#914](https://github.com/open-feature/java-sdk-contrib/issues/914)) ([c68d0c5](https://github.com/open-feature/java-sdk-contrib/commit/c68d0c5cca31582a6952cb0054acec8ca195a716))
* **deps:** update junit5 monorepo ([#917](https://github.com/open-feature/java-sdk-contrib/issues/917)) ([0fe925a](https://github.com/open-feature/java-sdk-contrib/commit/0fe925ae4584527c20be64dfc2e1af491df766cd))

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


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.5</version>
<version>0.8.6</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.5</version> <!--x-release-please-version -->
<version>0.8.6</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.5
0.8.6