Skip to content

Commit 990f3ec

Browse files
chore(main): release 1.14.0
1 parent 96d86ba commit 990f3ec

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-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.13.1"
2+
".": "1.14.0"
33
}

CHANGELOG.md

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

3+
## [1.14.0](https://github.com/open-feature/go-sdk/compare/v1.13.1...v1.14.0) (2024-11-26)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/cucumber/godog to v0.15.0 ([#300](https://github.com/open-feature/go-sdk/issues/300)) ([dc66ed3](https://github.com/open-feature/go-sdk/commit/dc66ed366b781e09a56ddcfee7eec270ce13868c))
9+
* **deps:** update module golang.org/x/text to v0.20.0 ([#301](https://github.com/open-feature/go-sdk/issues/301)) ([efab565](https://github.com/open-feature/go-sdk/commit/efab565e5679717bcb35cec2b9e5b106b7baed77))
10+
11+
12+
### ✨ New Features
13+
14+
* add logging hook, rm logging from evaluation ([#289](https://github.com/open-feature/go-sdk/issues/289)) ([7850eec](https://github.com/open-feature/go-sdk/commit/7850eec993f7570ab2603c52edfccea7a36f8a09))
15+
* Implement Tracking in Go ([#297](https://github.com/open-feature/go-sdk/issues/297)) ([dee5ec7](https://github.com/open-feature/go-sdk/commit/dee5ec72a9ec3da272804032a8fc8f469f36345c))
16+
* make provider interface "stateless" as per spec 0.8.0 ([#299](https://github.com/open-feature/go-sdk/issues/299)) ([510b2a6](https://github.com/open-feature/go-sdk/commit/510b2a6fdb54567e4bce93a2cd3eeeab5ec0a168))
17+
* TestProvider for easy, parallel-safe testing ([#295](https://github.com/open-feature/go-sdk/issues/295)) ([3e3d0b1](https://github.com/open-feature/go-sdk/commit/3e3d0b17b56938d09514ca30059403ab916d2291))
18+
19+
20+
### 🧹 Chore
21+
22+
* fix coverage uploads to Codecov ([#306](https://github.com/open-feature/go-sdk/issues/306)) ([96d86ba](https://github.com/open-feature/go-sdk/commit/96d86bac249d8eb26cfbe445bd2739d12a5e5686))
23+
* require go 1.21 ([#294](https://github.com/open-feature/go-sdk/issues/294)) ([ddfffdd](https://github.com/open-feature/go-sdk/commit/ddfffddf52c1cbd48e0c40a828f33d3342824706))
24+
* run e2e tests in ci, add sm pull to makefile ([#298](https://github.com/open-feature/go-sdk/issues/298)) ([8675832](https://github.com/open-feature/go-sdk/commit/8675832174d876eccd73378ff86eb21ded2016b8))
25+
26+
27+
### 📚 Documentation
28+
29+
* update readme to be included in the docs ([13444e7](https://github.com/open-feature/go-sdk/commit/13444e73dec4c5a14136e6b88d776c68527d7963))
30+
331
## [1.13.1](https://github.com/open-feature/go-sdk/compare/v1.13.0...v1.13.1) (2024-10-18)
432

533

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

0 commit comments

Comments
 (0)