Skip to content

Releases: daniel-lerch/dyndns-distributor

4.0.1

02 Sep 07:20
Compare
Choose a tag to compare
  • Fix HTTP header handling
  • Update libraries

4.0.0

31 Aug 22:30
Compare
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
Compare
Choose a tag to compare
  • Update libraries

DynDNS Distributor v3.0.2

04 Jun 14:04
88c022e
Compare
Choose a tag to compare
  • Update libraries

DynDNS Distributor v3.0.1

04 Jun 14:02
66b705a
Compare
Choose a tag to compare
  • Update libraries

DynDNS Distributor v3.0.0

28 Dec 22:22
Compare
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
Compare
Choose a tag to compare
  • Update to .NET Core 3.1
  • Stability improvements

DynDNS Distributor v2.0.0

13 May 13:58
Compare
Choose a tag to compare
  • Rewrite configuration reloading with Microsoft.Extensions.Options
  • Switch to Docker base images from Microsoft Container Registry

DynDNS Distributor v1.1.0

17 Oct 19:13
Compare
Choose a tag to compare
  • Updated to .NET Core 2.1
  • Experimental docker support

DynDNS Distributor v1.0.0

28 Jun 15:31
Compare
Choose a tag to compare

This is the first release version of DnyDNS Distributor.

Features

  • Multiple accounts with different update URLs
  • Multiple update URLs per account
  • Basic authentication for accounts
  • Supports basic authentication for remote update endpoints
  • Local accounts with polling update system
  • Support for application initialization module (IIS)