Skip to content

AWG Agent v1.1.0

Choose a tag to compare

@ks-tool ks-tool released this 06 Jul 16:45
9c33c32

Agent v1.1.0

A small, backward-compatible release: the agent now reports its host CPU architecture, which the admin uses to offer only runnable agent binaries in the new "GitHub releases" source picker. No changes to interface/tunnel management, configuration, or dependencies.

Released independently of the admin app (tag agent/v1.1.0).

What's new

  • GET /info now reports the host CPU architecture — a new arch field on HostInfo (runtime.GOARCH, e.g. amd64 / arm64). The admin (v1.2.0+) uses it to filter the "GitHub releases" agent-source picker to matching-CPU binaries and to show the arch next to the agent version (1.0.0 (amd64)).

Compatibility

  • Backward compatible. arch is a purely additive field; nothing else in /info or any other endpoint changed. An older admin simply ignores it.
  • No behavior changes to interface configuration, tunnels, metrics, hooks, or the kernel/userspace backends.
  • Dependencies unchanged — amneziawg-go stays pinned to v0.2.19 (the AmneziaWG 2.0 line; do not upgrade to v1.0.x).