Skip to content
v0.14.0-rc.1

This is the release candidate for the upcoming v0.14 release. This release
introduces a new, future extensible sync protocol and corresponding changes to
local discovery and the database.

This v0.14 RC can only talk to other v0.14 clients, RC or future. A full
rehashing of the folder contents will happen on first restart. To roll back to
a v0.13 release, simply download and run a v0.13 Syncthing.

Resolved issues since v0.14.0-beta.1:

* A protocol inconsistency was corrected, resulting in this release being incompatible with the beta.
* #3397: The Anonymous Usage Reporting Preview is now correctly formatted

Resolved issues since v0.13.10:

* #3346: Discovery results now respects address family for listen addresses.
* #3080: The sync protocol, local discovery protocol and database format is now based on protocol buffers.
* #3227: File names ending in space are now correctly marked as invalid on Windows.
* #3278: Local discovery now quickly detects other local devices on restart.
* #3077: A race condition causing a deadlock on folder addition is fixed.