Releases: daniel-lerch/dyndns-distributor
Releases · daniel-lerch/dyndns-distributor
4.0.3
4.0.2
- Update container base image from Alpine 3.20 to Alpine 3.21
- Update Go and packages
- Update README
4.0.1
- Fix HTTP header handling
- Update libraries
4.0.0
⚠️ BREAKING CHANGES
- No multi tenant feature anymore
- Configuration changes
- Move
Username,Password, andUpdateOnStartupto top level - Replace
UpdateUrlswith an arrayRecordsof 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
ListenerAddressadded, requiredIpPollingIntervaldroppedLocalrenamed 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