Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagd 0.8.9 (#947
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 Sep 18, 2024
1 parent 03dfc91 commit dd53d29
Show file tree
Hide file tree
Showing 5 changed files with 19 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.8",
"providers/flagd": "0.8.9",
"hooks/open-telemetry": "3.1.2",
"providers/go-feature-flag": "0.2.23",
"providers/flagsmith": "0.0.9",
Expand Down
15 changes: 15 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.8.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.8...dev.openfeature.contrib.providers.flagd-v0.8.9) (2024-09-17)


### 🐛 Bug Fixes

* ConcurrentModificationException on flag config change java 9 ([#954](https://github.com/open-feature/java-sdk-contrib/issues/954)) ([f74fe5f](https://github.com/open-feature/java-sdk-contrib/commit/f74fe5f6da44a7fdaaaa60efa21d4ddbb3b00ec7))
* **deps:** update dependency org.semver4j:semver4j to v5.4.0 ([#952](https://github.com/open-feature/java-sdk-contrib/issues/952)) ([61c4f2a](https://github.com/open-feature/java-sdk-contrib/commit/61c4f2a8aa66b00435e34c2c97f0855edee654f2))
* **deps:** update opentelemetry-java monorepo to v1.42.1 ([#946](https://github.com/open-feature/java-sdk-contrib/issues/946)) ([0ca3da6](https://github.com/open-feature/java-sdk-contrib/commit/0ca3da649cbeb03039f7ea79134475093b739143))


### ✨ New Features

* emit changed flags in configuration change event ([#925](https://github.com/open-feature/java-sdk-contrib/issues/925)) ([d3de874](https://github.com/open-feature/java-sdk-contrib/commit/d3de8746941ff74e51e0a21675aded2bf799dc4e))
* flow instead of exceptions in resolver ([#942](https://github.com/open-feature/java-sdk-contrib/issues/942)) ([03dfc91](https://github.com/open-feature/java-sdk-contrib/commit/03dfc91ae5bb47de90129abefc1146daa496ea17))

## [0.8.8](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.7...dev.openfeature.contrib.providers.flagd-v0.8.8) (2024-09-10)


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.8</version>
<version>0.8.9</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.8</version> <!--x-release-please-version -->
<version>0.8.9</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.8
0.8.9

0 comments on commit dd53d29

Please sign in to comment.