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.Flagd 0.2.0 #191

Closed
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
@@ -1,6 +1,6 @@
{
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.4",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.8",
"src/OpenFeature.Contrib.Providers.Flagd": "0.2.0",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.6",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.6",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2",
Expand Down
100 changes: 100 additions & 0 deletions src/OpenFeature.Contrib.Providers.Flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,105 @@
# Changelog

## [0.2.0](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.1.9...OpenFeature.Contrib.Providers.Flagd-v0.2.0) (2024-04-30)


### ⚠ BREAKING CHANGES

* rename namespace, add OpenFeature dependency and readmes.
* rename namespace, add OpenFeature dep ([#18](https://github.com/open-feature/dotnet-sdk-contrib/issues/18))

### πŸ› Bug Fixes

* NET462 requires TLS for GRPC to work ([#72](https://github.com/open-feature/dotnet-sdk-contrib/issues/72)) ([2322f43](https://github.com/open-feature/dotnet-sdk-contrib/commit/2322f4319b4b44b66c6965e736551538b4ced9a1))
* provider status incorrect ([#187](https://github.com/open-feature/dotnet-sdk-contrib/issues/187)) ([6108d45](https://github.com/open-feature/dotnet-sdk-contrib/commit/6108d452d6c8a5c70c18b45ea9dd2e13612370ec))
* Return correct name from FlagdProvider ([#126](https://github.com/open-feature/dotnet-sdk-contrib/issues/126)) ([0b704e9](https://github.com/open-feature/dotnet-sdk-contrib/commit/0b704e9662ab63fa164235aefa2013f0a9101857))
* Setup config correct when passing a Uri (fixes [#71](https://github.com/open-feature/dotnet-sdk-contrib/issues/71)) ([#83](https://github.com/open-feature/dotnet-sdk-contrib/issues/83)) ([e27d351](https://github.com/open-feature/dotnet-sdk-contrib/commit/e27d351f7e3392102e2c7f840a0ab30e13198613))
* update flagd provider docs, publishing ([#39](https://github.com/open-feature/dotnet-sdk-contrib/issues/39)) ([7abdf5e](https://github.com/open-feature/dotnet-sdk-contrib/commit/7abdf5e979fe03b41ecf83e05c41ceb626941510))
* various in-process fixes, e2e tests ([#189](https://github.com/open-feature/dotnet-sdk-contrib/issues/189)) ([f2d096f](https://github.com/open-feature/dotnet-sdk-contrib/commit/f2d096fb4c1140a64a6d95bd17fd2efaf2320cda))


### ✨ New Features

* add custom JsonLogic evaluators ([#159](https://github.com/open-feature/dotnet-sdk-contrib/issues/159)) ([18aa151](https://github.com/open-feature/dotnet-sdk-contrib/commit/18aa15161975aeb5d334e79d9a57af5c0d2ee14a))
* add custom jsonLogic string evaluators ([#158](https://github.com/open-feature/dotnet-sdk-contrib/issues/158)) ([728286c](https://github.com/open-feature/dotnet-sdk-contrib/commit/728286c3ad8677cb92ef378ae714cb1b5f2cfea4))
* flagd provider basic functionality ([#31](https://github.com/open-feature/dotnet-sdk-contrib/issues/31)) ([5ed9336](https://github.com/open-feature/dotnet-sdk-contrib/commit/5ed9336132a12c058f46beef5c861233270e975e))
* implement the flagd provider ([5ed9336](https://github.com/open-feature/dotnet-sdk-contrib/commit/5ed9336132a12c058f46beef5c861233270e975e))
* implemented LRU caching for flagd provider ([#47](https://github.com/open-feature/dotnet-sdk-contrib/issues/47)) ([f4d2142](https://github.com/open-feature/dotnet-sdk-contrib/commit/f4d21426e9ec079d62ecca4e8d1936cb8ad299b7))
* in-process provider ([#149](https://github.com/open-feature/dotnet-sdk-contrib/issues/149)) ([f7371dc](https://github.com/open-feature/dotnet-sdk-contrib/commit/f7371dc91a3b8a9a6036429aee31d1098aed958f))
* introduce FlagdProvider constructor accepting FlagdConfig as parameter ([#57](https://github.com/open-feature/dotnet-sdk-contrib/issues/57)) ([2e4fda3](https://github.com/open-feature/dotnet-sdk-contrib/commit/2e4fda3abc6ffd3c43d5ea42dcddb855f5298322))
* rename namespace, add OpenFeature dep ([#18](https://github.com/open-feature/dotnet-sdk-contrib/issues/18)) ([3ca3172](https://github.com/open-feature/dotnet-sdk-contrib/commit/3ca31722b83053d4edf2038889c78efa717a7cff))
* rename namespace, add OpenFeature dependency and readmes. ([3ca3172](https://github.com/open-feature/dotnet-sdk-contrib/commit/3ca31722b83053d4edf2038889c78efa717a7cff))
* support TLS connection in flagd provider ([#48](https://github.com/open-feature/dotnet-sdk-contrib/issues/48)) ([49e775a](https://github.com/open-feature/dotnet-sdk-contrib/commit/49e775a425b043e5774fbae348cfa2c4af59f2cf))
* unix socket support for flagd provider ([#42](https://github.com/open-feature/dotnet-sdk-contrib/issues/42)) ([9679fe4](https://github.com/open-feature/dotnet-sdk-contrib/commit/9679fe40cb13b48fa2f34521ce6175d9b8a6874b))


### 🧹 Chore

* Add support for GitHub Packages ([#134](https://github.com/open-feature/dotnet-sdk-contrib/issues/134)) ([0def0da](https://github.com/open-feature/dotnet-sdk-contrib/commit/0def0da173e2f327b7381eba043b6e99ae8f26fe))
* **deps:** update dependency google.protobuf to v3.22.1 ([#51](https://github.com/open-feature/dotnet-sdk-contrib/issues/51)) ([f6834ed](https://github.com/open-feature/dotnet-sdk-contrib/commit/f6834eddf125b3e1096473eb2f376b3588b62430))
* **deps:** update dependency google.protobuf to v3.22.3 ([#60](https://github.com/open-feature/dotnet-sdk-contrib/issues/60)) ([f07d99b](https://github.com/open-feature/dotnet-sdk-contrib/commit/f07d99b2358d8893a15a1c10d5070953d1fa8f4d))
* **deps:** update dependency google.protobuf to v3.22.4 ([#61](https://github.com/open-feature/dotnet-sdk-contrib/issues/61)) ([2ea28ed](https://github.com/open-feature/dotnet-sdk-contrib/commit/2ea28ed56b14566f1acd1b13f5fe1211b714c807))
* **deps:** update dependency google.protobuf to v3.23.4 ([#63](https://github.com/open-feature/dotnet-sdk-contrib/issues/63)) ([7a20e82](https://github.com/open-feature/dotnet-sdk-contrib/commit/7a20e82446e29934d50d6673bba5a3ed15b8d830))
* **deps:** update dependency grpc.net.client to v2.52.0 ([#52](https://github.com/open-feature/dotnet-sdk-contrib/issues/52)) ([fb2a570](https://github.com/open-feature/dotnet-sdk-contrib/commit/fb2a570701338fc3702af3ca2352150183af4b21))
* **deps:** update dependency grpc.net.client to v2.55.0 ([#62](https://github.com/open-feature/dotnet-sdk-contrib/issues/62)) ([8aac8a8](https://github.com/open-feature/dotnet-sdk-contrib/commit/8aac8a86582bdfd91f7f34dcd765052c81393845))
* **deps:** update dependency grpc.net.client to v2.57.0 ([#78](https://github.com/open-feature/dotnet-sdk-contrib/issues/78)) ([b749549](https://github.com/open-feature/dotnet-sdk-contrib/commit/b74954944c87dd708a0256a44fd7df8db911a66c))
* **deps:** update dependency grpc.net.client to v2.58.0 ([#92](https://github.com/open-feature/dotnet-sdk-contrib/issues/92)) ([350d5ef](https://github.com/open-feature/dotnet-sdk-contrib/commit/350d5efdfde51e1557e4f37b82c6baaccb05b2c9))
* **deps:** update dependency grpc.net.client to v2.59.0 ([#115](https://github.com/open-feature/dotnet-sdk-contrib/issues/115)) ([f33c5ff](https://github.com/open-feature/dotnet-sdk-contrib/commit/f33c5ff8ea9040ed61d7b36a2d4cf621a3a5c813))
* **deps:** update dependency grpc.tools to v2.54.0 ([#53](https://github.com/open-feature/dotnet-sdk-contrib/issues/53)) ([db2f893](https://github.com/open-feature/dotnet-sdk-contrib/commit/db2f893a2660060cefb5e8b41006981a21a0313e))
* **deps:** update dependency grpc.tools to v2.56.2 ([#67](https://github.com/open-feature/dotnet-sdk-contrib/issues/67)) ([7f8144b](https://github.com/open-feature/dotnet-sdk-contrib/commit/7f8144b93f04eed47be16381f881ee651f2ccb9c))
* **deps:** update dependency grpc.tools to v2.57.0 ([#77](https://github.com/open-feature/dotnet-sdk-contrib/issues/77)) ([9690abc](https://github.com/open-feature/dotnet-sdk-contrib/commit/9690abc3e3540cee3ec2a6c0cd29e81c8d4d39be))
* **deps:** update dependency grpc.tools to v2.58.0 ([#82](https://github.com/open-feature/dotnet-sdk-contrib/issues/82)) ([9b017ff](https://github.com/open-feature/dotnet-sdk-contrib/commit/9b017ff3a92499901c677e5cf9347ab387f91aaa))
* **deps:** update dependency grpc.tools to v2.59.0 ([#88](https://github.com/open-feature/dotnet-sdk-contrib/issues/88)) ([fa1dccc](https://github.com/open-feature/dotnet-sdk-contrib/commit/fa1dccc647da33b77a1509afe791b4fa83fab3e8))
* **deps:** update dependency grpc.tools to v2.60.0 ([#111](https://github.com/open-feature/dotnet-sdk-contrib/issues/111)) ([500cfe4](https://github.com/open-feature/dotnet-sdk-contrib/commit/500cfe49a4d12e4af199f9050cd89abeb06bcfe5))
* **deps:** update dependency grpc.tools to v2.62.0 ([#151](https://github.com/open-feature/dotnet-sdk-contrib/issues/151)) ([97b124f](https://github.com/open-feature/dotnet-sdk-contrib/commit/97b124fe3c047b8a1d1f08ca0d3619addddd94af))
* **deps:** update dependency system.net.http.winhttphandler to v7 ([#54](https://github.com/open-feature/dotnet-sdk-contrib/issues/54)) ([04bdae0](https://github.com/open-feature/dotnet-sdk-contrib/commit/04bdae038cbe3f8f631a5e3606cc7d8f6fa9f242))
* **deps:** update dotnet monorepo to v8 (major) ([#100](https://github.com/open-feature/dotnet-sdk-contrib/issues/100)) ([13d3223](https://github.com/open-feature/dotnet-sdk-contrib/commit/13d32231983e61ec9960cabfbf9a55fc5a6b32cb))
* **main:** release OpenFeature.Contrib.Providers.Flagd 0.1.7 ([#87](https://github.com/open-feature/dotnet-sdk-contrib/issues/87)) ([d8cac7f](https://github.com/open-feature/dotnet-sdk-contrib/commit/d8cac7fa6f757f6d62c9648eb249d80528f2b337))
* **main:** release OpenFeature.Contrib.Providers.Flagd 0.1.8 ([#94](https://github.com/open-feature/dotnet-sdk-contrib/issues/94)) ([cc248a6](https://github.com/open-feature/dotnet-sdk-contrib/commit/cc248a6e997f695b2be343569c2eabbe754d8450))
* **main:** release OpenFeature.Contrib.Providers.Flagd 0.1.9 ([#157](https://github.com/open-feature/dotnet-sdk-contrib/issues/157)) ([3232e61](https://github.com/open-feature/dotnet-sdk-contrib/commit/3232e61649d345b1ae37e5cfb40711b26acc9d7b))
* release main ([#17](https://github.com/open-feature/dotnet-sdk-contrib/issues/17)) ([c5be031](https://github.com/open-feature/dotnet-sdk-contrib/commit/c5be03129a42fd688fedb0b74ac35d340095b149))
* release main ([#38](https://github.com/open-feature/dotnet-sdk-contrib/issues/38)) ([d7ed1f4](https://github.com/open-feature/dotnet-sdk-contrib/commit/d7ed1f4a636c19231861367f5a82e3d67a462c8a))
* release main ([#40](https://github.com/open-feature/dotnet-sdk-contrib/issues/40)) ([5227157](https://github.com/open-feature/dotnet-sdk-contrib/commit/5227157f64c32cc25171c6a5ff22a45f4e62143a))
* release main ([#43](https://github.com/open-feature/dotnet-sdk-contrib/issues/43)) ([e170817](https://github.com/open-feature/dotnet-sdk-contrib/commit/e170817544b5c3642153fe02a8fe36a45eec017d))
* release main ([#55](https://github.com/open-feature/dotnet-sdk-contrib/issues/55)) ([19447b3](https://github.com/open-feature/dotnet-sdk-contrib/commit/19447b387c612d7b1cc1de335c60702f49281eae))
* release main ([#58](https://github.com/open-feature/dotnet-sdk-contrib/issues/58)) ([a38c529](https://github.com/open-feature/dotnet-sdk-contrib/commit/a38c5291765282202e6c3abedfc7f0cac735db92))
* release main ([#74](https://github.com/open-feature/dotnet-sdk-contrib/issues/74)) ([7d7ba0f](https://github.com/open-feature/dotnet-sdk-contrib/commit/7d7ba0f5817a8e5be0471d3503fc78d03397b0a0))


### πŸ“š Documentation

* fix typo in flagd readme ([8738e31](https://github.com/open-feature/dotnet-sdk-contrib/commit/8738e3169da13774d734964c3ea621b35a031d77))


### πŸš€ Performance

* Cleanup allocations + missing ConfigureAwait's ([#124](https://github.com/open-feature/dotnet-sdk-contrib/issues/124)) ([e3d0f06](https://github.com/open-feature/dotnet-sdk-contrib/commit/e3d0f06c5fc732c068eb5d135143fac3c2a6b01e))

## [0.1.9](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.1.8...OpenFeature.Contrib.Providers.Flagd-v0.1.9) (2024-04-30)


### πŸ› Bug Fixes

* provider status incorrect ([#187](https://github.com/open-feature/dotnet-sdk-contrib/issues/187)) ([6108d45](https://github.com/open-feature/dotnet-sdk-contrib/commit/6108d452d6c8a5c70c18b45ea9dd2e13612370ec))
* various in-process fixes, e2e tests ([#189](https://github.com/open-feature/dotnet-sdk-contrib/issues/189)) ([f2d096f](https://github.com/open-feature/dotnet-sdk-contrib/commit/f2d096fb4c1140a64a6d95bd17fd2efaf2320cda))


### ✨ New Features

* add custom JsonLogic evaluators ([#159](https://github.com/open-feature/dotnet-sdk-contrib/issues/159)) ([18aa151](https://github.com/open-feature/dotnet-sdk-contrib/commit/18aa15161975aeb5d334e79d9a57af5c0d2ee14a))
* add custom jsonLogic string evaluators ([#158](https://github.com/open-feature/dotnet-sdk-contrib/issues/158)) ([728286c](https://github.com/open-feature/dotnet-sdk-contrib/commit/728286c3ad8677cb92ef378ae714cb1b5f2cfea4))
* in-process provider ([#149](https://github.com/open-feature/dotnet-sdk-contrib/issues/149)) ([f7371dc](https://github.com/open-feature/dotnet-sdk-contrib/commit/f7371dc91a3b8a9a6036429aee31d1098aed958f))


### 🧹 Chore

* **deps:** update dependency grpc.tools to v2.62.0 ([#151](https://github.com/open-feature/dotnet-sdk-contrib/issues/151)) ([97b124f](https://github.com/open-feature/dotnet-sdk-contrib/commit/97b124fe3c047b8a1d1f08ca0d3619addddd94af))


### πŸ“š Documentation

* fix typo in flagd readme ([8738e31](https://github.com/open-feature/dotnet-sdk-contrib/commit/8738e3169da13774d734964c3ea621b35a031d77))

## [0.1.8](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.1.7...OpenFeature.Contrib.Providers.Flagd-v0.1.8) (2024-01-24)


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

<PropertyGroup>
<PackageId>OpenFeature.Contrib.Providers.Flagd</PackageId>
<VersionNumber>0.1.8</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.Flagd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.8
0.2.0