Releases: BattermanZ/FlareSync
Releases · BattermanZ/FlareSync
v2.1.0
What's New in v2.1.0
- Improved Security: The Docker image is now distroless and runs rootless (non-root).
- Modern Toolchain: The project now uses Rust 1.92 and has all dependencies updated to their latest versions for improved performance and security.
And various fixes/optimisations.
v2.0.0
What's New in v2.0.0
- Multiple Domain Support: You can now specify multiple domain names to be updated. In your
.envfile, list them as a comma-separated string for theDOMAIN_NAMEvariable (e.g.,DOMAIN_NAME=example.com,sub.example.com). - Major Refactoring: The codebase has been significantly refactored for better readability, maintainability, and performance.
- Docker-Compatible Logs: Logging is now directed to stdout, making it easy to monitor using
docker logs. - Modern Toolchain: The project now uses Rust 1.88 and has all dependencies updated to their latest versions for improved performance and security.
v1.0.2
Functional dockerised app.