Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 23:46

0.5.0 (2026-07-04)

Added

  • Mesh peering: gateway nodes sharing one postgres database can tunnel a user on one node to a user's service on another node over the existing SSH service port (#6)
  • Separate peer certificate authority (--peer-ca-public-key, --node-certificate, --node-id, --node-address) for inter-node trust, layered on top of the user CA (#6)
  • Reach the central postgres through a peer node's SSH service port (--postgres-peer, --postgres-peer-host-public-key) (#6)
  • Configurable postgres sslmode (--postgres-sslmode) (#6)

Changed

  • db.Open now takes a db.Settings struct; auth.NewConfig now takes an auth.Settings struct (#6)
Commit summary (auto-generated)

Bug Fixes

  • gateway: address code review findings for mesh peering (19ae754)
  • gateway: second review round — data races, lifecycle, naming (2bb20c0)

Features

  • gateway: mesh peering across nodes sharing a central database (a8e882e)
  • gateway: optional socks5 and http forward proxies (3314ad3)