Skip to content

Releases: Loupeznik/better-wapi

v1.2.6

10 Mar 07:09
4b73264

Choose a tag to compare

v1.2.5

12 Dec 17:11
6c00e91

Choose a tag to compare

Full Changelog: v1.2.4...v1.2.5

v1.2.2

09 Dec 21:28
7bff90d

Choose a tag to compare

v1.2.1

22 Aug 19:23
8f092d9

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

22 Jan 20:36
c5ff32d

Choose a tag to compare

What's Changed

  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #8
  • Added v2 endpoints for record update and delete - records are updated and deleted based on ID instead of subdomain in v2 API
  • Prepended original API endpoints with v1
  • Fixed problem when subdomain was mandatory and records on the domain "root" could not be created or updated

Full Changelog: v1.1.1...v1.2.0

v1.1.1

30 Nov 16:05
0f24bfc

Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #7
  • Change success status codes on record create (201) and update (204)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Aug 16:01
2f09489

Choose a tag to compare

What's Changed

  • remove unsafe debug print statement by @Loupeznik in #4
  • Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #5
  • Change record delete request model, minor improvements by @Loupeznik in #6

Full Changelog: v1.0.1...v1.1.0

v1.0.1-hotfix1

02 Apr 14:31
e860547

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.1-hotfix1

v1.0.1

19 Mar 18:57
7a98eb3

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

1.0.0

14 Mar 22:28

Choose a tag to compare

  • Bump to stable
  • Update Go version to 1.20
  • Update dependencies
  • Add JWT auth
  • Add option to set record type from request (this comes with a potential breaking change - renamed ip request property to data)
  • Add option to set TTL from request
  • Rework request validations

Full Changelog: v0.8.4...v1.0.0