@cryptotaxi247 / kubo / commits / a4e47b0db

docs: document /wss fixes in 0.17

Marcin Rataj committed Nov 15, 2022 at 20:17 UTC a4e47b0db4c3fe51b301b54b098c9597e19d1ef6
1 file changed +9
docs/changelogs/v0.17.md
+9
@@ -12,6 +12,7 @@ Below is an outline of all that is in this release, so you get a sense of all th
12 - [🔦 Highlights](#-highlights)
13 - [Implicit connection manager limits](#implicit-connection-manager-limits)
14 - [TAR Response Format on Gateways](#tar-response-format-on-gateways)
15 + - [Dialling `/wss` peer behind a reverse proxy](#dialling-wss-peer-behind-a-reverse-proxy)
16 - [Changelog](#changelog)
17 - [Contributors](#contributors)
18
@@ -54,6 +55,14 @@ bafybeigccimv3zqm5g4jt363faybagywkvqbrismoquogimy7kvz2sj7sq/1 - Barrel - Part 1
55 bafybeigccimv3zqm5g4jt363faybagywkvqbrismoquogimy7kvz2sj7sq/1 - Barrel - Part 1.png
56 ```
57
58 +#### Dialling `/wss` peer behind a reverse proxy
59 +
60 +This release resolves a regression introduced in Kubo 0.16, making it possible
61 +again to connect to a peer over a WebSockets endpoint (`/wss`) that is
62 +deployed behind a reverse proxy.
63 +
64 +More details in [go-libp2p release notes](https://github.com/libp2p/go-libp2p/releases/tag/v0.23.3).
65 +
66 ### Changelog
67
68 <!-- TODO -->