Skip to content

Releases: daniel-lerch/dyndns-distributor

4.0.3

29 Nov 21:49

Choose a tag to compare

  • Update container base image from Alpine 3.21 to Alpine 3.22
  • Update Go and packages

4.0.2

19 Dec 14:07

Choose a tag to compare

  • Update container base image from Alpine 3.20 to Alpine 3.21
  • Update Go and packages
  • Update README

4.0.1

02 Sep 07:20

Choose a tag to compare

  • Fix HTTP header handling
  • Update libraries

4.0.0

31 Aug 22:30

Choose a tag to compare

⚠️ BREAKING CHANGES

  • No multi tenant feature anymore
  • Configuration changes
    • Move Username, Password, and UpdateOnStartup to top level
    • Replace UpdateUrls with an array Records of objects that contain UpdateUrl

🚀 Improvements

  • Custom HTTP method for update endpoints
  • Optional headers for update endpoints
  • Optional body for update endpoints
  • In short: You can now update to any kind of API, e.g. Cloudflare

DynDNS Distributor v3.0.3

13 Oct 10:35
a5a997f

Choose a tag to compare

  • Update libraries

DynDNS Distributor v3.0.2

04 Jun 14:04
88c022e

Choose a tag to compare

  • Update libraries

DynDNS Distributor v3.0.1

04 Jun 14:02
66b705a

Choose a tag to compare

  • Update libraries

DynDNS Distributor v3.0.0

28 Dec 22:22

Choose a tag to compare

⚠️ BREAKING CHANGES

  • No polling support anymore
    • Updates only on startup or HTTP request
  • Windows Server and IIS are not supported anymore
    • Open an issue if you need Windows support
  • Configuration changes
    • ListenerAddress added, required
    • IpPollingInterval dropped
    • Local renamed to UpdateOnStartup

🚀 Improvements

  • Smaller memory footprint (~15 MB)
  • Faster startup
  • Smaller Docker image

DynDNS Distributor v2.1.0

14 Dec 11:53

Choose a tag to compare

  • Update to .NET Core 3.1
  • Stability improvements

DynDNS Distributor v2.0.0

13 May 13:58

Choose a tag to compare

  • Rewrite configuration reloading with Microsoft.Extensions.Options
  • Switch to Docker base images from Microsoft Container Registry