From b54860f993bbf92f81eeb0825f441f09ad2d7643 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 4 Oct 2024 10:12:26 -0400
Subject: [PATCH] chore(main): release dev.openfeature.contrib.providers.flagd
0.9.0 (#961)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
providers/flagd/CHANGELOG.md | 29 +++++++++++++++++++++++++++++
providers/flagd/README.md | 2 +-
providers/flagd/pom.xml | 2 +-
providers/flagd/version.txt | 2 +-
5 files changed, 33 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 128d668dd..cbbc7d94b 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,5 +1,5 @@
{
- "providers/flagd": "0.8.9",
+ "providers/flagd": "0.9.0",
"hooks/open-telemetry": "3.2.0",
"providers/go-feature-flag": "0.3.0",
"providers/flagsmith": "0.0.9",
diff --git a/providers/flagd/CHANGELOG.md b/providers/flagd/CHANGELOG.md
index eb8d55ec1..01076f811 100644
--- a/providers/flagd/CHANGELOG.md
+++ b/providers/flagd/CHANGELOG.md
@@ -1,5 +1,34 @@
# Changelog
+## [0.9.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.9...dev.openfeature.contrib.providers.flagd-v0.9.0) (2024-10-04)
+
+
+### โ BREAKING CHANGES
+
+* context enrichment via contextEnricher, not from init ([#991](https://github.com/open-feature/java-sdk-contrib/issues/991))
+* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964))
+
+### ๐ Bug Fixes
+
+* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0 ([#979](https://github.com/open-feature/java-sdk-contrib/issues/979)) ([7e1a13e](https://github.com/open-feature/java-sdk-contrib/commit/7e1a13ec79b82f8fa49703af58087fea1874cea5))
+* **deps:** update dependency com.networknt:json-schema-validator to v1.5.2 ([#958](https://github.com/open-feature/java-sdk-contrib/issues/958)) ([da10fe8](https://github.com/open-feature/java-sdk-contrib/commit/da10fe856b53ac3bdf284a194e011895f397bec3))
+* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.114.final ([#994](https://github.com/open-feature/java-sdk-contrib/issues/994)) ([3e9b967](https://github.com/open-feature/java-sdk-contrib/commit/3e9b967525a0bddb76f5ebb5b2c70ae92b038a42))
+* **deps:** update grpc-java monorepo to v1.68.0 ([#962](https://github.com/open-feature/java-sdk-contrib/issues/962)) ([96a78bd](https://github.com/open-feature/java-sdk-contrib/commit/96a78bdf3a01445eb41d4496f51660666281668a))
+
+
+### โจ New Features
+
+* Add GRPC stream connection deadline ([#999](https://github.com/open-feature/java-sdk-contrib/issues/999)) ([9de03df](https://github.com/open-feature/java-sdk-contrib/commit/9de03df3f3d533fa8ca243e65fb86c6abc460252))
+* context enrichment via contextEnricher, not from init ([#991](https://github.com/open-feature/java-sdk-contrib/issues/991)) ([1c2e11b](https://github.com/open-feature/java-sdk-contrib/commit/1c2e11baa2222e236abd96adb8274b93a58a93cd))
+* expose sync-metadata, call RPC with (re)connect ([#967](https://github.com/open-feature/java-sdk-contrib/issues/967)) ([61bb726](https://github.com/open-feature/java-sdk-contrib/commit/61bb7263a8b4ad2b15560b1306b04cd28986a95f))
+* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/open-feature/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621))
+
+
+### ๐งน Chore
+
+* **deps:** update junit5 monorepo ([#970](https://github.com/open-feature/java-sdk-contrib/issues/970)) ([df66295](https://github.com/open-feature/java-sdk-contrib/commit/df662955809698650428303d811c2b3a4b135463))
+* **deps:** update testcontainers-java monorepo to v1.20.2 ([#992](https://github.com/open-feature/java-sdk-contrib/issues/992)) ([aba1ae3](https://github.com/open-feature/java-sdk-contrib/commit/aba1ae31ebe26137904218c6737ebe625d267f4e))
+
## [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)
diff --git a/providers/flagd/README.md b/providers/flagd/README.md
index c284305c8..72207a7cd 100644
--- a/providers/flagd/README.md
+++ b/providers/flagd/README.md
@@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
dev.openfeature.contrib.providers
flagd
- 0.8.9
+ 0.9.0
```
diff --git a/providers/flagd/pom.xml b/providers/flagd/pom.xml
index 89a47a32b..7668c09d2 100644
--- a/providers/flagd/pom.xml
+++ b/providers/flagd/pom.xml
@@ -10,7 +10,7 @@
dev.openfeature.contrib.providers
flagd
- 0.8.9
+ 0.9.0
diff --git a/providers/flagd/version.txt b/providers/flagd/version.txt
index 55485e179..ac39a106c 100644
--- a/providers/flagd/version.txt
+++ b/providers/flagd/version.txt
@@ -1 +1 @@
-0.8.9
+0.9.0