Release Notes
Breaking
- Convert dyncloud to a CLI
- Updated Config format: See migration guide for further instructions
- Replace interval with cron expression #136
Added
- Added IPv6 docker compose config example
- Added docker timezone support
- Added migration guide
- Added V2 Documentation
--debug/-d flag to enable debug logging
- Added proper Config validation with user-friendly output
- Get Cloudflare Record by DNSType and Name #107
- Added utility command to list cloudflare zones
- Added command to sync records just one time
- support for Windows arm64
- added colored output
Changed
- added timestamp to log messages
- renamed
compose.yaml.dist to compose.dist.yaml
- updated dependencies
- introduced custom logger
- Log errors instead of crashing #108
- The Docker Image can now be used as a standalone CLI
- updated rust to 1.90.0
Fixed
- fixed changelog generation
Install dyncloud 2.0.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DenuxPlays/dyncloud/releases/download/v2.0.0/dyncloud-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/DenuxPlays/dyncloud/releases/download/v2.0.0/dyncloud-installer.ps1 | iex"
Download dyncloud 2.0.0