Skip to content

Commit b11b8e0

Browse files
chore(main): release 1.16.0
1 parent a9c3adc commit b11b8e0

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-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.1"
2+
".": "1.16.0"
33
}

CHANGELOG.md

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

3+
## [1.16.0](https://github.com/open-feature/go-sdk/compare/v1.15.1...v1.16.0) (2025-08-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* implement requirement 1.6.2 ([#400](https://github.com/open-feature/go-sdk/issues/400)) ([a9c3adc](https://github.com/open-feature/go-sdk/commit/a9c3adcf18db265ba452253ae88c9ea86a0d1f23))
9+
* remove Status method from provider ([#395](https://github.com/open-feature/go-sdk/issues/395)) ([b9cc78b](https://github.com/open-feature/go-sdk/commit/b9cc78b46dc5ace5d1cc8dbaf4ebcf5f2bdc6f27))
10+
11+
12+
### ✨ New Features
13+
14+
* expose generic resolution/evaluation details structs ([#403](https://github.com/open-feature/go-sdk/issues/403)) ([343f691](https://github.com/open-feature/go-sdk/commit/343f6914c61685ae2b05e8469c56161356e820e1))
15+
16+
17+
### 🧹 Chore
18+
19+
* add 1m timeout to tests ([#399](https://github.com/open-feature/go-sdk/issues/399)) ([66e1173](https://github.com/open-feature/go-sdk/commit/66e1173d9e6e06ca90ad4f428a0acc9a73a17097))
20+
* **deps:** update test-harness digest to cc576c1 ([#391](https://github.com/open-feature/go-sdk/issues/391)) ([9908b97](https://github.com/open-feature/go-sdk/commit/9908b97485749b3051ed3075c3d30c92fa8fb795))
21+
* enable all staticcheck linter checks ([#405](https://github.com/open-feature/go-sdk/issues/405)) ([ce1a0f7](https://github.com/open-feature/go-sdk/commit/ce1a0f7a4e106b3fa89bcc3b864438eb86204279))
22+
* enable gofumpt and gci ([#392](https://github.com/open-feature/go-sdk/issues/392)) ([d9cd757](https://github.com/open-feature/go-sdk/commit/d9cd757785be761e97c710cc3a58250e5c098652))
23+
* enable intrange and copyloopvar linters ([#404](https://github.com/open-feature/go-sdk/issues/404)) ([569e99a](https://github.com/open-feature/go-sdk/commit/569e99a4a74d0cab7920de06547e25eba060bbbd))
24+
* upgrade golangci-lint to the latest version ([#406](https://github.com/open-feature/go-sdk/issues/406)) ([137156b](https://github.com/open-feature/go-sdk/commit/137156b78d94ec03d3c466ab1b29803d9a824e2f))
25+
* upgrade golangci-lint version to latest ([137156b](https://github.com/open-feature/go-sdk/commit/137156b78d94ec03d3c466ab1b29803d9a824e2f))
26+
27+
28+
### 📚 Documentation
29+
30+
* move nolint directive to beginning of block ([#396](https://github.com/open-feature/go-sdk/issues/396)) ([bf2d408](https://github.com/open-feature/go-sdk/commit/bf2d408e2945f2de67a0d3e608adb630df5c0881))
31+
32+
33+
### 🔄 Refactoring
34+
35+
* use slices package instead of append ([#402](https://github.com/open-feature/go-sdk/issues/402)) ([63bf987](https://github.com/open-feature/go-sdk/commit/63bf987c5f6cd5723f42690fc75aca94f262ea03))
36+
337
## [1.15.1](https://github.com/open-feature/go-sdk/compare/v1.15.0...v1.15.1) (2025-06-16)
438

539

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.1">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.15.1&color=blue&style=for-the-badge" />
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" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

0 commit comments

Comments
 (0)