From 3857313808c5062dae495e5148152bea45d2f2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 29 Nov 2022 15:16:07 +0100 Subject: [PATCH 1/5] Add socks5-client changes to nym-connect changelog --- nym-connect/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index a273afb9ed..ccc33c1c61 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -1,3 +1,10 @@ +## [nym-connect-v1.1.1](https://github.com/nymtech/nym/tree/nym-connect-v1.1.1) (2022-11-29) + +- socks5-client: fix multiplex concurrent connections +- socks5-client: fix wait closing inbound connection until data is sent, and throttle incoming data in general ([#1783]) +- socks5-client: fix shutting down all background workers if anyone of them panics or errors out. This fixes an issue where the nym-connect UI was showing connected even though the socks5 tunnel was non-functional. ([#1805]) + + ## [nym-connect-v1.1.0](https://github.com/nymtech/nym/tree/nym-connect-v1.1.0) (2022-11-09) - nym-connect: rework of rewarding changes the directory data structures that describe the mixnet topology ([#1472]) @@ -39,4 +46,4 @@ - nym-connect: reuse config id instead of creating a new id on each connection -[#1427]: https://github.com/nymtech/nym/pull/1427 \ No newline at end of file +[#1427]: https://github.com/nymtech/nym/pull/1427 From 7735f64c6d10811f0d798a866b9fb2d267035c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 29 Nov 2022 15:29:59 +0100 Subject: [PATCH 2/5] Fix links in nym-connect changelog --- nym-connect/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index ccc33c1c61..c794425808 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -1,9 +1,13 @@ ## [nym-connect-v1.1.1](https://github.com/nymtech/nym/tree/nym-connect-v1.1.1) (2022-11-29) -- socks5-client: fix multiplex concurrent connections +- socks5-client: fix multiplex concurrent connections ([#1720]) - socks5-client: fix wait closing inbound connection until data is sent, and throttle incoming data in general ([#1783]) - socks5-client: fix shutting down all background workers if anyone of them panics or errors out. This fixes an issue where the nym-connect UI was showing connected even though the socks5 tunnel was non-functional. ([#1805]) +[#1720]: https://github.com/nymtech/nym/pull/1720 +[#1783]: https://github.com/nymtech/nym/pull/1783 +[#1805]: https://github.com/nymtech/nym/pull/1805 + ## [nym-connect-v1.1.0](https://github.com/nymtech/nym/tree/nym-connect-v1.1.0) (2022-11-09) From b94fbcb6dbacc330623a975f20af909f6f8503ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 29 Nov 2022 15:36:14 +0100 Subject: [PATCH 3/5] More entries in nym-connect CHANGELOG --- nym-connect/CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index c794425808..32b9faa3ac 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -1,11 +1,16 @@ ## [nym-connect-v1.1.1](https://github.com/nymtech/nym/tree/nym-connect-v1.1.1) (2022-11-29) -- socks5-client: fix multiplex concurrent connections ([#1720]) -- socks5-client: fix wait closing inbound connection until data is sent, and throttle incoming data in general ([#1783]) +- socks5-client: fix multiplex concurrent connections ([#1720], #[1777]) +- socks5-client: fix wait closing inbound connection until data is sent, and throttle incoming data in general ([#1772], [#1783],[#1789]) - socks5-client: fix shutting down all background workers if anyone of them panics or errors out. This fixes an issue where the nym-connect UI was showing connected even though the socks5 tunnel was non-functional. ([#1805]) +- gateway-libs: fix decryping messages stored on the gateway between reconnects ([#1786]) [#1720]: https://github.com/nymtech/nym/pull/1720 +[#1772]: https://github.com/nymtech/nym/pull/1772 +[#1777]: https://github.com/nymtech/nym/pull/1777 [#1783]: https://github.com/nymtech/nym/pull/1783 +[#1786]: https://github.com/nymtech/nym/pull/1786 +[#1789]: https://github.com/nymtech/nym/pull/1789 [#1805]: https://github.com/nymtech/nym/pull/1805 From de2e721ba757250f542f033b7a9a5f683318a22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 29 Nov 2022 15:36:54 +0100 Subject: [PATCH 4/5] Fix typo in changelog --- nym-connect/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index 32b9faa3ac..d06efaca79 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -1,6 +1,6 @@ ## [nym-connect-v1.1.1](https://github.com/nymtech/nym/tree/nym-connect-v1.1.1) (2022-11-29) -- socks5-client: fix multiplex concurrent connections ([#1720], #[1777]) +- socks5-client: fix multiplex concurrent connections ([#1720], [#1777]) - socks5-client: fix wait closing inbound connection until data is sent, and throttle incoming data in general ([#1772], [#1783],[#1789]) - socks5-client: fix shutting down all background workers if anyone of them panics or errors out. This fixes an issue where the nym-connect UI was showing connected even though the socks5 tunnel was non-functional. ([#1805]) - gateway-libs: fix decryping messages stored on the gateway between reconnects ([#1786]) From 22f3c8aa400ef4fda6a8b5cb01acec0de1e00997 Mon Sep 17 00:00:00 2001 From: Fouad Date: Tue, 29 Nov 2022 14:57:04 +0000 Subject: [PATCH 5/5] Update CHANGELOG.md --- nym-connect/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nym-connect/CHANGELOG.md b/nym-connect/CHANGELOG.md index d06efaca79..1a8bc41c11 100644 --- a/nym-connect/CHANGELOG.md +++ b/nym-connect/CHANGELOG.md @@ -5,6 +5,10 @@ - socks5-client: fix shutting down all background workers if anyone of them panics or errors out. This fixes an issue where the nym-connect UI was showing connected even though the socks5 tunnel was non-functional. ([#1805]) - gateway-libs: fix decryping messages stored on the gateway between reconnects ([#1786]) +- nymconnect: updated UI +- nymconnect: new help area +- nymconnect: listen for service errors and display on frontend + [#1720]: https://github.com/nymtech/nym/pull/1720 [#1772]: https://github.com/nymtech/nym/pull/1772 [#1777]: https://github.com/nymtech/nym/pull/1777