Commit a32ea33
authored
fix(NewClient): support https:// URLs (#277)
* fix(NewClient): support https:// URLs
We don't hardcode any specific ports, but assume `http://`
(backward-compatible behavior) unless `https://` is passed (then we
keep it as-is).
* chore: v0.14.1
this is backward-compatible fix, ok to just bump patch1 parent 2432d3e commit a32ea33
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments