Skip to content

Releases: RLado/Oink

v1.4.0

17 Apr 20:01
7c6b19f

Choose a tag to compare

The domain config section now accepts two new boolean keywords skipIPv4 and skipIPv6

  • The new keywords enable skipping DNS updates for the corresponding IP protocols addressing #14
  • Updated README with the new keywords in the example configuration

Full Changelog: v1.3.1...v1.4.0

v1.3.1

12 Oct 09:32
c41ef12

Choose a tag to compare

Changed the API hostname.

CRITICAL UPDATE DETAILS
Type: API Hostname Change
Old Value: porkbun.com
New Value: api.porkbun.com
Deadline: 2024-12-01 00:00:00 UTC

v1.3.0

10 Sep 20:54
c42ad1c

Choose a tag to compare

  • Oink! now accepts environment variables to override global API keys

v1.2.1

02 Sep 17:10

Choose a tag to compare

Fixes issue #7

v1.2.0

22 Jun 09:30
3c19889

Choose a tag to compare

Full Changelog: v1.1.1...v1.2.0

v1.1.1

14 Apr 09:47
14e386e

Choose a tag to compare

Refactored the code to remove `map[string]interface`

- Changed some variable names
- Added http status codes to the applicable errors
- The licence does not need to reflect the years with copyrightable changes (so reverted back to 2023 only)
- Struct types do not need to be public
- Changed some variable names to avoid confusion with struct types

v1.1.0

06 Mar 10:21
ed35414

Choose a tag to compare

  • Updates AAAA and A records if IPv6 and IPv4 are available (not just AAAA)

v1.0.1

06 Nov 15:53
b01bcfd

Choose a tag to compare

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

v1.0.0

07 Oct 13:47

Choose a tag to compare

Full Changelog: v0.1.2...v1.0.0

v0.1.2

04 Oct 08:38
75077ae

Choose a tag to compare

README Arch-based update

- Makefile uninstall fix