Skip to content

Tags: lulufix/syncthing

Tags

v1.4.1-rc.3

Toggle v1.4.1-rc.3's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.1-rc.3

This is a release candidate for the v1.4.1 patch release.

Bugfixes:

- syncthing#6289: "general SOCKS server failure" since syncthing 1.3.3
- syncthing#6365: Connection errors not shown in GUI
- syncthing#6415: Loop in database migration "folder db index missing" after upgrade to v1.4.0
- syncthing#6422: "fatal error: runtime: out of memory" during database migration on QNAP NAS

Enhancements:

- syncthing#5380: gui: Display folder/device name in modal
- syncthing#5979: UNIX socket permission bits
- syncthing#6384: Do auto upgrades early and synchronously on startup

Other issues:

- syncthing#6249: Remove unnecessary RAM/CPU stats from GUI

v1.4.1-rc.2

Toggle v1.4.1-rc.2's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.1-rc.2

This is a release candidate for the v1.4.1 patch release.

Bugfixes:

- syncthing#6289: "general SOCKS server failure" since syncthing 1.3.3
- syncthing#6365: Connection errors not shown in GUI
- syncthing#6415: Loop in database migration "folder db index missing" after upgrade to v1.4.0
- syncthing#6422: "fatal error: runtime: out of memory" during database migration on QNAP NAS

Enhancements:

- syncthing#5380: gui: Display folder/device name in modal
- syncthing#5979: UNIX socket permission bits
- syncthing#6384: Do auto upgrades early and synchronously on startup

Other issues:

- syncthing#6249: Remove unnecessary RAM/CPU stats from GUI

v1.4.1-rc.1

Toggle v1.4.1-rc.1's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.1-rc.1

This is a release candidate for the v1.4.1 patch release.

Bugfixes:

- syncthing#6289: "general SOCKS server failure" since syncthing 1.3.3
- syncthing#6365: Connection errors not shown in GUI
- syncthing#6415: Loop in database migration "folder db index missing" after upgrade to v1.4.0
- syncthing#6422: "fatal error: runtime: out of memory" during database migration on QNAP NAS

Enhancements:

- syncthing#5380: gui: Display folder/device name in modal
- syncthing#5979: UNIX socket permission bits
- syncthing#6384: Do auto upgrades early and synchronously on startup

Other issues:

- syncthing#6249: Remove unnecessary RAM/CPU stats from GUI

v1.4.0

Toggle v1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.0

This is a regularly scheduled minor release.

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.

Bugfixes:

- syncthing#4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux)
- syncthing#5952: panic: Should never get a deleted file as needed when we don't have it
- syncthing#6281: Progress emitter uses 100% CPU
- syncthing#6300: lib/ignore: panic: runtime error: index out of range [0] with length 0
- syncthing#6304: Syncing issues, database missing sequence entries
- syncthing#6335: Crash or hard shutdown can case database inconsistency, out of sync

Enhancements:

- syncthing#5786: Consider always running the monitor process
- syncthing#5898: Database performance: reduce duplication
- syncthing#5914: Limit folder concurrency to improve performance
- syncthing#6302: Avoid thundering herd issue by global request limiter

v1.4.0-rc.11

Toggle v1.4.0-rc.11's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.0-rc.11

This is a release candidate for the v1.4.0 minor release.

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.

Bugfixes:

- syncthing#4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux)
- syncthing#5952: panic: Should never get a deleted file as needed when we don't have it
- syncthing#6281: Progress emitter uses 100% CPU
- syncthing#6300: lib/ignore: panic: runtime error: index out of range [0] with length 0
- syncthing#6304: Syncing issues, database missing sequence entries
- syncthing#6335: Crash or hard shutdown can case database inconsistency, out of sync

Enhancements:

- syncthing#5786: Consider always running the monitor process
- syncthing#5898: Database performance: reduce duplication
- syncthing#5914: Limit folder concurrency to improve performance
- syncthing#6302: Avoid thundering herd issue by global request limiter

v1.4.0-rc.10.1

Toggle v1.4.0-rc.10.1's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.0-rc.10

This is a release candidate for the v1.4.0 minor release.

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.

Bugfixes:

