Skip to content

Tags: issyl0/go-improvmx

Tags

v0.17.0

Verified

This tag was signed with the committer’s verified signature.
issyl0 Issy Long
Bump dependency versions, and use Go 1.18. Also add a code scanning s…

…ecurity workflow for development.

v0.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from andreas-weber/dev-implement-domain-check-m…

…ethod

Implements method to check for valid dns records

v0.15.0

Verified

This commit was signed with the committer’s verified signature.
issyl0 Issy Long
Add Create/Read/Update/Delete methods for domain SMTP credentials

v0.14.0

Verified

This commit was signed with the committer’s verified signature.
issyl0 Issy Long
Fix CreateDomain `POST` request parameters

- Oops, domain creation had been failing for a bit since I added
  `whitelabel` and `notification_email` as parameters, but didn't
  re-include `domain`.

v0.13.0

Verified

This commit was signed with the committer’s verified signature.
issyl0 Issy Long
Support domain updates too (including whitelabel & notification email)

v0.12.0

Verified

This commit was signed with the committer’s verified signature.
issyl0 Issy Long
Add the ability to update email forwards

v0.11.0

Verified

This commit was signed with the committer’s verified signature.
issyl0 Issy Long
Domains don't have IDs, but the default alias does

- Return that instead. Otherwise, `Id` is always 0 which is bad for
  Terraform.

v0.10.0

Verified

This commit was signed with the committer’s verified signature.
issyl0 Issy Long
Whitelabel domain is only on the Enterprise plan, remove it

- Until someone comes asking for it. ;-)

v0.9.3

Verified

This commit was signed with the committer’s verified signature.
issyl0 Issy Long
README: The `ListDomains` functionality is gone

v0.9.2

Verified

This commit was signed with the committer’s verified signature.
issyl0 Issy Long
The `Domain` API response isn't an array

- Stupid mistake, I'm tired.