This commit is contained in:
Anastasia Senyushina 2021-09-20 11:12:51 +03:00
Родитель 3789d34d48
Коммит f27acfe364
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
#### Windows
* **[Feature]** Add support for platform `WinUI in Desktop`. The target version of `WinUI` apps should be `net5.0-windows10.0.17763.0` or higher.
* **[Feature]** Add support for platform `WinUI in Desktop`. The target version of `WinUI` apps should be `net5.0-windows10.0.17763.0` or higher. **Known issue**: on WinUI apps, the amount of sessions may be lower than on UWP apps due to specifics of its lifecycle.
* **[Fix]** Update `Newtonsoft.Json` dependency to version `13.0.1`.
* **[Fix]** Fix sending pending logs after the first application start.
* **[Fix]** Using `ServicePointManager` for setup TLS configuration breaks the ability to use any other TLS protocols except TLS1.2 in the clients' applications. We replaced using `ServicePointManager` to `HttpClient` API for applications with target framework version `4.7.1` or higher. For applications with the target framework version lower than `4.7.1` TLS connection is still configured via `ServicePointManager`.