Skip to content

Releases: jamescun/wg-api

1.0.0

07 Oct 10:58
Compare
Choose a tag to compare

Changelog

  • dc54953 deps(go): fix indirect requirements in go modules
  • a08b845 build(goreleaser): add GoReleaser builds for Linux
  • 3b04a5c refactor(wg-api): move main package to root for easier builds
  • 3d16909 deps(go): upgrade go modules
  • 1bd523c Add note about ARM Docker containers
  • 5fe68f2 Upgrade to Go 1.17
  • bc85809 Merge pull request #5 from jamescun/token-auth
  • 8b7a1f8 add curl example
  • 7210d60 document authentication scheme
  • 1e4dc65 source auth tokens from environment variable
  • 1ecd3da add token auth via header
  • 76c16a8 cmd: migrate from stdlib flags to spf13/pflag
  • 0f1f184 fix go.mod rename
  • f195020 add thankyou notice
  • c8e3f7e rename wireguard-api to wg-api
  • 07d8892 initial commit