|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.2.0](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.1.7...OpenFeature.Contrib.Providers.Flagd-v0.2.0) (2023-09-13) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* rename namespace, add OpenFeature dependency and readmes. |
| 9 | +* rename namespace, add OpenFeature dep ([#18](https://github.com/open-feature/dotnet-sdk-contrib/issues/18)) |
| 10 | + |
| 11 | +### 🐛 Bug Fixes |
| 12 | + |
| 13 | +* 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)) |
| 14 | +* 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)) |
| 15 | +* 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)) |
| 16 | + |
| 17 | + |
| 18 | +### ✨ New Features |
| 19 | + |
| 20 | +* 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)) |
| 21 | +* implement the flagd provider ([5ed9336](https://github.com/open-feature/dotnet-sdk-contrib/commit/5ed9336132a12c058f46beef5c861233270e975e)) |
| 22 | +* 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)) |
| 23 | +* 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)) |
| 24 | +* 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)) |
| 25 | +* rename namespace, add OpenFeature dependency and readmes. ([3ca3172](https://github.com/open-feature/dotnet-sdk-contrib/commit/3ca31722b83053d4edf2038889c78efa717a7cff)) |
| 26 | +* 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)) |
| 27 | +* 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)) |
| 28 | + |
| 29 | + |
| 30 | +### 🧹 Chore |
| 31 | + |
| 32 | +* **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)) |
| 33 | +* **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)) |
| 34 | +* **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)) |
| 35 | +* **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)) |
| 36 | +* **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)) |
| 37 | +* **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)) |
| 38 | +* **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)) |
| 39 | +* **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)) |
| 40 | +* **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)) |
| 41 | +* **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)) |
| 42 | +* **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)) |
| 43 | +* **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)) |
| 44 | +* **main:** release OpenFeature.Contrib.Providers.Flagd 0.1.7 ([#85](https://github.com/open-feature/dotnet-sdk-contrib/issues/85)) ([13b032b](https://github.com/open-feature/dotnet-sdk-contrib/commit/13b032b51b2ffe0e3655465b06862ab528ad6ace)) |
| 45 | +* release main ([#17](https://github.com/open-feature/dotnet-sdk-contrib/issues/17)) ([c5be031](https://github.com/open-feature/dotnet-sdk-contrib/commit/c5be03129a42fd688fedb0b74ac35d340095b149)) |
| 46 | +* release main ([#38](https://github.com/open-feature/dotnet-sdk-contrib/issues/38)) ([d7ed1f4](https://github.com/open-feature/dotnet-sdk-contrib/commit/d7ed1f4a636c19231861367f5a82e3d67a462c8a)) |
| 47 | +* release main ([#40](https://github.com/open-feature/dotnet-sdk-contrib/issues/40)) ([5227157](https://github.com/open-feature/dotnet-sdk-contrib/commit/5227157f64c32cc25171c6a5ff22a45f4e62143a)) |
| 48 | +* release main ([#43](https://github.com/open-feature/dotnet-sdk-contrib/issues/43)) ([e170817](https://github.com/open-feature/dotnet-sdk-contrib/commit/e170817544b5c3642153fe02a8fe36a45eec017d)) |
| 49 | +* release main ([#55](https://github.com/open-feature/dotnet-sdk-contrib/issues/55)) ([19447b3](https://github.com/open-feature/dotnet-sdk-contrib/commit/19447b387c612d7b1cc1de335c60702f49281eae)) |
| 50 | +* release main ([#58](https://github.com/open-feature/dotnet-sdk-contrib/issues/58)) ([a38c529](https://github.com/open-feature/dotnet-sdk-contrib/commit/a38c5291765282202e6c3abedfc7f0cac735db92)) |
| 51 | +* release main ([#74](https://github.com/open-feature/dotnet-sdk-contrib/issues/74)) ([7d7ba0f](https://github.com/open-feature/dotnet-sdk-contrib/commit/7d7ba0f5817a8e5be0471d3503fc78d03397b0a0)) |
| 52 | + |
3 | 53 | ## [0.1.7](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.1.6...OpenFeature.Contrib.Providers.Flagd-v0.1.7) (2023-09-13)
|
4 | 54 |
|
5 | 55 |
|
|
0 commit comments