-
v1.4.0-rc.204e648fe · ·
v1.4.0-rc.2 This is a release candidate for the v1.4.0 minor release. Bugfixes: - #4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux) - #5952: panic: Should never get a deleted file as needed when we don't have it - #6281: Progress emitter uses 100% CPU - #6289: "general SOCKS server failure" since syncthing 1.3.3 - #6300: lib/ignore: panic: runtime error: index out of range [0] with length 0 Enhancements: - #5786: Consider always running the monitor process - #5898: Database performance: reduce duplication - #5914: Limit folder concurrency to improve performance - #6302: Avoid thundering herd issue by global request limiter Important changes: - A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB. - The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS"). - Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ. - The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade.
-
v1.4.0-rc.1b61da487 · ·
v1.4.0-rc.1 This is a release candidate for the v1.4.0 minor release. Bugfixes: - #4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux) - #5952: panic: Should never get a deleted file as needed when we don't have it - #6281: Progress emitter uses 100% CPU - #6289: "general SOCKS server failure" since syncthing 1.3.3 - #6300: lib/ignore: panic: runtime error: index out of range [0] with length 0 Enhancements: - #5786: Consider always running the monitor process - #5898: Database performance: reduce duplication - #5914: Limit folder concurrency to improve performance - #6302: Avoid thundering herd issue by global request limiter Important changes: - A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB. - The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS"). - Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ. - The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade.
-
v1.3.4a79de840 · ·
v1.3.4 This is a regularly scheduled patch release. Bugfixes: - #4570: Negative percentage and data to sync - #5867: Progress bar not visible - #6044: Clicking "Save" in options says "You have unsaved changes" when changing automatic upgrade setting - #6213: Tone down STUN logging a bit - #6222: Connection Error on Listing More Locally Changed Files - #6234: Docker image uses wrong path for default folder - #6240: GUI: ignore patterns path is one row too low - #6263: Panics due to database being closed
-
-
v1.3.4-rc.1a79de840 · ·
v1.3.4-rc.1 This is a release candidate for the v1.3.4 patch release. Bugfixes: - #4570: Negative percentage and data to sync - #5867: Progress bar not visible - #6044: Clicking "Save" in options says "You have unsaved changes" when changing automatic upgrade setting - #6213: Tone down STUN logging a bit - #6222: Connection Error on Listing More Locally Changed Files - #6234: Docker image uses wrong path for default folder - #6240: GUI: ignore patterns path is one row too low - #6263: Panics due to database being closed
-
v1.3.3325c3c1f · ·
v1.3.3 This is a release candidate for the v1.3.3 patch release. Bugfixes - #6104: Windows: Syncthing log file filling up primary drive. - #6133: Race condition in restarting folder - #6139: Some sync errors get cleared despite them still being valid - #6206: Soft limit for maxfiles is NOT increased to the hard one on macOS Enhancements - #5887: Upgrade Button Does Not Have Confirmation Dialog - #6057: "Nearby devices" links should look more like links (mouse pointer) - #6190: Do not create .stignore if there are no ignore patterns
-
v1.3.3-rc.1325c3c1f · ·
v1.3.3-rc.1 This is a release candidate for the v1.3.3 patch release. Bugfixes - #6104: Windows: Syncthing log file filling up primary drive. - #6133: Race condition in restarting folder - #6139: Some sync errors get cleared despite them still being valid - #6206: Soft limit for maxfiles is NOT increased to the hard one on macOS Enhancements - #5887: Upgrade Button Does Not Have Confirmation Dialog - #6057: "Nearby devices" links should look more like links (mouse pointer) - #6190: Do not create .stignore if there are no ignore patterns
-
v1.3.245a71157 · ·
v1.3.2 This is a regularly scheduled patch release. Bugfixes: - #5810: GUI theme not changing on WebKit-based/like browsers - #5968: Folder "Up To Date" but has pending "Revert Local Changes" - #5980: (De)select all not working in add device dialog - #6027: Folder shows as "Syncing" when there is no data transfer - #6043: Cannot exit after failed startup - #6081: QUIC accept error loops too quickly, causing excessive log output - #6090: Pull-scan loop due to symlink traversal - #6093: cmd/stdiscosrv: Data race in replication - #6136: API + UI device last seen is empty/Never - #6160: Uses too much RAM when syncing large files (1.3.0+) Enhancements: - #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina - #6056: Improve sharing tab when there are no devices to share with - #6115: Change Web UI based on prefers-color-scheme
-
v1.3.2-rc.345a71157 · ·
v1.3.2-rc.3 This is a release candidate for the v1.3.2 patch release. Bugfixes: - #5810: GUI theme not changing on WebKit-based/like browsers - #5968: Folder "Up To Date" but has pending "Revert Local Changes" - #5980: (De)select all not working in add device dialog - #6027: Folder shows as "Syncing" when there is no data transfer - #6043: Cannot exit after failed startup - #6081: QUIC accept error loops too quickly, causing excessive log output - #6090: Pull-scan loop due to symlink traversal - #6093: cmd/stdiscosrv: Data race in replication - #6136: API + UI device last seen is empty/Never - #6160: Uses too much RAM when syncing large files (1.3.0+) Enhancements: - #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina - #6056: Improve sharing tab when there are no devices to share with - #6115: Change Web UI based on prefers-color-scheme
-
v1.3.2-rc.26d27cf65 · ·
v1.3.2-rc.2 This is a release candidate for the v1.3.2 patch release. Bugfixes: - #5810: GUI theme not changing on WebKit-based/like browsers - #5968: Folder "Up To Date" but has pending "Revert Local Changes" - #5980: (De)select all not working in add device dialog - #6027: Folder shows as "Syncing" when there is no data transfer - #6043: Cannot exit after failed startup - #6081: QUIC accept error loops too quickly, causing excessive log output - #6090: Pull-scan loop due to symlink traversal - #6093: cmd/stdiscosrv: Data race in replication - #6136: API + UI device last seen is empty/Never - #6160: Uses too much RAM when syncing large files (1.3.0+) Enhancements: - #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina - #6056: Improve sharing tab when there are no devices to share with - #6115: Change Web UI based on prefers-color-scheme
-
v1.3.2-rc.10cc77fea · ·
v1.3.2-rc.1 This is a release candidate for the v1.3.2 patch release. Bugfixes: - #5810: GUI theme not changing on WebKit-based/like browsers - #5968: Folder "Up To Date" but has pending "Revert Local Changes" - #5980: (De)select all not working in add device dialog - #6027: Folder shows as "Syncing" when there is no data transfer - #6043: Cannot exit after failed startup - #6081: QUIC accept error loops too quickly, causing excessive log output - #6090: Pull-scan loop due to symlink traversal - #6093: cmd/stdiscosrv: Data race in replication - #6136: API + UI device last seen is empty/Never Enhancements: - #6036: Generate HTTPS certificates accepted by iOS 13 / macOS Catalina - #6056: Improve sharing tab when there are no devices to share with - #6115: Change Web UI based on prefers-color-scheme
-
v1.3.167b8ef1f · ·
v1.3.1 This is a regularly scheduled patch release. Bugfixes: - #5993: Build information missing in discovery and relay server binaries - #5995: Usage-reported transfer stats are meaningless - #6008: Changed file in receive-only folder cannot be ignored - #6040: Shows authentication warning when listening on UNIX socket - #6049: Hostnames resolving to localhost are not considered 'local' in remote access warning Enhancements: - #5583: White tab in black Interface ? - #5627: Stalled scans need better UI representation Other issues: - #6010: STUN server stun.voxgratia.org should be removed
-
v1.3.1-rc.267b8ef1f · ·
v1.3.1-rc.2 This is a release candidate for the v1.3.1 patch release. Bugfixes: - #5993: Build information missing in discovery and relay server binaries - #5995: Usage-reported transfer stats are meaningless - #6008: Changed file in receive-only folder cannot be ignored - #6040: Shows authentication warning when listening on UNIX socket - #6049: Hostnames resolving to localhost are not considered 'local' in remote access warning Enhancements: - #5583: White tab in black Interface ? - #5627: Stalled scans need better UI representation Other issues: - #6010: STUN server stun.voxgratia.org should be removed
-
v1.3.1-rc.167b8ef1f · ·
v1.3.1-rc.1 This is a release candidate for the v1.3.1 patch release. Bugfixes: - #5993: Build information missing in discovery and relay server binaries - #5995: Usage-reported transfer stats are meaningless - #6008: Changed file in receive-only folder cannot be ignored - #6040: Shows authentication warning when listening on UNIX socket - #6049: Hostnames resolving to localhost are not considered 'local' in remote access warning Enhancements: - #5583: White tab in black Interface ? - #5627: Stalled scans need better UI representation Other issues: - #6010: STUN server stun.voxgratia.org should be removed
-
v1.3.02c88e473 · ·
v1.3.0 This is a regularly scheduled minor release. This release adds the "databaseTuning" config option to adjust parameters for the database size in use. The default is "auto" which automatically determines appropriate parameters. The other options are "small" (results in the parameters used previously, and used now for small databases) and "large" (results in the new parameters for large databases, regardless of the actual database size). Bugfixes: - #5985: Log spam and high CPU use if #include path is wrong in .stignore Enhancements: - #5138: Rate limit can be very bursty - #5948: Improve free space checking when syncing - #5966: Database performance: improve situation with huge databases Other issues: - #5924: Upgrade server JSON generator - #5991: lib/api: TestHostCheck never finishes with Go 1.13rc2 under Docker - #5999: Allow providing your own ldflags for building
-
v1.3.0-rc.2c0b5a70c · ·
v1.3.0-rc.2 This is a release candidate for the v1.3.0 minor release. This release adds the "databaseTuning" config option to adjust parameters for the database size in use. The defaults is "auto" which automatically determines appropriate parameters. The other options are "small" (results in the parameters used previously, and used now for small databases) and "large" (results in the new parameters for large databases, regardless of the actual database size). Bugfixes: - #5985: Log spam and high CPU use if #include path is wrong in .stignore Enhancements: - #5138: Rate limit can be very bursty - #5948: Improve free space checking when syncing - #5966: Database performance: improve situation with huge databases Other issues: - #5924: Upgrade server JSON generator - #5991: lib/api: TestHostCheck never finishes with Go 1.13rc2 under Docker - #5999: Allow providing your own ldflags for building
-
v1.3.0-rc.19a9bcff3 · ·
v1.3.0-rc.1 This is a release candidate for the v1.3.0 minor release. This release adds the "databaseTuning" config option to adjust parameters for the database size in use. The defaults is "auto" which automatically determines appropriate parameters. The other options are "small" (results in the parameters used previously, and used now for small databases) and "large" (results in the new parameters for large databases, regardless of the actual database size). Bugfixes: - #5985: Log spam and high CPU use if #include path is wrong in .stignore Enhancements: - #5138: Rate limit can be very bursty - #5948: Improve free space checking when syncing - #5966: Database performance: improve situation with huge databases Other issues: - #5924: Upgrade server JSON generator - #5991: lib/api: TestHostCheck never finishes with Go 1.13rc2 under Docker - #5999: Allow providing your own ldflags for building
-
v1.2.2f6f696c6 · ·
v1.2.2 This is a regularly scheduled patch release. Bugfixes: - #5824: Sync Protocol Listen Address in Actions behaves badly - #5836: panic: chmod ...: operation not permitted - #5839: Prevent leaking log info into stack traces - #5866: No indication in GUI that Syncthing has been shut down - #5888: Adding/updating pending folders is inefficient - #5908: panic: close of closed channel in lib/syncthing when shutting down - #5920: Free space error message is unintelligeble - #5934: Dialing regards any established connection as successful / does not check device ID Enhancements: - #5738: Avoid logging `http: TLS handshake error ... remote error: tls: unknown certificate` - #5940: TLS: Support x25519, reconsider elliptic curve priority in handshake Other issues: - #5115: Include systemd units in stdiscosrv/strelaysrv Debian packages - #5901: TestPullInvalidIgnoredSR flakyness + data race
-
v1.2.2-rc.3f6f696c6 · ·
v1.2.2-rc.3 This is a release candidate for the v1.2.2 patch release. Bugfixes: - #5824: Sync Protocol Listen Address in Actions behaves badly - #5836: panic: chmod ...: operation not permitted - #5839: Prevent leaking log info into stack traces - #5866: No indication in GUI that Syncthing has been shut down - #5888: Adding/updating pending folders is inefficient - #5908: panic: close of closed channel in lib/syncthing when shutting down - #5920: Free space error message is unintelligeble - #5934: Dialing regards any established connection as successful / does not check device ID Enhancements: - #5738: Avoid logging `http: TLS handshake error ... remote error: tls: unknown certificate` - #5940: TLS: Support x25519, reconsider elliptic curve priority in handshake Other issues: - #5115: Include systemd units in stdiscosrv/strelaysrv Debian packages - #5901: TestPullInvalidIgnoredSR flakyness + data race
-
v1.2.2-rc.26fa02d50 · ·
v1.2.2-rc.2 This is a release candidate for the v1.2.2 patch release. Bugfixes: - #5824: Sync Protocol Listen Address in Actions behaves badly - #5836: panic: chmod ...: operation not permitted - #5839: Prevent leaking log info into stack traces - #5866: No indication in GUI that Syncthing has been shut down - #5888: Adding/updating pending folders is inefficient - #5908: panic: close of closed channel in lib/syncthing when shutting down - #5920: Free space error message is unintelligeble - #5934: Dialing regards any established connection as successful / does not check device ID Enhancements: - #5738: Avoid logging `http: TLS handshake error ... remote error: tls: unknown certificate` - #5940: TLS: Support x25519, reconsider elliptic curve priority in handshake Other issues: - #5115: Include systemd units in stdiscosrv/strelaysrv Debian packages - #5901: TestPullInvalidIgnoredSR flakyness + data race