Skip to content

Releases: favonia/cloudflare-ddns

1.11.0

23 Oct 18:00
v1.11.0
52d2019
Compare
Choose a tag to compare

This release adds the experimental support of Uptime Kuma.

BREAKING CHANGES

  • UPDATE_CRON=@disabled is deprecated; use UPDATE_CRON=@once instead

Features

1.10.1

17 Sep 13:42
v1.10.1
a1bb4df
Compare
Choose a tag to compare

Bug Fixes

1.10.0

10 Sep 13:46
v1.10.0
1d3771d
Compare
Choose a tag to compare

Features

KNOWN BUGS

  • The current updater will erase existing record comments when updating the IP address due to an unfortunate design in an upstream library. This bug seems to affect all updaters of version 1.8.3 or later (I didn鈥檛 really check them). I am attempting to address the bug by fixing the upstream library, but if that does not work, a hack to keep existing record comments will be added to the updater. The bug is tracked by GitHub issue #559.

1.9.4

07 Jun 06:42
v1.9.4
68dc1f3
Compare
Choose a tag to compare

This is a minor update that comes with a nice bugfix from go-retryablehttp 0.7.4.

1.9.3

07 Jun 03:23
v1.9.3
a1a0901
Compare
Choose a tag to compare

This version will automatically switch to 1.0.0.1 when 1.1.1.1 appears to be blocked or intercepted by your ISP or your router. The blockage and interception should not happen, but many ISPs and routers were misconfigured to use 1.1.1.1 as a private IP. The new updater tries to work around it by switching to 1.0.0.1. The long-term solution is to notify your ISP or upgrade your router.

Bug Fixes

  • setter: quote DNS record IDs to prevent injection attacks (#502) (d978c68)

Features

  • config: display a message when 1.0.0.1 also doesn't work (#495) (5f5602d)
  • config: check 1.1.1.1 only when IPv4 is used (#494) (d0db1be)
  • config: use 1.0.0.1 when 1.1.1.1 is blocked (#491) (8b9d160)

1.9.2

11 Apr 14:19
v1.9.2
039b8d2
Compare
Choose a tag to compare

Bug Fixes

1.9.1

15 Mar 17:10
v1.9.1
b5c5f3c
Compare
Choose a tag to compare

This version is a hotfix for running the updater in quiet mode in a system that expects some output from the updater. Unfortunately, the new quiet mode introduced in 1.9.0 was too quiet for those systems. This version will print out something to make them happy.

Bug Fixes

  • print out something in the quiet mode (#427) (a1f7d07)

1.9.0

15 Mar 10:33
v1.9.0
c8083e9
Compare
Choose a tag to compare

Features

  • cron: add the option UPDATE_CRON=@disabled to disable cron (#411) (a381c5a)

BREAKING CHANGES

  • the quiet mode will no longer print the version and the information about superuser privileges (unless there are errors) (#415) (92a4462)

Other Notes

The feature to disable cron is experimental. The intention is to use another mechanism to manage the update schedule and run the updater. The quiet mode was made quieter so that repeated execution of the updater will not lead to excessive logging with non-errors.

1.8.4

03 Mar 21:32
v1.8.4
96f536a
Compare
Choose a tag to compare

This release comes with no user-visible changes. It was compiled by version 1.20.1 of Go (instead of 1.20) and was shipped with version 0.62.0 of the cloudflare-go library that fixed a bug about proxy settings. I believe the bug does not affect the updater, but there's no reason not to use the fixed version. 馃槃

1.8.3

11 Feb 21:23
v1.8.3
f9788fc
Compare
Choose a tag to compare

Bug Fixes

  • api: optimize network traffic for UpdateRecord (#358) (64bd670)

Features

Other Notes

Upgraded Go to version 1.20.