Skip to content

Commit e3ee678

Browse files
chore(main): release providers/flagd 0.3.0 (#640)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ecf95d6 commit e3ee678

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-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.4",
33
"hooks/validator": "0.1.6",
44
"providers/configcat": "0.2.2",
5-
"providers/flagd": "0.2.6",
5+
"providers/flagd": "0.3.0",
66
"providers/flipt": "0.1.3",
77
"providers/from-env": "0.1.5",
88
"providers/go-feature-flag": "0.2.5",

providers/flagd/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.2.6...providers/flagd/v0.3.0) (2025-06-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **flagd:** add file mode to flagd provider ([#648](https://github.com/open-feature/go-sdk-contrib/issues/648))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **deps:** Remove dependency on sigs.k8s.io/controller-runtime/pkg/lo… ([#639](https://github.com/open-feature/go-sdk-contrib/issues/639)) ([c2e1a73](https://github.com/open-feature/go-sdk-contrib/commit/c2e1a73e5d4297625b048b1a589101150b7c4136))
13+
* **deps:** update golang.org/x/exp digest to 7e4ce0a ([#515](https://github.com/open-feature/go-sdk-contrib/issues/515)) ([4a04445](https://github.com/open-feature/go-sdk-contrib/commit/4a04445ee4e327bc0cfe497f0d7bab64697b8b61))
14+
* **deps:** update module buf.build/gen/go/open-feature/flagd/connectrpc/go to v1.18.1-20250127221518-be6d1143b690.1 ([#605](https://github.com/open-feature/go-sdk-contrib/issues/605)) ([6ff206c](https://github.com/open-feature/go-sdk-contrib/commit/6ff206c11517e168d864e24fc1ad28f672599a1f))
15+
* **deps:** update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.36.6-20250127221518-be6d1143b690.1 ([#663](https://github.com/open-feature/go-sdk-contrib/issues/663)) ([665759d](https://github.com/open-feature/go-sdk-contrib/commit/665759d7ef1bc00aa5db9b658c7cfc135f3c7ea0))
16+
* **deps:** update module connectrpc.com/otelconnect to v0.7.2 ([#664](https://github.com/open-feature/go-sdk-contrib/issues/664)) ([7762020](https://github.com/open-feature/go-sdk-contrib/commit/7762020a6f74dcc4d2e1dadc37b51d57ae589e01))
17+
* **deps:** update module github.com/google/go-cmp to v0.7.0 ([#675](https://github.com/open-feature/go-sdk-contrib/issues/675)) ([b435fb4](https://github.com/open-feature/go-sdk-contrib/commit/b435fb47b3c31d5518079e4f8ed2edf4c8ff23ff))
18+
* **deps:** update module go.uber.org/mock to v0.5.2 ([#667](https://github.com/open-feature/go-sdk-contrib/issues/667)) ([b609a70](https://github.com/open-feature/go-sdk-contrib/commit/b609a7089307f92cb4e43477f3f98736f7a6d2d2))
19+
* **deps:** update module golang.org/x/net to v0.38.0 [security] ([#649](https://github.com/open-feature/go-sdk-contrib/issues/649)) ([0ccc7e3](https://github.com/open-feature/go-sdk-contrib/commit/0ccc7e36044e90e7972505651ac8dfbc6680c49c))
20+
21+
22+
### ✨ New Features
23+
24+
* **flagd:** add file mode to flagd provider ([#648](https://github.com/open-feature/go-sdk-contrib/issues/648)) ([3ac923c](https://github.com/open-feature/go-sdk-contrib/commit/3ac923c17efb04959297fe8ba9fe1eb923bbbfc1))
25+
* **flagd:** add Shutdown support for in-process sync ([#687](https://github.com/open-feature/go-sdk-contrib/issues/687)) ([ecf95d6](https://github.com/open-feature/go-sdk-contrib/commit/ecf95d60df95e679d6876795f4c9bffa799857fc))
26+
27+
28+
### 🧹 Chore
29+
30+
* **deps:** update dependency go to v1.24.1 ([#564](https://github.com/open-feature/go-sdk-contrib/issues/564)) ([2a99abc](https://github.com/open-feature/go-sdk-contrib/commit/2a99abc0a4afbb54e8acc2149daaeecbecc3b694))
31+
* **deps:** update dependency go to v1.24.3 ([#661](https://github.com/open-feature/go-sdk-contrib/issues/661)) ([bc218c1](https://github.com/open-feature/go-sdk-contrib/commit/bc218c12116e77af17f19fc773ee458df0d4d4b0))
32+
333
## [0.2.6](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.2.5...providers/flagd/v0.2.6) (2025-02-22)
434

535

0 commit comments

Comments
 (0)