Changelog
Notable changes between Nimbus versions.
3.2.0
- Added
diffMode: hashfor content-based change detection. - Added
nimbus auth create-tokenfor scoped CI credentials.
3.1.0
- Added plugin hooks (
preSync,postSync,onConflict,onError). nimbus config validatenow catches unknown keys, not just type errors.
3.0.0
- Breaking:
nimbus.config.jsonkeys changed from snake_case to camelCase (sync_interval→interval). Runnimbus config migrateonce to convert an old config. - Multipart upload threshold is now configurable via
multipartThreshold.
2.0.0
- Breaking: dropped support for FTP targets; S3-compatible and GCS only going forward.
- Added
--workspaceflag so a single install can manage multiple workspaces.