Skip to content

Commit 718c8ca

Browse files
chore(main): release 1.17.0
1 parent c2034e5 commit 718c8ca

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-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.16.0"
2+
".": "1.17.0"
33
}

CHANGELOG.md

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

3+
## [1.17.0](https://github.com/open-feature/go-sdk/compare/v1.16.0...v1.17.0) (2025-10-29)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **multi-provider:** correct provider state tracking and improve robustness ([#441](https://github.com/open-feature/go-sdk/issues/441)) ([7fd7ab6](https://github.com/open-feature/go-sdk/commit/7fd7ab6c25108def02a2459524139f26e30aabfa))
9+
10+
11+
### ✨ New Features
12+
13+
* add error wrapping support to ResolutionError ([#438](https://github.com/open-feature/go-sdk/issues/438)) ([1c624c9](https://github.com/open-feature/go-sdk/commit/1c624c9a9e2b2e5be2a667aa8cd40969bfaf6871))
14+
* add fatal error constructor ([#445](https://github.com/open-feature/go-sdk/issues/445)) ([c2034e5](https://github.com/open-feature/go-sdk/commit/c2034e52d7d129ab2bbaa9917e64d365f2f1c802))
15+
* Implement multiprovider ([#354](https://github.com/open-feature/go-sdk/issues/354)) ([c7c86d3](https://github.com/open-feature/go-sdk/commit/c7c86d342bb2469ea0eebf3e5b082521fb7969c1))
16+
17+
18+
### 🧹 Chore
19+
20+
* **deps:** update module golang.org/x/text to v0.30.0 ([#440](https://github.com/open-feature/go-sdk/issues/440)) ([1be83ec](https://github.com/open-feature/go-sdk/commit/1be83ec5dff402a7fb7bfef478fd91420730d03c))
21+
322
## [1.16.0](https://github.com/open-feature/go-sdk/compare/v1.15.1...v1.16.0) (2025-09-24)
423

524

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

0 commit comments

Comments
 (0)