Releases: linuxserver/docker-syncthing
v1.2.2-ls18
LinuxServer Changes:
Rebasing to alpine 3.10.
syncthing Changes:
v1.2.2
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-ls17
LinuxServer Changes:
Rebasing to alpine 3.10.
syncthing Changes:
v1.2.2
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.1-ls16
LinuxServer Changes:
Rebasing to alpine 3.10.
syncthing Changes:
v1.2.1
Bugfixes
- #5308: FreeBSD: Create new file does not generate a fs event.
- #5801: panic: close of nil channel in relay client stop
- #5803: Web UI shows confusing description on RC builds when upgrades are disabled
- #5828: panic: Index update for not running folder
- #5833: Paused folder shows filesystem watcher error
- #5837: panic: runtime error: index out of range in recheckFile
- #5849: Cannot concatenate external versioner template variables ("%FOLDER_PATH%/%FILE_PATH%")
- #5880: panic: runtime error: invalid memory address or nil pointer dereference in loadIgnoreFile
Enhancements
- #5811: Download progress of folders in the UI should update more frequently
Other issues
- #5754: Support paging on jobQueue.Jobs
- #5813: Potential bugs on old cores: using 64-bit functions sync/atomic
- #5853: Inconsistent handling of empty folder path
v1.2.1-ls15
LinuxServer Changes:
Rebasing to alpine 3.10.
syncthing Changes:
v1.2.1
Bugfixes
- #5308: FreeBSD: Create new file does not generate a fs event.
- #5801: panic: close of nil channel in relay client stop
- #5803: Web UI shows confusing description on RC builds when upgrades are disabled
- #5828: panic: Index update for not running folder
- #5833: Paused folder shows filesystem watcher error
- #5837: panic: runtime error: index out of range in recheckFile
- #5849: Cannot concatenate external versioner template variables ("%FOLDER_PATH%/%FILE_PATH%")
- #5880: panic: runtime error: invalid memory address or nil pointer dereference in loadIgnoreFile
Enhancements
- #5811: Download progress of folders in the UI should update more frequently
Other issues
- #5754: Support paging on jobQueue.Jobs
- #5813: Potential bugs on old cores: using 64-bit functions sync/atomic
- #5853: Inconsistent handling of empty folder path
v1.2.0-ls15
LinuxServer Changes:
Rebasing to alpine 3.10.
syncthing Changes:
v1.2.0
Important notes
-
This release does not interoperate with Syncthing 0.14.45 or older.
-
This release adds QUIC with NAT traversal as a new transport protocol. TCP
is usually more performant and remains the preferred way of connection when
possible. -
This release adds automatic crash reporting. See
https://docs.syncthing.net/users/crashrep.html for details. -
This release makes large / variable block size the only available mode of
operation; small / fixed blocks are deprecated. See
https://docs.syncthing.net/advanced/folder-uselargeblocks.html for details. -
This release reverts the version naming change in #4586 (v1.1.4). Versions
are now named with the time of their archiving, and the file modification
time is unchanged when archiving. An exception to this is the "Trashcan"
versioner which does not modify the name - instead it does set the file
modification time the time of archiving.
Bugfixes
- #4170: panic: bug: ClusterConfig called on closed or nonexistent connection
- #5609: Filesystem watching failed when parent folder is not listable
- #5652: Connection error after closing failed items list and opening another list
- #5765: Verioner cleanup looks at the wrong time
- #5766: Support bundle doesn't include errors list, instead printing an error
- #5770: Scan failure blocks "Rescan" button
- #5777: Spurious need to "revert" nonexistent changes with Receive Only folder on Android
- #5780: Panic when folder disappears while scanning
- #5781: Shutdown takes too long, triggering fmut deadlock panic
- #5791: Puller complains about invalid filenames which are long gone
Enhancements
- #959: Automatic error log sending to dev. team
- #3345: Show last connection error per discovered address
- #5377: Use of QUIC for transport
- #5631: Dockerfile ENTRYPOINT doesn't pass along extra arguments from "docker run"
- #5697: Handle fatal watch errors gracefully
- #5774: WebUI table column widths broken on narrow displays
Other issues
- #5760: Dead link in README.md
- #5796: TestPullInvalidIgnoredSR/SO is flaky
v1.2.0-ls14
LinuxServer Changes:
Rebasing to alpine 3.10.
syncthing Changes:
v1.2.0
Important notes
-
This release does not interoperate with Syncthing 0.14.45 or older.
-
This release adds QUIC with NAT traversal as a new transport protocol. TCP
is usually more performant and remains the preferred way of connection when
possible. -
This release adds automatic crash reporting. See
https://docs.syncthing.net/users/crashrep.html for details. -
This release makes large / variable block size the only available mode of
operation; small / fixed blocks are deprecated. See
https://docs.syncthing.net/advanced/folder-uselargeblocks.html for details. -
This release reverts the version naming change in #4586 (v1.1.4). Versions
are now named with the time of their archiving, and the file modification
time is unchanged when archiving. An exception to this is the "Trashcan"
versioner which does not modify the name - instead it does set the file
modification time the time of archiving.
Bugfixes
- #4170: panic: bug: ClusterConfig called on closed or nonexistent connection
- #5609: Filesystem watching failed when parent folder is not listable
- #5652: Connection error after closing failed items list and opening another list
- #5765: Verioner cleanup looks at the wrong time
- #5766: Support bundle doesn't include errors list, instead printing an error
- #5770: Scan failure blocks "Rescan" button
- #5777: Spurious need to "revert" nonexistent changes with Receive Only folder on Android
- #5780: Panic when folder disappears while scanning
- #5781: Shutdown takes too long, triggering fmut deadlock panic
- #5791: Puller complains about invalid filenames which are long gone
Enhancements
- #959: Automatic error log sending to dev. team
- #3345: Show last connection error per discovered address
- #5377: Use of QUIC for transport
- #5631: Dockerfile ENTRYPOINT doesn't pass along extra arguments from "docker run"
- #5697: Handle fatal watch errors gracefully
- #5774: WebUI table column widths broken on narrow displays
Other issues
- #5760: Dead link in README.md
- #5796: TestPullInvalidIgnoredSR/SO is flaky
v1.1.4-ls14
LinuxServer Changes:
Rebasing to alpine 3.10.
syncthing Changes:
v1.1.4
Bugfixes
- #4613: Progress emitter doesn't start from config change if disabled at startup
- #5338: Version restore not possible with custom versioning path set
- #5421: WebGui: Locally Changed Items vanish when clicking 10|25|50
- #5578: Filesystem watcher error when watching disk root directory on Windows
- #5641: Syncthing gets stuck in a high CPU "Failed Files" state - Possibly a symlink issue?
- #5649: Checking block content on unexpected request results doesn't work for the last block
- #5654: Incorrect file info passed as argument to delete existing dir/symlink
- #5704: Failure to fsync() files should not be fatal
Enhancements
- #1634: Use copy instead of rename for version folder on other file systems
- #4531: GUI folder/device status rows should handle longer values nicer
- #4586: Versioner file tagging is inconsistent
- #4631: In-GUI restoration should be possible from trashcan versioner
- #5419: File versioning across drives
- #5659: Old sync errors should not linger while retrying
Other issues
- #5505: Leaking goroutines through model and leveldb
- #5706: Spurious test failures on Windows
v1.1.4-ls13
LinuxServer Changes:
Switching to new Base images, shift to arm32v7 tag.
syncthing Changes:
v1.1.4
Bugfixes
- #4613: Progress emitter doesn't start from config change if disabled at startup
- #5338: Version restore not possible with custom versioning path set
- #5421: WebGui: Locally Changed Items vanish when clicking 10|25|50
- #5578: Filesystem watcher error when watching disk root directory on Windows
- #5641: Syncthing gets stuck in a high CPU "Failed Files" state - Possibly a symlink issue?
- #5649: Checking block content on unexpected request results doesn't work for the last block
- #5654: Incorrect file info passed as argument to delete existing dir/symlink
- #5704: Failure to fsync() files should not be fatal
Enhancements
- #1634: Use copy instead of rename for version folder on other file systems
- #4531: GUI folder/device status rows should handle longer values nicer
- #4586: Versioner file tagging is inconsistent
- #4631: In-GUI restoration should be possible from trashcan versioner
- #5419: File versioning across drives
- #5659: Old sync errors should not linger while retrying
Other issues
- #5505: Leaking goroutines through model and leveldb
- #5706: Spurious test failures on Windows
v1.1.3-ls12
LinuxServer Changes:
Switching to new Base images, shift to arm32v7 tag.
syncthing Changes:
This is a hotfix release to fix a panic bug on Windows.
Bugfixes
- #5695: Panic on Windows 10 with filesystem watching
v1.1.3-ls11
LinuxServer Changes:
Switching to new Base images, shift to arm32v7 tag.
syncthing Changes:
This is a hotfix release to fix a panic bug on Windows.
Bugfixes
- #5695: Panic on Windows 10 with filesystem watching