- syncthing#4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux)
- syncthing#5952: panic: Should never get a deleted file as needed when we don't have it
- syncthing#6281: Progress emitter uses 100% CPU
- syncthing#6300: lib/ignore: panic: runtime error: index out of range [0] with length 0
- syncthing#6304: Syncing issues, database missing sequence entries
- syncthing#6335: Crash or hard shutdown can case database inconsistency, out of sync

Enhancements:

- syncthing#5786: Consider always running the monitor process
- syncthing#5898: Database performance: reduce duplication
- syncthing#5914: Limit folder concurrency to improve performance
- syncthing#6302: Avoid thundering herd issue by global request limiter

v1.4.0-rc.10

Toggle v1.4.0-rc.10's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.0-rc.10

This is a release candidate for the v1.4.0 minor release.

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.

Bugfixes:

- syncthing#4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux)
- syncthing#5952: panic: Should never get a deleted file as needed when we don't have it
- syncthing#6281: Progress emitter uses 100% CPU
- syncthing#6300: lib/ignore: panic: runtime error: index out of range [0] with length 0
- syncthing#6304: Syncing issues, database missing sequence entries
- syncthing#6335: Crash or hard shutdown can case database inconsistency, out of sync

Enhancements:

- syncthing#5786: Consider always running the monitor process
- syncthing#5898: Database performance: reduce duplication
- syncthing#5914: Limit folder concurrency to improve performance
- syncthing#6302: Avoid thundering herd issue by global request limiter

v1.4.0-rc.9

Toggle v1.4.0-rc.9's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.0-rc.9

This is a release candidate for the v1.4.0 minor release.

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.

Bugfixes:

- syncthing#4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux)
- syncthing#5952: panic: Should never get a deleted file as needed when we don't have it
- syncthing#6281: Progress emitter uses 100% CPU
- syncthing#6300: lib/ignore: panic: runtime error: index out of range [0] with length 0
- syncthing#6304: Syncing issues, database missing sequence entries
- syncthing#6335: Crash or hard shutdown can case database inconsistency, out of sync

Enhancements:

- syncthing#5786: Consider always running the monitor process
- syncthing#5898: Database performance: reduce duplication
- syncthing#5914: Limit folder concurrency to improve performance
- syncthing#6302: Avoid thundering herd issue by global request limiter

v1.4.0-rc.8

Toggle v1.4.0-rc.8's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.0-rc.8

This is a release candidate for the v1.4.0 minor release.

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.

Bugfixes:

- syncthing#4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux)
- syncthing#5952: panic: Should never get a deleted file as needed when we don't have it
- syncthing#6281: Progress emitter uses 100% CPU
- syncthing#6300: lib/ignore: panic: runtime error: index out of range [0] with length 0
- syncthing#6304: Syncing issues, database missing sequence entries
- syncthing#6335: Crash or hard shutdown can case database inconsistency, out of sync

Enhancements:

- syncthing#5786: Consider always running the monitor process
- syncthing#5898: Database performance: reduce duplication
- syncthing#5914: Limit folder concurrency to improve performance
- syncthing#6302: Avoid thundering herd issue by global request limiter

v1.4.0-rc.7

Toggle v1.4.0-rc.7's commit message

Verified

This tag was signed with the committer’s verified signature.
calmh Jakob Borg
v1.4.0-rc.7

This is a release candidate for the v1.4.0 minor release.

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.

Bugfixes:

 - syncthing#4774: Doesn't react to Ctrl-C when run in a subshell with -no-restart (Linux)
 - syncthing#5952: panic: Should never get a deleted file as needed when we don't have it
 - syncthing#6281: Progress emitter uses 100% CPU
 - syncthing#6289: "general SOCKS server failure" since syncthing 1.3.3
 - syncthing#6300: lib/ignore: panic: runtime error: index out of range [0] with length 0
 - syncthing#6304: Syncing issues, database missing sequence entries
 - syncthing#6335: Crash or hard shutdown can case database inconsistency, out of sync

Enhancements:

 - syncthing#5786: Consider always running the monitor process
 - syncthing#5898: Database performance: reduce duplication
 - syncthing#5914: Limit folder concurrency to improve performance
 - syncthing#6302: Avoid thundering herd issue by global request limiter