diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a1990f93..8926e0a7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "src/OpenFeature.Contrib.Hooks.Otel": "0.1.3", "src/OpenFeature.Contrib.Providers.Flagd": "0.1.7", - "src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.5", + "src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.6", "src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.5", "src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2" } \ No newline at end of file diff --git a/src/OpenFeature.Contrib.Providers.GOFeatureFlag/CHANGELOG.md b/src/OpenFeature.Contrib.Providers.GOFeatureFlag/CHANGELOG.md index 2eef2ab7..d49098e7 100644 --- a/src/OpenFeature.Contrib.Providers.GOFeatureFlag/CHANGELOG.md +++ b/src/OpenFeature.Contrib.Providers.GOFeatureFlag/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [0.1.6](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.5...OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.6) (2024-01-22) + + +### ๐Ÿ› Bug Fixes + +* GoFeatureFlagUser class was not serialized. ([#33](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/33)) ([0f222b4](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/0f222b4a46d16bd075a9bbc3a512e3d8bf79bee4)) +* some issues in the GO Feature Flag relay proxy ([#45](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/45)) ([9901ecc](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/9901ecc6566f8e97b222ce2080d329d2adf4401f)) + + +### โœจ New Features + +* GO Feature Flag dotnet provider ([#24](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/24)) ([964cf32](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/964cf3297d1b78954d5139750d26acbad9fcd895)) +* Support apiKey for GO Feature Flag relay proxy v1.7.0 ([#59](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/59)) ([74eb627](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/74eb627c28cd9c7cafc37e2ac735f43a35eca12b)) + + +### ๐Ÿงน Chore + +* Add support for GitHub Packages ([#134](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/134)) ([0def0da](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/0def0da173e2f327b7381eba043b6e99ae8f26fe)) +* **deps:** update dependency system.text.json to v7.0.1 ([#29](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/29)) ([370ea41](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/370ea414b0509dfb6badda8b60ab6b74bbbd32a3)) +* **deps:** update dependency system.text.json to v7.0.2 ([#50](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/50)) ([b1690c9](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/b1690c91843afe012f08e63411ee100ed29e5f5c)) +* **deps:** update dependency system.text.json to v7.0.3 ([#66](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/66)) ([8a6933a](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/8a6933a0093be917a60235080ff3dac89a952f81)) +* **deps:** update dependency system.text.json to v7.0.4 ([#101](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/101)) ([84f453d](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/84f453ded557491ae69ae7d279d51642327dc8e6)) +* **deps:** update dependency system.text.json to v8.0.1 ([#128](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/128)) ([d3aea9e](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/d3aea9e6a957c3c0ecc4f318f10916801cffe945)) +* **deps:** update dotnet monorepo to v8 (major) ([#100](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/100)) ([13d3223](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/13d32231983e61ec9960cabfbf9a55fc5a6b32cb)) +* **main:** release OpenFeature.Contrib.Providers.GOFeatureFlag 0.1.5 ([#86](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/86)) ([2386562](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/238656210b91b0179f5ac63baad3cc72565e3cd6)) +* release main ([#27](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/27)) ([424878c](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/424878c8c10b839487be626a23b6170d45ec0fd2)) +* release main ([#34](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/34)) ([d6aad66](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/d6aad66049278bec167ef1133117faf802feca01)) +* release main ([#49](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/49)) ([de59ebe](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/de59ebe888563d28939a4c8d0d40cf7389539677)) +* release main ([#58](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/58)) ([a38c529](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/a38c5291765282202e6c3abedfc7f0cac735db92)) + ## [0.1.5](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.4...OpenFeature.Contrib.Providers.GOFeatureFlag-v0.1.5) (2023-12-21) diff --git a/src/OpenFeature.Contrib.Providers.GOFeatureFlag/OpenFeature.Contrib.Providers.GOFeatureFlag.csproj b/src/OpenFeature.Contrib.Providers.GOFeatureFlag/OpenFeature.Contrib.Providers.GOFeatureFlag.csproj index 3af2cc01..18db0302 100644 --- a/src/OpenFeature.Contrib.Providers.GOFeatureFlag/OpenFeature.Contrib.Providers.GOFeatureFlag.csproj +++ b/src/OpenFeature.Contrib.Providers.GOFeatureFlag/OpenFeature.Contrib.Providers.GOFeatureFlag.csproj @@ -2,7 +2,7 @@ OpenFeature.Contrib.GOFeatureFlag - 0.1.5 + 0.1.6 $(VersionNumber) $(VersionNumber) $(VersionNumber) diff --git a/src/OpenFeature.Contrib.Providers.GOFeatureFlag/version.txt b/src/OpenFeature.Contrib.Providers.GOFeatureFlag/version.txt index 9faa1b7a..c946ee61 100644 --- a/src/OpenFeature.Contrib.Providers.GOFeatureFlag/version.txt +++ b/src/OpenFeature.Contrib.Providers.GOFeatureFlag/version.txt @@ -1 +1 @@ -0.1.5 +0.1.6