Skip to content

Commit 60d50e7

Browse files
chore(main): release providers/flagd 0.3.2
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent a891ba8 commit 60d50e7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"hooks/open-telemetry": "0.3.6",
33
"hooks/validator": "0.1.7",
44
"providers/configcat": "0.2.3",
5-
"providers/flagd": "0.3.1",
5+
"providers/flagd": "0.3.2",
66
"providers/flipt": "0.1.5",
77
"providers/from-env": "0.1.6",
88
"providers/go-feature-flag": "0.2.7",

providers/flagd/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.3.1...providers/flagd/v0.3.2) (2026-01-12)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **flagd:** configurable retry backoff after each sync cycle error ([#756](https://github.com/open-feature/go-sdk-contrib/issues/756)) ([#806](https://github.com/open-feature/go-sdk-contrib/issues/806)) ([0791fa1](https://github.com/open-feature/go-sdk-contrib/commit/0791fa182c376bfc7c5109403e5f99799a64c87e))
9+
* **flagd:** do not retry for certain status codes ([#756](https://github.com/open-feature/go-sdk-contrib/issues/756)) ([#799](https://github.com/open-feature/go-sdk-contrib/issues/799)) ([e01a99e](https://github.com/open-feature/go-sdk-contrib/commit/e01a99ed8a0b54a2c09ed9c2aa4f5cd658769e78))
10+
11+
12+
### ✨ New Features
13+
14+
* **flagd:** Add flagd-selector gRPC metadata header to in-process service. ([#790](https://github.com/open-feature/go-sdk-contrib/issues/790)) ([a891ba8](https://github.com/open-feature/go-sdk-contrib/commit/a891ba8d89b9b4233a7cb222668ead16b1036807))
15+
* **go-feature-flag-inprocess:** update go-feature-flag dep to v1.49.0 ([#821](https://github.com/open-feature/go-sdk-contrib/issues/821)) ([6fa5a89](https://github.com/open-feature/go-sdk-contrib/commit/6fa5a8914f838db8507eea4d19d6a07521184afc))
16+
317
## [0.3.1](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.3.0...providers/flagd/v0.3.1) (2025-11-25)
418

519

0 commit comments

Comments
 (0)