Skip to content

Releases: calmh/syncthing

v1.30.0-rc.1

25 May 09:28
b05ece0

Choose a tag to compare

v1.30.0-rc.1 Pre-release
Pre-release

1.30.0-rc.1 (2025-05-25)

Bug Fixes

  • config: deep copy configuration defaults (fixes #9916) (#10101) (702ed8e)
  • config: mark audit log options as needing restart (fixes #10099) (#10100) (8c3d2f3)
  • db: handle large numbers of blocks in update (#10025) (4096a35)
  • db: skip invalid files as remote need when local is deleted (7cfa871)
  • db: version vector serialisation :( (#10050) (ddea2e4)
  • db: wrong prepare method (05210d0)
  • don't hold main database update lock when tidying folder databases (47e3147)
  • handle null database name in getGolderDB (d28be1b)
  • model: close fd immediately in copier (#10079) (58bf2b5)
  • model: correct bufferpool handling; simplify (#10113) (964c8d7)
  • model: index handler error handling (7284969)
  • model: loop-break regression while block copying in puller (#10069) (be00236)
  • model: use same folder first in copier (#10093) (fa7b81e)
  • sqlite: apply options (#10049) (e0c1abc)
  • sqlite: hold update lock while generating folder idx (ed252ed)
  • syncthing: make directory flags global for all commands (#10028) (b88aea3)
  • syncthing: remove duplicate --no-console flag (2c3a890)

Features

  • add syncthing debug database-statistics command (#10117) (085455d)
  • gui: close a modal when pressing ESC after switching modal tabs (fixes #9489) (#10092) (a16bf55)

SQLite preview 4

17 Mar 09:41
1dbdd6b

Choose a tag to compare

SQLite preview 4 Pre-release
Pre-release

Various fixes, no lock file, introduces migration support

SQLite preview 6

18 Mar 09:14
cbded11

Choose a tag to compare

SQLite preview 6 Pre-release
Pre-release

Now with zig, for great justice

SQLite preview 5

17 Mar 11:35
7d51b1b

Choose a tag to compare

SQLite preview 5 Pre-release
Pre-release

Now with additional starting on Windows!

SQLite preview 3

16 Mar 17:27
2c3a890

Choose a tag to compare

SQLite preview 3 Pre-release
Pre-release

Now with static Linux binaries

SQLite preview 2

16 Mar 09:19
2953630

Choose a tag to compare

SQLite preview 2 Pre-release
Pre-release

Performance fixes and other things.

Container image in ghcr.io/calmh/syncthing:v2.0.0-beta.2

SQLite preview 1

13 Mar 08:53
025905f

Choose a tag to compare

SQLite preview 1 Pre-release
Pre-release

This is a preview/testing release of Syncthing using SQLite as the database backend.