Syncthing v2.1.2-rc.4

v2.1.2-rc.4Pre-release
Added 4
  • 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 existing SOCKS proxy support via the all_proxy environment variable
  • Block indexing can be turned off for folders to optimise for reduced database size and overhead via 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 via the sessionCookieDurationS and sessionCookiePath attributes in GUI configuration
Changed 4
  • Open URLs via Windows API instead via cmd.exe
  • Increase default value for num hashers
  • Stop treating directories as having size 128
  • Attempt to prevent blatantly unsafe external versioner commands
Fixed 10
  • On Windows do not allocate console if not opened inside one
  • Do not report connection metrics for self
  • Let umask do the thing
  • Improve symlink resilience in file shortcut
  • Always expect and validate block hash in requests
  • Be more stringent about blocks in non-file entries
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.2-rc.4 or ghcr.io/syncthing/syncthing:2.1.2-rc.4 ({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.1...v2.1.2-rc.4

View original

Upgraded? How did it go?

Discussion