syncthing v1.6.0-rc.4 Release Notes

Release Date: 2020-05-16 // almost 4 years ago
  • v1.6.0

    ๐Ÿš€ This release performs a database schema migration, and adds the
    BlockPullOrder, DisableFsync and MaxConcurrentWrites folder
    ๐Ÿ”ง options to the configuration schema.

    The LocalChangeDetected event no longer has the action set to
    added for new files, instead showing modified for all local file
    ๐Ÿ”„ changes.

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ”€ #3876: Removing and re-adding a folder may cause data loss
    • ๐Ÿ”€ #5731: 100% CPU every minute on watch setup retry
    • ๐Ÿ”€ #6268: Out of sync panel layout overflows
    • ๐Ÿ”€ #6557: Folder error repeatedly set and unset
    • ๐Ÿ”€ #6559: Deadlock on folder unsubscribe
    • ๐Ÿ”€ #6576: Versioning params in config flip flop in order
    • ๐Ÿ”€ #6578: Allow rescan at folder state "Local Additions"
    • ๐Ÿ”€ #6583: Distributed deadlock on request
    • ๐Ÿณ #6604: Docker healthcheck fails when run in host network

    โœจ Enhancements:

    • ๐Ÿ”€ #5224: Accept new connections in place of old ones when appropriate
    • ๐Ÿ”€ #6530: Add "Pause All"/"Resume All" button for devices
    • ๐Ÿ”€ #6541: Limit number of concurrent writes while syncing

    Other issues:

    • ๐Ÿ”€ #6575: Incomprehensible error message: 'directory is not empty; files within are probably ignored on connected devices only'
    • ๐Ÿ”€ #6584: A field in a structure is sometimes protected by Mutex, but sometimes unprotected.