Skip to content

Releases: NTDLS/NetTunnel

4.2.1

09 Jul 19:40
Compare
Choose a tag to compare
  • Minor optimization update to cryptographic operations.

Full Changelog: 4.2.0...4.2.1

4.2.0

30 Jun 19:20
Compare
Choose a tag to compare
  • Added visual log to management UI.

4.1.0

28 Jun 16:11
Compare
Choose a tag to compare
  • Restricted UI access (in addition to existing API access) to user role.

Full Changelog: 4.0.0...4.1.0

4.0.0

27 Jun 14:51
Compare
Choose a tag to compare
  • Added user roles (administrator, limited).
  • Moved all persistence to inbound tunnel service, under the current logged in NetTunnel user.
  • Extra thread protection around connection states.
  • Added "lazy stop" to tunnels to prevent UI hangs.

Full Changelog: 3.2.0...4.0.0

3.2.0

24 Jun 20:01
Compare
Choose a tag to compare
  • Added UI option to view tunnel properties.
  • Added UI option to view endpoint properties.
  • Added UI option to view and disconnect endpoint edge connections.
  • Resolved issue with UI sometime not updating.

Full Changelog: 3.0.1...3.2.0

3.0.1

22 Jun 22:12
Compare
Choose a tag to compare
  • Expanded cryptography keys.
  • Added UI disconnection notification.
  • Precise reporting of bytes in/out for tunnels and endpoints.
  • Cleanup of client connection on UI close or login failure.

Full Changelog: 3.0.0...3.0.1

3.0.0

21 Jun 21:08
Compare
Choose a tag to compare
  • Removed web-services.
  • Remove concept of "inbound tunnel" since the whole point of this project is "outbounding". The outbound tunnel now auto configured the remote NetTunnel service.
  • Spelling ckeck,
  • Dialog tool-tips for help.
  • UI fixes.
  • Lots of optimizations.

All communication is now done though a single connection so that only one port is required for management and tunneling.
This also means that all data is reliably compressed and encrypted without the worry of SSL certificates.

Full Changelog: 2.2.0...3.0.0

image

2.2.0

13 Jun 21:54
Compare
Choose a tag to compare
  • Added ability to edit endpoints.
  • Added support for request/response HTTP header manipulation.

Full Changelog: 2.1.0...2.2.0

2.1.0

11 Jun 20:49
Compare
Choose a tag to compare
  • Fixed missing start menu icons.
  • Added Event Logging.
  • Omitting simple socket exceptions.
  • Endpoint status UI fixup
  • Reliable Messaging update
  • Added compression ratio to UI.
  • Moved messages to convention based.
  • Removed protobuf
  • Added tunnel bytes.
  • Added statistics Lock.
  • Fixed percentage.
  • Fixed grid flashing.

Full Changelog: 2.0.0...2.1.0

2.0.0

08 Jun 23:38
Compare
Choose a tag to compare
  • Added options to not use SSL for management.
  • Added endpoint deletion support.
  • Fixed adding and deleting tunnels.
  • Fixed multiple-tunnel-connection error.
  • Added exception handling and message handlers.
  • Added disconnected RPC handling.
  • Added advanced Reliable Messaging options.
  • Added UI for configuration.
  • Added Start/Stop for tunnels to UI.
  • Implementation of latest ReliableMessaging package. (https://github.com/NTDLS/NTDLS.ReliableMessaging)
  • Added connection refused exception handling.
  • Fixed encryption on tunnel start.
  • Version bump. Major breaking changes.

Full Changelog: 1.0.0...2.0.0