Skip to content

Commit d7174f7

Browse files
chore(main): release 1.15.1 (#377)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5272447 commit d7174f7

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-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.15.0"
2+
".": "1.15.1"
33
}

CHANGELOG.md

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

3+
## [1.15.1](https://github.com/open-feature/go-sdk/compare/v1.15.0...v1.15.1) (2025-06-16)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module golang.org/x/text to v0.26.0 ([#385](https://github.com/open-feature/go-sdk/issues/385)) ([677bb63](https://github.com/open-feature/go-sdk/commit/677bb6306b59ba9e6fa7b6f9a5470497a5f1959e))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update test-harness digest to aa74d0e ([#336](https://github.com/open-feature/go-sdk/issues/336)) ([b169115](https://github.com/open-feature/go-sdk/commit/b169115ab8e59f431f5b8b518bb56c47ea827570))
14+
* use `context.TODO()` in testable examples ([#379](https://github.com/open-feature/go-sdk/issues/379)) ([cd8efe5](https://github.com/open-feature/go-sdk/commit/cd8efe5119613d8d4206e96e21bca7fbb0625577))
15+
* use mockgen build_constraint instead of sed logic in Makefile ([#386](https://github.com/open-feature/go-sdk/issues/386)) ([a40081f](https://github.com/open-feature/go-sdk/commit/a40081fe64ba9bb597488cfdaf74cd06b2e22ecb))
16+
17+
18+
### 📚 Documentation
19+
20+
* fix doc links ([#382](https://github.com/open-feature/go-sdk/issues/382)) ([1d5ed74](https://github.com/open-feature/go-sdk/commit/1d5ed74ee95f6a9d785fbbcf3e88caf39cd8bdb8))
21+
* fix the logging hook example in README ([#380](https://github.com/open-feature/go-sdk/issues/380)) ([ca8a527](https://github.com/open-feature/go-sdk/commit/ca8a52748519022a09ed836148ed7e72f7d9dc3b))
22+
* use `context.TODO()` in README examples ([#378](https://github.com/open-feature/go-sdk/issues/378)) ([2f39d23](https://github.com/open-feature/go-sdk/commit/2f39d23117b1777127355b56088cd0554ffcf0ec))
23+
24+
25+
### 🔄 Refactoring
26+
27+
* use `flatCtx` for vars/types of `FlattenedContext` ([#388](https://github.com/open-feature/go-sdk/issues/388)) ([5272447](https://github.com/open-feature/go-sdk/commit/52724472c11888cecee1cf865da5159f053baec1))
28+
* use stdlib packages to get map values ([#381](https://github.com/open-feature/go-sdk/issues/381)) ([703c3ef](https://github.com/open-feature/go-sdk/commit/703c3ef2b342dd27536c6f3b2bf114adcf8817b4))
29+
330
## [1.15.0](https://github.com/open-feature/go-sdk/compare/v1.14.1...v1.15.0) (2025-06-02)
431

532

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.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" />
19+
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.15.1">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.15.1&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

0 commit comments

Comments
 (0)