syncthing v1.11.0-rc.3 Release Notes

Release Date: 2020-10-22 // over 3 years ago
  • ๐Ÿš€ This release adds the sendFullIndexOnUpgrade option to control whether
    โฌ†๏ธ all index data is resent when an upgrade is detected, equivalent to
    ๐Ÿ”€ starting Syncthing with --reset-deltas. This
    โฌ†๏ธ (sendFullIndexOnUpgrade=true) used to be the behavior in previous
    ๐Ÿ”– versions, but is mainly useful as a troubleshooting step and causes high
    0๏ธโƒฃ database churn. The new default is false.

    ๐Ÿ›  Bugfixes:

    • ๐Ÿš€ #6994: "panic: filling Blocks: leveldb: snapshot released" on folder save
    • ๐Ÿ”€ #7002: "Syncing (NaN%, 0 B)" when syncing 0-byte files
    • ๐Ÿ”€ #7008: Filenames containing dots lead to a "The system cannot find the file specified" sync error
    • ๐Ÿ— #7021: Tests fail when building the Alpine pkg on aarch64
    • ๐Ÿ”€ #7034: Folders getting stuck in "Syncing" after a20c6ca after doing changes when folders are paused
    • ๐Ÿ”€ #7035: Devices Announcing LAN addresses even with AnnounceLANAddresses set to off/false
    • ๐Ÿ”€ #7036: Shutting Syncthing down while pushing files to multiple devices corrupts the database?

    โœจ Enhancements:

    • โฌ†๏ธ #6982: Disable full index transmission on upgrade
    • ๐Ÿ”€ #7020: Do not disconnect when changing folder settings
    • ๐Ÿ”€ #7028: Detect and optionally report non-fatal failures