Skip to content

Commit 3f4690e

Browse files
chore: release main (#1571)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.12.3</summary> ## [0.12.3](flagd/v0.12.2...flagd/v0.12.3) (2025-03-25) ### 🐛 Bug Fixes * add support for unix socket connection in sync service ([#1518](#1518)) ([#1560](#1560)) ([e2203a1](e2203a1)) * **deps:** update module github.com/open-feature/flagd/core to v0.11.2 ([#1570](#1570)) ([e151b1f](e151b1f)) * **deps:** update module github.com/prometheus/client_golang to v1.21.1 ([#1576](#1576)) ([cd95193](cd95193)) * **deps:** update module google.golang.org/grpc to v1.71.0 ([#1578](#1578)) ([5c2c64f](5c2c64f)) * incorrect metadata returned per source ([#1599](#1599)) ([b333e11](b333e11)) ### ✨ New Features * accept version numbers which are not strings ([#1589](#1589)) ([6a13796](6a13796)) </details> <details><summary>flagd-proxy: 0.7.3</summary> ## [0.7.3](flagd-proxy/v0.7.2...flagd-proxy/v0.7.3) (2025-03-25) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.11.2 ([#1570](#1570)) ([e151b1f](e151b1f)) * **deps:** update module github.com/prometheus/client_golang to v1.21.1 ([#1576](#1576)) ([cd95193](cd95193)) * **deps:** update module google.golang.org/grpc to v1.71.0 ([#1578](#1578)) ([5c2c64f](5c2c64f)) </details> <details><summary>core: 0.11.3</summary> ## [0.11.3](core/v0.11.2...core/v0.11.3) (2025-03-25) ### 🐛 Bug Fixes * **deps:** update github.com/open-feature/flagd-schemas digest to 9b0ee43 ([#1598](#1598)) ([0587ce4](0587ce4)) * **deps:** update github.com/open-feature/flagd-schemas digest to e840a03 ([#1587](#1587)) ([9ee0c57](9ee0c57)) * **deps:** update module connectrpc.com/otelconnect to v0.7.2 ([#1574](#1574)) ([6094dce](6094dce)) * **deps:** update module github.com/google/go-cmp to v0.7.0 ([#1569](#1569)) ([6e9dbd2](6e9dbd2)) * **deps:** update module github.com/prometheus/client_golang to v1.21.1 ([#1576](#1576)) ([cd95193](cd95193)) * **deps:** update module google.golang.org/grpc to v1.71.0 ([#1578](#1578)) ([5c2c64f](5c2c64f)) * incorrect metadata returned per source ([#1599](#1599)) ([b333e11](b333e11)) ### ✨ New Features * accept version numbers which are not strings ([#1589](#1589)) ([6a13796](6a13796)) </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 0587ce4 commit 3f4690e

File tree

4 files changed

+46
-3
lines changed

4 files changed

+46
-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.2",
3-
"flagd-proxy": "0.7.2",
4-
"core": "0.11.2"
2+
"flagd": "0.12.3",
3+
"flagd-proxy": "0.7.3",
4+
"core": "0.11.3"
55
}

core/CHANGELOG.md

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

