Skip to content

Releases: nt0xa/sonar

v1.4.1

14 Sep 14:12
983004f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix console client output issues (#53) @russtone
  • Use full certificates chain for TLS (including CA certs) (#52) @russtone

Maintenance

  • Migrate to ghcr.io (#56) @russtone
  • Use code generation for cmd, api and apiclient (#55) @russtone

v1.4.0

26 Aug 09:54
60b9867
Compare
Choose a tag to compare

What's Changed

Features

  • Better API + API client (#50) @russtone

Maintenance

  • Fix randomly failing http tests (#47) @russtone
  • Refactor actions package (#46) @russtone
  • Use testify/mock instead of mock/gomock (#45) @russtone

v1.3.5

17 Aug 19:29
1c01713
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Set TTL explicitly for subdomains (#42) @russtone

Maintenance

  • Use goreleaser for github actions release (#44) @russtone
  • Setup goreleaser (#43) @russtone

v1.3.4

17 Aug 12:28
65c8ed2
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Set TTL to 0 for subdomains (#41) @russtone

v1.3.3

17 Aug 12:13
db29ab3
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Add CAA record for Let's encrypt (#40) @russtone

v1.3.2

17 Jul 18:41
ba7d3e1
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix DNS round robin response (#39) @russtone

v1.3.1

13 Jul 12:16
55c2738
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix DNS resolve problems (#38) @russtone

v1.3.0

13 Jul 09:37
aeebc31
Compare
Choose a tag to compare

What's Changed

Features

  • Ability to create custom DNS records for payloads (#37) @russtone
    • new commands added to manage DNS records (see /help dns, /help dns new, /help dns del, /help dns list)
    • available records types: A, AAAA, MX, TXT, CNAME
    • wildcard records are supported
    • multiple records for same subdomain name are supported. Different strategies for multiple records are available:
      • all - all records returned at once
      • round-robin - records are rotated each request
      • rebind - when time since last request is less than 5 seconds next record is returned, otherwise the first record is returned
  • Send log.eml for SMTP in telegram (#36) @russtone
    • log.eml file now is sended for any SMTP notification. This allows to use default applications to preview email (e.g. Mail.app on macOS)

v1.2.2

06 Jul 07:09
7554b64
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix HTTPS notifications (#35) @russtone

v1.2.1

03 Jul 15:12
3889ea6
Compare
Choose a tag to compare

What's Changed

  • Fix migrations