Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 23:14
· 34 commits to main since this release

Changed

  • BREAKING: typo fixed, change struct RestReponse to RestResponse
  • BREAKING: bump GO version to v1.18

Added/Refactoring

  • Refactor: remove internal sync.Mutex from OfferInfo
  • Add methods GetApiVersion/GetAutoId/SetAutoId to RestClient struct
  • Refactor: follow go-module-template
  • Refactor: move tests to separated subpackage

Fixed/Improvement

  • Fix CodeQL alerts
  • Dependency: bump github.com/btnguyen2k/consu/checksum to v1.1.0
  • Fix: server may return no content with http status 204 or 304
  • Fix: golang-lint