Skip to content

Releases: Loupeznik/better-wapi

v1.2.2

09 Dec 21:28
7bff90d
Compare
Choose a tag to compare

v1.2.1

22 Aug 19:23
8f092d9
Compare
Choose a tag to compare

What's Changed

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

v1.2.0

22 Jan 20:36
c5ff32d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

1.0.0

14 Mar 22:28
Compare
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

v0.8.4

12 Feb 10:20
Compare
Choose a tag to compare
  • Added optional logging to file (set in .env file)
  • Enhanced logging for IntegrationService events
  • Refactoring

Full Changelog: v0.8.3...v0.8.4

v0.8.3

31 Jan 19:15
Compare
Choose a tag to compare

THIS RELEASE CONTAINS BREAKING CHANGES

  • API no longer returns full response from WAPI
  • Custom models or empty response bodies are used
  • Status codes now correctly reflect status codes coming from WAPI response
  • Error responses (with status codes >=400) now return error messages explaining the problem detail (reflects WAPI reason codes)
  • Added additional status codes to Swagger documentation
  • Added README link to SwaggerHub documentation

Docker image

Full Changelog: v0.8.2...v0.8.3