Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release OpenFeature.Contrib.Providers.Statsig 0.2.0 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -5,5 +5,5 @@
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.2.0",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.1.0",
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.1.0",
"src/OpenFeature.Contrib.Providers.Statsig": "0.1.0"
"src/OpenFeature.Contrib.Providers.Statsig": "0.2.0"
}
38 changes: 38 additions & 0 deletions src/OpenFeature.Contrib.Providers.Statsig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [0.2.0](https://github.com/ericpattison/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Statsig-v0.1.0...OpenFeature.Contrib.Providers.Statsig-v0.2.0) (2024-08-22)


### ⚠ BREAKING CHANGES

* use (and require) OpenFeature SDK v2 ([#262](https://github.com/ericpattison/dotnet-sdk-contrib/issues/262))

### πŸ› Bug Fixes

* Fix Statsig nuget package name ([#172](https://github.com/ericpattison/dotnet-sdk-contrib/issues/172)) ([3d089f5](https://github.com/ericpattison/dotnet-sdk-contrib/commit/3d089f5c48478d7151fcf5964aa545471a0afe5c))
* Update usage of StatsigServerOptions ([#169](https://github.com/ericpattison/dotnet-sdk-contrib/issues/169)) ([d12bbc7](https://github.com/ericpattison/dotnet-sdk-contrib/commit/d12bbc735eda7c2931d7f8d6ad32ef4f2f1741ed))
* Use new Statsig Api to return default value when flag is not defined ([#177](https://github.com/ericpattison/dotnet-sdk-contrib/issues/177)) ([5efc8a6](https://github.com/ericpattison/dotnet-sdk-contrib/commit/5efc8a603d1ad9d8887d75e38f95d5168a2319fa))
* version expression ([cad2cd1](https://github.com/ericpattison/dotnet-sdk-contrib/commit/cad2cd166d0c25753b37189f044c3a585cda0fad))


### ✨ New Features

* map to Statsig CustomIDs ([#210](https://github.com/ericpattison/dotnet-sdk-contrib/issues/210)) ([c745edc](https://github.com/ericpattison/dotnet-sdk-contrib/commit/c745edc1a2d1141b2ef41b7b661fdd68b764c57d))
* Statsing provider ([#163](https://github.com/ericpattison/dotnet-sdk-contrib/issues/163)) ([98028e9](https://github.com/ericpattison/dotnet-sdk-contrib/commit/98028e9c37bce6225a1feeef09917a4539065a23))
* use (and require) OpenFeature SDK v2 ([#262](https://github.com/ericpattison/dotnet-sdk-contrib/issues/262)) ([f845134](https://github.com/ericpattison/dotnet-sdk-contrib/commit/f84513438586457087ac47fd40629912f2ec473a))


### 🧹 Chore

* **deps:** update dependency statsig to v1.24.0 ([#167](https://github.com/ericpattison/dotnet-sdk-contrib/issues/167)) ([f5c80e9](https://github.com/ericpattison/dotnet-sdk-contrib/commit/f5c80e923ef96760c951ae209a818004ed8bfb1b))
* **deps:** update dependency statsig to v1.25.0 ([#198](https://github.com/ericpattison/dotnet-sdk-contrib/issues/198)) ([f2583d4](https://github.com/ericpattison/dotnet-sdk-contrib/commit/f2583d4b3d47de703a5b59f20053c603f9bb3874))
* **deps:** update dependency statsig to v1.26.0 ([#214](https://github.com/ericpattison/dotnet-sdk-contrib/issues/214)) ([34015fa](https://github.com/ericpattison/dotnet-sdk-contrib/commit/34015fa816fce09c44cc7acc802097053ab98d9a))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.2 ([#166](https://github.com/ericpattison/dotnet-sdk-contrib/issues/166)) ([9219189](https://github.com/ericpattison/dotnet-sdk-contrib/commit/921918916efac7ebe139970d9fde48ff7e077d6c))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.3 ([#168](https://github.com/ericpattison/dotnet-sdk-contrib/issues/168)) ([d85eb95](https://github.com/ericpattison/dotnet-sdk-contrib/commit/d85eb956cd2b202ed98b946f85e5bb00481be472))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.4 ([#174](https://github.com/ericpattison/dotnet-sdk-contrib/issues/174)) ([e45df09](https://github.com/ericpattison/dotnet-sdk-contrib/commit/e45df09370e06307292596b4cbe1049586cad2a3))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.5 ([#199](https://github.com/ericpattison/dotnet-sdk-contrib/issues/199)) ([c7b30de](https://github.com/ericpattison/dotnet-sdk-contrib/commit/c7b30debf43b03a8968cb1f147cfef17fbf10297))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.6 ([#213](https://github.com/ericpattison/dotnet-sdk-contrib/issues/213)) ([c9f727e](https://github.com/ericpattison/dotnet-sdk-contrib/commit/c9f727e60d8749137f2e38b9ad022280caf91290))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.7 ([#217](https://github.com/ericpattison/dotnet-sdk-contrib/issues/217)) ([ba00134](https://github.com/ericpattison/dotnet-sdk-contrib/commit/ba0013453f60345458cf912ea5a0784997ad9b31))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.8 ([#251](https://github.com/ericpattison/dotnet-sdk-contrib/issues/251)) ([2988862](https://github.com/ericpattison/dotnet-sdk-contrib/commit/29888621fe162e304f97458d5ef93affd7ab02d6))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.0.9 ([#259](https://github.com/ericpattison/dotnet-sdk-contrib/issues/259)) ([d8cb16c](https://github.com/ericpattison/dotnet-sdk-contrib/commit/d8cb16cfec448a1a3838a0703b121d8522813997))
* **main:** release OpenFeature.Contrib.Providers.Statsig 0.1.0 ([#269](https://github.com/ericpattison/dotnet-sdk-contrib/issues/269)) ([25c0bb3](https://github.com/ericpattison/dotnet-sdk-contrib/commit/25c0bb309f4a68b5dbb435763cbea56437958dcb))
* update OpenFeature version compatiblity ([#249](https://github.com/ericpattison/dotnet-sdk-contrib/issues/249)) ([232e948](https://github.com/ericpattison/dotnet-sdk-contrib/commit/232e948a0916ca10612f85343e2eecebca107090))

## [0.1.0](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Statsig-v0.0.9...OpenFeature.Contrib.Providers.Statsig-v0.1.0) (2024-08-22)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>OpenFeature.Contrib.Providers.Statsig</PackageId>
<VersionNumber>0.1.0</VersionNumber><!--x-release-please-version -->
<VersionNumber>0.2.0</VersionNumber><!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
<FileVersion>$(VersionNumber)</FileVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/OpenFeature.Contrib.Providers.Statsig/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0