Syncthing v1.11.0 + v1.11.1

v1.11.0

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 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
6 Likes

v1.11.1

Bugfixes

  • #7090: panics in failure reporting
1 Like

Congrats for the new release!

I’ve noticed that the APT repo still serves v1.11.0, it the rollout to apt deliberately delayed?

2 Likes

No, undeliberately forgotten, fixed now. Thanks for noticing.

3 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.