Releases: daniel-lerch/dyndns-distributor
Releases · daniel-lerch/dyndns-distributor
4.0.1
4.0.0
⚠️ BREAKING CHANGES
- No multi tenant feature anymore
- Configuration changes
- Move
Username
,Password
, andUpdateOnStartup
to top level - Replace
UpdateUrls
with an arrayRecords
of objects that containUpdateUrl
- Move
🚀 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
- Update libraries
DynDNS Distributor v3.0.2
- Update libraries
DynDNS Distributor v3.0.1
- Update libraries
DynDNS Distributor v3.0.0
⚠️ 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, requiredIpPollingInterval
droppedLocal
renamed toUpdateOnStartup
🚀 Improvements
- Smaller memory footprint (~15 MB)
- Faster startup
- Smaller Docker image
DynDNS Distributor v2.1.0
- Update to .NET Core 3.1
- Stability improvements
DynDNS Distributor v2.0.0
- Rewrite configuration reloading with
Microsoft.Extensions.Options
- Switch to Docker base images from Microsoft Container Registry
DynDNS Distributor v1.1.0
- Updated to .NET Core 2.1
- Experimental docker support
DynDNS Distributor v1.0.0
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)