Skip to content

Commit 961f9a6

Browse files
chore: release main (#1661)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.12.6</summary> ## [0.12.6](flagd/v0.12.5...flagd/v0.12.6) (2025-07-10) ### 🐛 Bug Fixes * **security:** update module github.com/go-viper/mapstructure/v2 to v2.3.0 [security] ([#1667](#1667)) ([caa0ed0](caa0ed0)) ### ✨ New Features * add sync_context to SyncFlags ([#1642](#1642)) ([07a45d9](07a45d9)) </details> <details><summary>flagd-proxy: 0.7.5</summary> ## [0.7.5](flagd-proxy/v0.7.4...flagd-proxy/v0.7.5) (2025-07-10) ### 🐛 Bug Fixes * **security:** update module github.com/go-viper/mapstructure/v2 to v2.3.0 [security] ([#1667](#1667)) ([caa0ed0](caa0ed0)) ### ✨ New Features * add sync_context to SyncFlags ([#1642](#1642)) ([07a45d9](07a45d9)) </details> <details><summary>core: 0.11.6</summary> ## [0.11.6](core/v0.11.5...core/v0.11.6) (2025-07-10) ### ✨ New Features * add sync_context to SyncFlags ([#1642](#1642)) ([07a45d9](07a45d9)) * allowing null/missing defaultValue ([#1659](#1659)) ([3f6b78c](3f6b78c)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2f330af commit 961f9a6

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flagd": "0.12.5",
3-
"flagd-proxy": "0.7.4",
4-
"core": "0.11.5"
2+
"flagd": "0.12.6",
3+
"flagd-proxy": "0.7.5",
4+
"core": "0.11.6"
55
}

core/CHANGELOG.md

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

3+
## [0.11.6](https://github.com/open-feature/flagd/compare/core/v0.11.5...core/v0.11.6) (2025-07-10)
4+
5+
6+
### ✨ New Features
7+
8+
* add sync_context to SyncFlags ([#1642](https://github.com/open-feature/flagd/issues/1642)) ([07a45d9](https://github.com/open-feature/flagd/commit/07a45d9b2275584fa92ff33cbe5e5c7d7864db38))
9+
* allowing null/missing defaultValue ([#1659](https://github.com/open-feature/flagd/issues/1659)) ([3f6b78c](https://github.com/open-feature/flagd/commit/3f6b78c8ccab75e9c07d26741c4b206fd0b722ee))
10+
311
## [0.11.5](https://github.com/open-feature/flagd/compare/core/v0.11.4...core/v0.11.5) (2025-06-13)
412

513

flagd-proxy/CHANGELOG.md

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

3+
## [0.7.5](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.4...flagd-proxy/v0.7.5) (2025-07-10)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **security:** update module github.com/go-viper/mapstructure/v2 to v2.3.0 [security] ([#1667](https://github.com/open-feature/flagd/issues/1667)) ([caa0ed0](https://github.com/open-feature/flagd/commit/caa0ed04eb9d5d01136deb71b8fcc4da72aa1910))
9+
10+
11+
### ✨ New Features
12+
13+
* add sync_context to SyncFlags ([#1642](https://github.com/open-feature/flagd/issues/1642)) ([07a45d9](https://github.com/open-feature/flagd/commit/07a45d9b2275584fa92ff33cbe5e5c7d7864db38))
14+
315
## [0.7.4](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.3...flagd-proxy/v0.7.4) (2025-05-28)
416

517

flagd/CHANGELOG.md

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

3+
## [0.12.6](https://github.com/open-feature/flagd/compare/flagd/v0.12.5...flagd/v0.12.6) (2025-07-10)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **security:** update module github.com/go-viper/mapstructure/v2 to v2.3.0 [security] ([#1667](https://github.com/open-feature/flagd/issues/1667)) ([caa0ed0](https://github.com/open-feature/flagd/commit/caa0ed04eb9d5d01136deb71b8fcc4da72aa1910))
9+
10+
11+
### ✨ New Features
12+
13+
* add sync_context to SyncFlags ([#1642](https://github.com/open-feature/flagd/issues/1642)) ([07a45d9](https://github.com/open-feature/flagd/commit/07a45d9b2275584fa92ff33cbe5e5c7d7864db38))
14+
315
## [0.12.5](https://github.com/open-feature/flagd/compare/flagd/v0.12.4...flagd/v0.12.5) (2025-06-13)
416

517

0 commit comments

Comments
 (0)