Releases: trombik/esp_wireguard
Releases · trombik/esp_wireguard
v0.9.0
Pre-release v0.9.0
What's Changed
- initial esp-idf support by @trombik in #1
- support tcpip_adapter based targets by @trombik in #4
- bugfix: remove hard-coded defines by @trombik in #6
- Bugfixes by @trombik in #7
- Doc by @trombik in #8
- Doc by @trombik in #9
- doc: document the usage by @trombik in #10
- bugfix: fix incorrect arg for esp_wireguard_init() in README by @trombik in #11
- doc: document the demo on ESP8266 also works by @trombik in #12
- bugfix: fix example in README by @trombik in #13
- ci: add esp32c3 build by @trombik in #14
- bugfix: introduce ESP_WIREGUARD_CONFIG_DEFAULT() by @trombik in #16
- bugfix: s/portTICK_RATE_MS/portTICK_PERIOD_MS/ by @trombik in #19
- bugfix: support IPv6 in esp_wireguard.c by @trombik in #18
- update: bump esp-idf versions by @trombik in #20
- doc: officially support v4.4.x by @trombik in #21
- bugfix: remove unnecessary sources by @trombik in #22
- bugfix: add ifdef __cplusplus to headers by @trombik in #24
- doc: clarify the usage by @trombik in #25
- doc: the argument for esp_wireguard_* is a pointer, not struct by @trombik in #26
- ci: replace
master
withmain
by @trombik in #30 - Add missing closing bracket for extern "C" by @droscy in #27
- chore: add a VM for test by @trombik in #31
- bugfix: preshared key by @trombik in #32
- feat: support crypto_scalarmult() from NaCL 20110221 by @trombik in #34
- bugfix: merge fixes in upstream by @trombik in #35
- Change TAI64N timestamp source to gettimeofday by @Pecius in #37
- Free wireguard_device after netif is removed by @jefftharris in #45
- ci: add a workflow to publish the component to ESP component registry by @trombik in #54
New Contributors
- @trombik made their first contribution in #1
- @droscy made their first contribution in #27
- @Pecius made their first contribution in #37
- @jefftharris made their first contribution in #45
Full Changelog: https://github.com/trombik/esp_wireguard/commits/v0.9.0