Releases: Loupeznik/better-wapi
Releases · Loupeznik/better-wapi
v1.2.2
v1.2.1
What's Changed
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #9
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #10
- Bump github.com/gin-contrib/cors from 1.4.0 to 1.6.0 by @dependabot in #11
- Fix saving TXT records with plus sign
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
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
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
What's Changed
- remove unsafe debug print statement by @Loupeznik in #4
Full Changelog: v1.0.1...v1.0.1-hotfix1
v1.0.1
1.0.0
- 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
- 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
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
Full Changelog: v0.8.2...v0.8.3