Skip to content

Releases: fugo101/wireguard-lwip

v1.0.3

Choose a tag to compare

@fugo-release-bot fugo-release-bot released this 19 Aug 07:24
cdd476e

1.0.3 (2026-08-19)

Bug Fixes

  • longest-prefix-match in peer_lookup_by_allowed_ip (#17) (c0d20de)

v1.0.2

Choose a tag to compare

@fugo-release-bot fugo-release-bot released this 19 Aug 05:07
6ac3cb4

1.0.2 (2026-08-19)

Bug Fixes

  • throttle handshake retries + preserve DERP routing for stale endpoints (#15) (e13cae5)

v1.0.1

Choose a tag to compare

@fugo-release-bot fugo-release-bot released this 18 Aug 16:01
84e423a

1.0.1 (2026-08-18)

Bug Fixes

  • use wall-clock time for the WireGuard handshake timestamp (#13) (dd5e921)

v1.0.0

Choose a tag to compare

@fugo-release-bot fugo-release-bot released this 18 Aug 13:25
fbb6473

1.0.0 (2026-08-14)

Features

  • esp32: add ESP-IDF platform port (#4) (2933dd4)
  • platform: raise WIREGUARD_MAX_PEERS from 1 to 16 (#1) (b107f9f)
  • wireguard: add DERP relay and magicsock UDP output API surface (#2) (3b85a12)
  • wireguard: implement DERP relay, magicsock output, dual-stack IP compat, and lwIP thread-safety fixes (#3) (193aac6)

Bug Fixes

  • check source IP in cryptokey routing, not destination (ac84f4c)

Build

  • add ESP-IDF component packaging (88c4dcb)