feat(updater)!: add option to use insecure transport protocol (#1814)

This commit is contained in:
Amr Bashir
2024-09-24 18:38:53 +03:00
committed by GitHub
parent e564e2aa91
commit 04a0aea0ab
5 changed files with 71 additions and 31 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"updater": patch
---
**Breaking change**, Changed `UpdaterBuilder::endpoints` method to return a `Result`.
@@ -0,0 +1,5 @@
---
"updater": patch
---
Add `dangerousInsecureTransportProtocol` config option to allow using insecure transport protocols, like `http`