Skip to content

Commit c0a2940

Browse files
chore: release main (#1686)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.12.8</summary> ## [0.12.8](flagd/v0.12.7...flagd/v0.12.8) (2025-07-21) ### 🐛 Bug Fixes * update to latest otel semconv ([#1668](#1668)) ([81855d7](81855d7)) ### 🧹 Chore * **deps:** update module github.com/open-feature/flagd/core to v0.11.8 ([#1685](#1685)) ([c07ffba](c07ffba)) </details> <details><summary>flagd-proxy: 0.8.0</summary> ## [0.8.0](flagd-proxy/v0.7.6...flagd-proxy/v0.8.0) (2025-07-21) ### ⚠ BREAKING CHANGES * remove sync.Type ([#1691](#1691)) ### ✨ New Features * remove sync.Type ([#1691](#1691)) ([ac647e0](ac647e0)) ### 🧹 Chore * **deps:** update module github.com/open-feature/flagd/core to v0.11.8 ([#1685](#1685)) ([c07ffba](c07ffba)) </details> <details><summary>core: 0.12.0</summary> ## [0.12.0](core/v0.11.8...core/v0.12.0) (2025-07-21) ### ⚠ BREAKING CHANGES * remove sync.Type ([#1691](#1691)) ### 🐛 Bug Fixes * update to latest otel semconv ([#1668](#1668)) ([81855d7](81855d7)) ### ✨ New Features * Add support for HTTP eTag header and 304 no change response ([#1645](#1645)) ([ea3be4f](ea3be4f)) * remove sync.Type ([#1691](#1691)) ([ac647e0](ac647e0)) </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 ea3be4f commit c0a2940

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-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.7",
3-
"flagd-proxy": "0.7.6",
4-
"core": "0.11.8"
2+
"flagd": "0.12.8",
3+
"flagd-proxy": "0.8.0",
4+
"core": "0.12.0"
55
}

core/CHANGELOG.md

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

3+
## [0.12.0](https://github.com/open-feature/flagd/compare/core/v0.11.8...core/v0.12.0) (2025-07-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove sync.Type ([#1691](https://github.com/open-feature/flagd/issues/1691))
9+
10+
### 🐛 Bug Fixes
11+
12+
* update to latest otel semconv ([#1668](https://github.com/open-feature/flagd/issues/1668)) ([81855d7](https://github.com/open-feature/flagd/commit/81855d76f94a09251a19a05f830cc1d11ab6b566))
13+
14+
15+
### ✨ New Features
16+
17+
* Add support for HTTP eTag header and 304 no change response ([#1645](https://github.com/open-feature/flagd/issues/1645)) ([ea3be4f](https://github.com/open-feature/flagd/commit/ea3be4f9010644132795bb60b36fb7705f901b62))
18+
* remove sync.Type ([#1691](https://github.com/open-feature/flagd/issues/1691)) ([ac647e0](https://github.com/open-feature/flagd/commit/ac647e065636071f5bc065a9a084461cea692166))
19+
320
## [0.11.8](https://github.com/open-feature/flagd/compare/core/v0.11.7...core/v0.11.8) (2025-07-15)
421

522

flagd-proxy/CHANGELOG.md

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

3+
## [0.8.0](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.6...flagd-proxy/v0.8.0) (2025-07-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove sync.Type ([#1691](https://github.com/open-feature/flagd/issues/1691))
9+
10+
### ✨ New Features
11+
12+
* remove sync.Type ([#1691](https://github.com/open-feature/flagd/issues/1691)) ([ac647e0](https://github.com/open-feature/flagd/commit/ac647e065636071f5bc065a9a084461cea692166))
13+
14+
15+
### 🧹 Chore
16+
17+
* **deps:** update module github.com/open-feature/flagd/core to v0.11.8 ([#1685](https://github.com/open-feature/flagd/issues/1685)) ([c07ffba](https://github.com/open-feature/flagd/commit/c07ffba55426d538224d8564be5f35339d2258d0))
18+
319
## [0.7.6](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.5...flagd-proxy/v0.7.6) (2025-07-15)
420

521

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.8](https://github.com/open-feature/flagd/compare/flagd/v0.12.7...flagd/v0.12.8) (2025-07-21)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* update to latest otel semconv ([#1668](https://github.com/open-feature/flagd/issues/1668)) ([81855d7](https://github.com/open-feature/flagd/commit/81855d76f94a09251a19a05f830cc1d11ab6b566))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update module github.com/open-feature/flagd/core to v0.11.8 ([#1685](https://github.com/open-feature/flagd/issues/1685)) ([c07ffba](https://github.com/open-feature/flagd/commit/c07ffba55426d538224d8564be5f35339d2258d0))
14+
315
## [0.12.7](https://github.com/open-feature/flagd/compare/flagd/v0.12.6...flagd/v0.12.7) (2025-07-15)
416

517

0 commit comments

Comments
 (0)