Releases: open-feature/go-sdk
Releases · open-feature/go-sdk
v1.6.0
v1.5.1
v1.5.0
v1.4.0
v1.3.0
1.3.0 (2023-03-02)
⚠️ Notice ⚠️
This update is a breaking change of the experimental Hooks API.
Structures implementing the Hook interface will need to be modified.
Features
Bug Fixes
- deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.5 (#154) (ae3f3da)
- deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.6 (#156) (2432c20)
- deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.7 (#161) (cfe1d74)
- deps: update module golang.org/x/text to v0.7.0 (#157) (6857bb3)
v1.2.0
1.2.0 (2023-02-02)
⚠ NOTE
- upgraded Go version to 1.18 (#140)
Features
Bug Fixes
- deps: update module github.com/open-feature/flagd to v0.3.1 (#137) (7f2652f)
- deps: update module github.com/open-feature/flagd to v0.3.2 (#145) (2f20979)
- deps: update module github.com/open-feature/flagd to v0.3.4 (#149) (31bd8b7)
- deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.3 (#144) (1b9fd94)
- deps: update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.4 (#146) (a45f288)
- validate that a flag key is valid UTF-8 & implemented fuzzing tests (#141) (e3e7f82)
v1.1.0
v1.0.1
v1.0.0
v0.6.0
0.6.0 (2022-10-11)
This release improves thread safety by adding some internal read/write locks and making the evaluation context immutable. Authors mutating evaluation context will need to make changes to the way they construct context objects.
⚠ BREAKING CHANGES
- made EvaluationContext fields unexported with a constructor and setters to enforce immutability (#91)
Features
- made EvaluationContext fields unexported with a constructor and setters to enforce immutability (#91) (691a1e3)