Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"providers/launchdarkly": "0.1.5",
"providers/unleash": "0.1.0-alpha",
"providers/harness": "0.0.4-alpha",
"providers/statsig": "0.0.3",
"providers/statsig": "0.0.4",
"providers/ofrep": "0.1.6",
"providers/prefab": "0.0.3",
"tests/flagd": "1.4.1",
Expand Down
16 changes: 16 additions & 0 deletions providers/statsig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.0.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/statsig/v0.0.3...providers/statsig/v0.0.4) (2025-07-10)


### πŸ› Bug Fixes

* **deps:** bump open-feature/go-sdk from v1.11 to v1.15 ([#686](https://github.com/open-feature/go-sdk-contrib/issues/686)) ([ce87102](https://github.com/open-feature/go-sdk-contrib/commit/ce871021d0c45d3c992bb00b33c8b7a8e337e9a3))
* **deps:** update module github.com/open-feature/go-sdk to v1.15.1 ([#681](https://github.com/open-feature/go-sdk-contrib/issues/681)) ([8fd544f](https://github.com/open-feature/go-sdk-contrib/commit/8fd544ff81fd25eed655a214aa1ae1906a436f0d))
* **deps:** update module github.com/stretchr/testify to v1.10.0 ([#718](https://github.com/open-feature/go-sdk-contrib/issues/718)) ([d7963ff](https://github.com/open-feature/go-sdk-contrib/commit/d7963ff4f0a9bd25968efca31b92fdfd886a9e92))
* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#489](https://github.com/open-feature/go-sdk-contrib/issues/489)) ([c8d5f0b](https://github.com/open-feature/go-sdk-contrib/commit/c8d5f0b336a826f35fbe43834bcb9a063e276f28))
* implement the `StateHandler` interface and updates to user mapping ([#723](https://github.com/open-feature/go-sdk-contrib/issues/723)) ([e52d0e9](https://github.com/open-feature/go-sdk-contrib/commit/e52d0e973f130d6e904ee4f5727f1c2d433851d8))


### ✨ New Features

* update module github.com/statsig-io/go-sdk ([#615](https://github.com/open-feature/go-sdk-contrib/issues/615)) ([c40a391](https://github.com/open-feature/go-sdk-contrib/commit/c40a391bff6046628af78cc61ecc3089c1f15e39))

## [0.0.3](https://github.com/open-feature/go-sdk-contrib/compare/providers/statsig/v0.0.2...providers/statsig/v0.0.3) (2024-08-13)


Expand Down
Loading