Syncthing v2.1.3-rc.3

v2.1.3-rc.3Pre-release
Added 5
  • Devices and folders can now be grouped in the GUI by setting the new group attribute
  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies via the all_proxy environment variable
  • Block indexing can be turned off for folders by setting the blockIndexing attribute on folder configuration to optimize for reduced database size and overhead
  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long via the sessionCookieDurationS attribute in GUI configuration
  • GUI session cookie path can be adjusted via the sessionCookiePath attribute in GUI configuration
Changed 4
  • Remove ignore file caching entirely
  • Slightly optimize rename detection
  • Optimize fsync calls
  • Optimize casefs caching performance
Fixed 11
  • Allow loading ignore patterns behind symlink
  • Avoid warning on does-not-exist scan error
  • Strelaypoolsrv locking correctness
  • Properly health-check up-to-date folders
  • Fix expanding one folder not collapsing others in group
  • Add bottom margin to folder action buttons for wrapped spacing
Major changes in 2.1
  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.3-rc.3 or ghcr.io/syncthing/syncthing:2.1.3-rc.3 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed
Fixes
Other
New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.2...v2.1.3-rc.3

View original

Upgraded? How did it go?

Discussion