3+
## [0.11.3](https://github.com/open-feature/flagd/compare/core/v0.11.2...core/v0.11.3) (2025-03-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update github.com/open-feature/flagd-schemas digest to 9b0ee43 ([#1598](https://github.com/open-feature/flagd/issues/1598)) ([0587ce4](https://github.com/open-feature/flagd/commit/0587ce44e60b643ff6960c1eaf4461f933ea95b7))
9+
* **deps:** update github.com/open-feature/flagd-schemas digest to e840a03 ([#1587](https://github.com/open-feature/flagd/issues/1587)) ([9ee0c57](https://github.com/open-feature/flagd/commit/9ee0c573d6dbfa0c4e9b18c9da7313094ea56916))
10+
* **deps:** update module connectrpc.com/otelconnect to v0.7.2 ([#1574](https://github.com/open-feature/flagd/issues/1574)) ([6094dce](https://github.com/open-feature/flagd/commit/6094dce5c0472f593b79d6d40e080f9b8d6503e5))
11+
* **deps:** update module github.com/google/go-cmp to v0.7.0 ([#1569](https://github.com/open-feature/flagd/issues/1569)) ([6e9dbd2](https://github.com/open-feature/flagd/commit/6e9dbd2dbf8365f839e353f53cb638847a1f05d6))
12+
* **deps:** update module github.com/prometheus/client_golang to v1.21.1 ([#1576](https://github.com/open-feature/flagd/issues/1576)) ([cd95193](https://github.com/open-feature/flagd/commit/cd95193f71fd465ffd1b177fa492aa84d8414a87))
13+
* **deps:** update module google.golang.org/grpc to v1.71.0 ([#1578](https://github.com/open-feature/flagd/issues/1578)) ([5c2c64f](https://github.com/open-feature/flagd/commit/5c2c64f878b8603dd37cbfd79b0e1588e4b5a3c6))
14+
* incorrect metadata returned per source ([#1599](https://github.com/open-feature/flagd/issues/1599)) ([b333e11](https://github.com/open-feature/flagd/commit/b333e11ecfe54f72c44ee61b3dcb1f2a487c94d4))
15+
16+
17+
### ✨ New Features
18+
19+
* accept version numbers which are not strings ([#1589](https://github.com/open-feature/flagd/issues/1589)) ([6a13796](https://github.com/open-feature/flagd/commit/6a137967a258e799cbac9e3bb3927a07412c2a7b))
20+
321
## [0.11.2](https://github.com/open-feature/flagd/compare/core/v0.11.1...core/v0.11.2) (2025-02-21)
422

523

flagd-proxy/CHANGELOG.md

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

3+
## [0.7.3](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.2...flagd-proxy/v0.7.3) (2025-03-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/open-feature/flagd/core to v0.11.2 ([#1570](https://github.com/open-feature/flagd/issues/1570)) ([e151b1f](https://github.com/open-feature/flagd/commit/e151b1f97524a568e361103bf7a388f2598e5861))
9+
* **deps:** update module github.com/prometheus/client_golang to v1.21.1 ([#1576](https://github.com/open-feature/flagd/issues/1576)) ([cd95193](https://github.com/open-feature/flagd/commit/cd95193f71fd465ffd1b177fa492aa84d8414a87))
10+
* **deps:** update module google.golang.org/grpc to v1.71.0 ([#1578](https://github.com/open-feature/flagd/issues/1578)) ([5c2c64f](https://github.com/open-feature/flagd/commit/5c2c64f878b8603dd37cbfd79b0e1588e4b5a3c6))
11+
312
## [0.7.2](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.1...flagd-proxy/v0.7.2) (2025-02-21)
413

514

flagd/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.12.3](https://github.com/open-feature/flagd/compare/flagd/v0.12.2...flagd/v0.12.3) (2025-03-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* add support for unix socket connection in sync service ([#1518](https://github.com/open-feature/flagd/issues/1518)) ([#1560](https://github.com/open-feature/flagd/issues/1560)) ([e2203a1](https://github.com/open-feature/flagd/commit/e2203a13ca4debd5b43c94a9b00acd2d40152bb2))
9+
* **deps:** update module github.com/open-feature/flagd/core to v0.11.2 ([#1570](https://github.com/open-feature/flagd/issues/1570)) ([e151b1f](https://github.com/open-feature/flagd/commit/e151b1f97524a568e361103bf7a388f2598e5861))
10+
* **deps:** update module github.com/prometheus/client_golang to v1.21.1 ([#1576](https://github.com/open-feature/flagd/issues/1576)) ([cd95193](https://github.com/open-feature/flagd/commit/cd95193f71fd465ffd1b177fa492aa84d8414a87))
11+
* **deps:** update module google.golang.org/grpc to v1.71.0 ([#1578](https://github.com/open-feature/flagd/issues/1578)) ([5c2c64f](https://github.com/open-feature/flagd/commit/5c2c64f878b8603dd37cbfd79b0e1588e4b5a3c6))
12+
* incorrect metadata returned per source ([#1599](https://github.com/open-feature/flagd/issues/1599)) ([b333e11](https://github.com/open-feature/flagd/commit/b333e11ecfe54f72c44ee61b3dcb1f2a487c94d4))
13+
14+
15+
### ✨ New Features
16+
17+
* accept version numbers which are not strings ([#1589](https://github.com/open-feature/flagd/issues/1589)) ([6a13796](https://github.com/open-feature/flagd/commit/6a137967a258e799cbac9e3bb3927a07412c2a7b))
18+
319
## [0.12.2](https://github.com/open-feature/flagd/compare/flagd/v0.12.1...flagd/v0.12.2) (2025-02-21)
420

521

0 commit comments

Comments
 (0)