Skip to content

Releases: uhppoted/uhppoted-tunnel

v0.8.8-beta

27 Mar 17:07
Compare
Choose a tag to compare
v0.8.8-beta Pre-release
Pre-release

Release Notes

Added

  1. Added restore-default-parameters command to the HTTP connector example.

Updated

  1. Bumped Go version to 1.22

v0.8.7-beta

01 Dec 18:46
Compare
Choose a tag to compare
v0.8.7-beta Pre-release
Pre-release

Release Notes

  1. Added set-door-passcodes command to the HTTP connector example.

v0.8.6-beta

30 Aug 20:14
Compare
Choose a tag to compare
v0.8.6-beta Pre-release
Pre-release

Release Notes

  1. Added activate-keypads command to the HTTP connector example.
  2. Updated tailscale dependency to last stable release

v0.8.5-beta

13 Jun 21:01
Compare
Choose a tag to compare
v0.8.5-beta Pre-release
Pre-release

Release Notes

  1. Implemented tailscale client and server connectors.
  2. Added rate limiter for incoming requests/events to avoid message floods for incorrectly configured systems.
  3. Added set-interlock command to the HTTP connector example
  4. Renamed master branch to main in line with current development practice.

v0.8.4-beta

16 Mar 17:44
Compare
Choose a tag to compare
v0.8.4-beta Pre-release
Pre-release

Release Notes

  1. Added support for binding to a specific network interface (Linux and MacOS only).
    Ref. Pi Configuration as secure wireless tunnel
  2. Added UDP, TCP and TLS event connectors for relaying events.
  3. Added card PIN field to HTTP connector example.
  4. Initial draft of package overview godoc.
  5. Fixed timeout in TCP and TLS clients
  6. Fixed 'fatal' error on closed

v0.8.3-beta

16 Dec 22:18
Compare
Choose a tag to compare
v0.8.3-beta Pre-release
Pre-release

Release Notes

  1. Added TOML file configuration (cf. #2)
  2. Reworked lockfile to use flock syscall
  3. Moved default lockfile to ephemeral system temp folder
  4. Updated Linux systemd unit file to wait on network-online.target (ref. https://systemd.io/NETWORK_ONLINE)
  5. Added Linux/ARM64 binary to release builds

v0.8.2-beta

14 Oct 18:11
Compare
Choose a tag to compare
v0.8.2-beta Pre-release
Pre-release

Release Notes

  1. Reworked HTTP/S connector example:

    • Implemented remaining UHPPOTE functions
    • Using codegen'd Javascript
    • Commonalised HTTP/S implementations
    • Changed send URL to /udp/send
    • Added broadcast URL /udp/broadcast
  2. Fixed typo in service name.

  3. Fixed formatting in daemonize command.

  4. Fixed missing mutex in router.go (cf. #4)

v0.8.1-beta

01 Aug 19:43
Compare
Choose a tag to compare
v0.8.1-beta Pre-release
Pre-release

Release Notes

  1. Expanded on example for HTTP/S connector

v0.8.0-beta

01 Jul 18:56
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release

Release Notes

Initial release for the uhppoted-tunnel UDP packet tunnel utility.

Includes connectors to forward UDP packets sourced from:

  • UHPPOTE AccessControl application
  • generic TCP/IP sockets
  • HTTP/S POST requests

over TCP/IP network connections to machines not directly accessible via UDP broadcast.