Skip to content

Commit 063eb8a

Browse files
chore(main): release 1.15.0
1 parent 5c69ff1 commit 063eb8a

File tree

3 files changed

+55
-3
lines changed

3 files changed

+55
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.14.1"
2+
".": "1.15.0"
33
}

CHANGELOG.md

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

3+
## [1.15.0](https://github.com/open-feature/go-sdk/compare/v1.14.1...v1.15.0) (2025-05-29)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/go-logr/logr to v1.4.3 ([#375](https://github.com/open-feature/go-sdk/issues/375)) ([f1b6836](https://github.com/open-feature/go-sdk/commit/f1b683682405885ee08ffda4269449666b7d7c1f))
9+
* **deps:** update module go.uber.org/mock to v0.5.2 ([#355](https://github.com/open-feature/go-sdk/issues/355)) ([1d6069a](https://github.com/open-feature/go-sdk/commit/1d6069a9c56ca0d89a093f7f74168103295ecee8))
10+
* **deps:** update module golang.org/x/text to v0.22.0 ([#315](https://github.com/open-feature/go-sdk/issues/315)) ([06e9304](https://github.com/open-feature/go-sdk/commit/06e93041fc916d607b42f295498915a6ce5993e1))
11+
* **deps:** update module golang.org/x/text to v0.25.0 ([#330](https://github.com/open-feature/go-sdk/issues/330)) ([42e33ba](https://github.com/open-feature/go-sdk/commit/42e33ba0542a59677389d5542b9ee3cc7f8fdb3d))
12+
* remove `ITracking` interface in favour of `Tracker` ([#365](https://github.com/open-feature/go-sdk/issues/365)) ([3b4c49b](https://github.com/open-feature/go-sdk/commit/3b4c49b111b515a5fd84f04a6de68b1e64168092))
13+
14+
15+
### ✨ New Features
16+
17+
* add evaluation details to finally hook ([#328](https://github.com/open-feature/go-sdk/issues/328)) ([63de64a](https://github.com/open-feature/go-sdk/commit/63de64af7fb1b82aa224e5991f4a17f111df83c3))
18+
* add OTel event creation util func ([#325](https://github.com/open-feature/go-sdk/issues/325)) ([3c70dc2](https://github.com/open-feature/go-sdk/commit/3c70dc2b50d5f088a92926ee09bceaebfc8595a1))
19+
* loosen test instance interface to support various test frameworks ([#317](https://github.com/open-feature/go-sdk/issues/317)) ([ce4920a](https://github.com/open-feature/go-sdk/commit/ce4920ad0dde1023da06082d81cb3b682b133c7c))
20+
* loosen test instance interface to support various test frameworks [#316](https://github.com/open-feature/go-sdk/issues/316) ([#319](https://github.com/open-feature/go-sdk/issues/319)) ([344cd39](https://github.com/open-feature/go-sdk/commit/344cd39e3e834423846da4bf2e0e92273e27a9a4))
21+
* Make Mocks Exportable ([#341](https://github.com/open-feature/go-sdk/issues/341)) ([f675d01](https://github.com/open-feature/go-sdk/commit/f675d018df7196043bc075a9992d7445bd9359c2))
22+
* update telemetry package to conform to latest spec ([#371](https://github.com/open-feature/go-sdk/issues/371)) ([5c69ff1](https://github.com/open-feature/go-sdk/commit/5c69ff122e650357701db1870eb501f4e87808df))
23+
24+
25+
### 🧹 Chore
26+
27+
* add `misspell` and `dupword` linters ([#374](https://github.com/open-feature/go-sdk/issues/374)) ([1b1af45](https://github.com/open-feature/go-sdk/commit/1b1af4519c590426e3b975b2b3066d6f5b68daef))
28+
* add global maintainers to codeowners ([#338](https://github.com/open-feature/go-sdk/issues/338)) ([6d1004c](https://github.com/open-feature/go-sdk/commit/6d1004c20ac94d994c67287f01049e401ca5ba68))
29+
* add golangci-lint config file ([#366](https://github.com/open-feature/go-sdk/issues/366)) ([8844be4](https://github.com/open-feature/go-sdk/commit/8844be4153cffe4b9e730712748d1d90759425d1))
30+
* add Makefile `docs` target ([#352](https://github.com/open-feature/go-sdk/issues/352)) ([0bdbe12](https://github.com/open-feature/go-sdk/commit/0bdbe1266cf9e77c9f9bcfd98edb55ede3cf90c1))
31+
* **deps:** pin dependencies ([#335](https://github.com/open-feature/go-sdk/issues/335)) ([68d9cf3](https://github.com/open-feature/go-sdk/commit/68d9cf381ee2e3ce5be37d6a5d623018b633b413))
32+
* **deps:** update codecov/codecov-action action to v5 ([#303](https://github.com/open-feature/go-sdk/issues/303)) ([44a74c3](https://github.com/open-feature/go-sdk/commit/44a74c3d603aa51d2cc36adad091c056bd2225d5))
33+
* **deps:** update codecov/codecov-action action to v5.4.0 ([#329](https://github.com/open-feature/go-sdk/issues/329)) ([a55418d](https://github.com/open-feature/go-sdk/commit/a55418d9ab2bae4c4d8a922c6928fb441e79f5fa))
34+
* **deps:** update codecov/codecov-action action to v5.4.2 ([#339](https://github.com/open-feature/go-sdk/issues/339)) ([05a6d97](https://github.com/open-feature/go-sdk/commit/05a6d97ad4f7c4d2391a239621e538cbbd81cb04))
35+
* **deps:** update codecov/codecov-action action to v5.4.3 ([#356](https://github.com/open-feature/go-sdk/issues/356)) ([9ff5e20](https://github.com/open-feature/go-sdk/commit/9ff5e204c726f3a60c8c04c89f8841dc16a6ac53))
36+
* require go 1.23.0 ([#351](https://github.com/open-feature/go-sdk/issues/351)) ([3c52fa7](https://github.com/open-feature/go-sdk/commit/3c52fa7fe1dc3f256954a4035c0d317bc076d5e7))
37+
* update renovate config to utilize general openfeature one ([#334](https://github.com/open-feature/go-sdk/issues/334)) ([58a2a17](https://github.com/open-feature/go-sdk/commit/58a2a1743c8a461d3e073e1f8f6aa8c59648c1a9))
38+
39+
40+
### 📚 Documentation
41+
42+
* add PR title and DCO rules to CONTRIBUTING.md ([#321](https://github.com/open-feature/go-sdk/issues/321)) ([c2eb5af](https://github.com/open-feature/go-sdk/commit/c2eb5af651dfec4dc099892bc53a5d8a84b895e1))
43+
* deprecate identifiers correctly ([#357](https://github.com/open-feature/go-sdk/issues/357)) ([965e766](https://github.com/open-feature/go-sdk/commit/965e7665c7d53e2cf46c97f4de779e5002c7e3e8))
44+
* format godoc lists correctly ([#353](https://github.com/open-feature/go-sdk/issues/353)) ([a905ce3](https://github.com/open-feature/go-sdk/commit/a905ce3adcf47ec5fd66fe870d0c0661929340f3))
45+
* Use `SetProviderAndWait` in README ([#332](https://github.com/open-feature/go-sdk/issues/332)) ([a7dbd93](https://github.com/open-feature/go-sdk/commit/a7dbd931903eb9734ac1119fdd1226f233e3944d))
46+
* Use `SetProviderAndWait` in README example ([#333](https://github.com/open-feature/go-sdk/issues/333)) ([74eaac3](https://github.com/open-feature/go-sdk/commit/74eaac3804c3041a0ae798bff14a30baa099608c))
47+
* use shorthand eval syntax ([#331](https://github.com/open-feature/go-sdk/issues/331)) ([69d31fe](https://github.com/open-feature/go-sdk/commit/69d31fe089e96693375075a6ae600f3b88ae6422))
48+
49+
50+
### 🔄 Refactoring
51+
52+
* remove dependency on golang.org/x/exp ([#320](https://github.com/open-feature/go-sdk/issues/320)) ([38e2300](https://github.com/open-feature/go-sdk/commit/38e2300c67a8316bfb0e319dddfaa95236bc9edc))
53+
* simplify and improve logging hook ([#361](https://github.com/open-feature/go-sdk/issues/361)) ([5d41ca0](https://github.com/open-feature/go-sdk/commit/5d41ca06cdc9c8b66394ccd9ee19d9dbd4a5ad4d))
54+
355
## [1.14.1](https://github.com/open-feature/go-sdk/compare/v1.14.0...v1.14.1) (2025-01-21)
456

557

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.14.1">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.14.1&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.15.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.15.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

0 commit comments

Comments
 (0)