Skip to content

Releases: dylanwh/pbddns

v0.3.1

17 Nov 05:19
Compare
Choose a tag to compare

upgrade all deps, stop doing concurrent requests to pbddns so they don't block us

Full Changelog: v0.2.8...v0.3.1

v0.2.8

16 Nov 23:46
Compare
Choose a tag to compare

Update to use api.porkbun.com

v0.2.7

18 May 05:31
Compare
Choose a tag to compare

0.2.7

  • Include env variable name in error message when it's not found

Full Changelog: v0.2.6...v0.2.7

v0.2.6

02 Feb 20:29
Compare
Choose a tag to compare

0.2.6

  • Removed unneeded Arc<> around reqwest client
  • Supports graceful shutdown
  • Upgraded axum and other dependencies

v0.2.5

30 Oct 04:33
Compare
Choose a tag to compare

0.2.5

Something broke for netbsd, so I'm removing it from the supported platforms.

0.2.4

Added --write-pid and an example freebsd rc.d script.

0.2.3

Added /refresh endpoint to force a refresh of the cache.

0.2.2

Remove unsupported platforms

0.2.1

Upgrade some dependencies (including ring) to try to fix some build failures.

0.2.0

Add support for generating a manpage, new build tooling (stolen from drolsky's
precious tool), and a --once flag.

0.1.0

First release

Full Changelog: v0.2.4...v0.2.5

v0.2.3

01 Oct 02:10
Compare
Choose a tag to compare

0.2.2

Add a POST /refresh endpoint that trigger refreshing dns. This also necessitated some refactors in the code.

additionally atty is no longer used.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

27 Aug 06:28
Compare
Choose a tag to compare

0.2.2

Add new build tooling (stolen from drolsky's precious tool), and a --once flag.