Skip to content

Commit 6b300ad

Browse files
authoredFeb 7, 2025··
chore(main): release providers/flagd 0.2.4 (#602)
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 9d9ffa2 commit 6b300ad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎.release-please-manifest.json

+1-1
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.1",
5-
"providers/flagd": "0.2.3",
5+
"providers/flagd": "0.2.4",
66
"providers/flipt": "0.1.3",
77
"providers/from-env": "0.1.5",
88
"providers/go-feature-flag": "0.2.2",

‎providers/flagd/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.2.3...providers/flagd/v0.2.4) (2025-02-07)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module golang.org/x/net to v0.33.0 [security] ([#601](https://github.com/open-feature/go-sdk-contrib/issues/601)) ([947cd3f](https://github.com/open-feature/go-sdk-contrib/commit/947cd3f07c32ea91fd089340db55fd407a7072a5))
9+
10+
11+
### ✨ New Features
12+
13+
* Support supplying a custom sync provider for in-process flagd ([#598](https://github.com/open-feature/go-sdk-contrib/issues/598)) ([bfa642a](https://github.com/open-feature/go-sdk-contrib/commit/bfa642ad3e0726c2e01ad623312d582b0511e100))
14+
315
## [0.2.3](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.2.2...providers/flagd/v0.2.3) (2024-10-29)
416

517

0 commit comments

Comments
 (0)
Please sign in to comment.