Skip to content

v1.13.0

Compare
Choose a tag to compare
@st-release st-release released this 02 Feb 16:05
· 1010 commits to main since this release
v1.13.0
f6fac3e

This release adds configuration options for min/max connections (see
https://docs.syncthing.net/advanced/option-connection-limits.html) and
moves the storage of pending devices/folders from the config to the
database (see
https://docs.syncthing.net/dev/rest.html#cluster-endpoints).

Bugfixes:

  • #7005: panic: nil pointer dereference because (*db.Lowlevel)getMetaAndCheck() returns nil
  • #7076: File not detected due to watching reporting events on old, deleted path
  • #7165: Connections aren't actually closed when closing a protocol connection
  • #7184: Spurious unexpected directory in untrusted folder
  • #7197: In Recent Changes, the Device column is empty
  • #7231: panic: deadlock detected at fmut

Enhancements:

  • #7176: Active connections min/max setting
  • #7178: Pending devices and folders should live in the database instead of configuration

Other issues:

  • #6551: Test failure because of umask