chore(deps): update syncthing/syncthing docker tag to v2 #4

Open
renovate-bot wants to merge 1 commit from renovate/syncthing-syncthing-2.x into main
Member

This PR contains the following updates:

Package Update Change
syncthing/syncthing (source) major 1.30.02.1.0

Release Notes

syncthing/syncthing (syncthing/syncthing)

v2.1.0

Compare Source

Major changes in 2.1

  • Devices and folders can now be grouped in the GUI by setting the new
    group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in
    addition to the existing support for SOCKS proxies (the environment
    variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to
    optimise for reduced database size and overhead than minimal transfer
    size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than
    the default one week, or set to infinitely long. The cookie path can also
    be adjusted. (The sessionCookieDurationS and sessionCookiePath
    attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.0 or ghcr.io/syncthing/syncthing:2.1.0
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Features
Other

New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.16...v2.1.0

v2.0.16

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.16 or ghcr.io/syncthing/syncthing:2.0.16
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.15...v2.0.16

v2.0.15

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.15 or ghcr.io/syncthing/syncthing:2.0.15
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.14...v2.0.15

v2.0.14

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.14 or ghcr.io/syncthing/syncthing:2.0.14
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.13...v2.0.14

v2.0.13

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.13 or ghcr.io/syncthing/syncthing:2.0.13
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.12...v2.0.13

v2.0.12

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.12 or ghcr.io/syncthing/syncthing:2.0.12
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.11...v2.0.12

v2.0.11

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.11 or ghcr.io/syncthing/syncthing:2.0.11
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.10...v2.0.11

v2.0.10

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.10 or ghcr.io/syncthing/syncthing:2.0.10
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.9...v2.0.10

v2.0.9

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.9 or ghcr.io/syncthing/syncthing:2.0.9
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.8...v2.0.9

v2.0.8

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.8 or ghcr.io/syncthing/syncthing:2.0.8
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.7...v2.0.8

v2.0.7

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.7 or ghcr.io/syncthing/syncthing:2.0.7
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.6...v2.0.7

v2.0.6

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • illumos/amd64 and solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.6 or ghcr.io/syncthing/syncthing:2.0.6
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.5...v2.0.6

v2.0.5

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • illumos/amd64 and solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.5 or ghcr.io/syncthing/syncthing:2.0.5
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.4...v2.0.5

v2.0.4

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • illumos/amd64 and solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.4 or ghcr.io/syncthing/syncthing:2.0.4
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.3...v2.0.4

v2.0.3

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • illumos/amd64 and solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.3 or ghcr.io/syncthing/syncthing:2.0.3
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.2...v2.0.3

v2.0.2

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • illumos/amd64 and solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.2 or ghcr.io/syncthing/syncthing:2.0.2
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.1...v2.0.2

v2.0.1

Compare Source

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after fifteen months. If your use case require deletes to take
    effect after more than a fifteen month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • illumos/amd64 and solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.1 or ghcr.io/syncthing/syncthing:2.0.1
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Other

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.0.0...v2.0.1

v2.0.0

Compare Source

⚠️ First 2.0 release ⚠️

This is the first release of the new 2.0 series. Expect some rough edges and keep a sense of adventure! 🙏

Major changes in 2.0

  • Database backend switched from LevelDB to SQLite. There is a migration on
    first launch which can be lengthy for larger setups. The new database is
    easier to understand and maintain and, hopefully, less buggy.

  • The logging format has changed to use structured log entries (a message
    plus several key-value pairs). Additionally, we can now control the log
    level per package, and a new log level WARNING has been inserted between
    INFO and ERROR (which was previously known as WARNING...). The INFO level
    has become more verbose, indicating the sync actions taken by Syncthing. A
    new command line flag --log-level sets the default log level for all
    packages, and the STTRACE environment variable and GUI has been updated
    to set log levels per package. The --verbose and --logflags command
    line options have been removed and will be ignored if given.

  • Deleted items are no longer kept forever in the database, instead they are
    forgotten after six months. If your use case require deletes to take
    effect after more than a six month delay, set the
    --db-delete-retention-interval command line option or corresponding
    environment variable to zero, or a longer time interval of your choosing.

  • Modernised command line options parsing. Old single-dash long options are
    no longer supported, e.g. -home must be given as --home. Some options
    have been renamed, others have become subcommands. All serve options are
    now also accepted as environment variables. See syncthing --help and
    syncthing serve --help for details.

  • Rolling hash detection of shifted data is no longer supported as this
    effectively never helped. Instead, scanning and syncing is faster and more
    efficient without it.

  • A "default folder" is no longer created on first startup.

  • Multiple connections are now used by default between v2 devices. The new
    default value is to use three connections: one for index metadata and two
    for data exchange.

  • The following platforms unfortunately no longer get prebuilt binaries for
    download at syncthing.net and on GitHub, due to complexities related to
    cross compilation with SQLite:

    • dragonfly/amd64
    • illumos/amd64 and solaris/amd64
    • linux/ppc64
    • netbsd/*
    • openbsd/386 and openbsd/arm
    • windows/arm
  • The handling of conflict resolution involving deleted files has changed. A
    delete can now be the winning outcome of conflict resolution, resulting in
    the deleted file being moved to a conflict copy.

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.0.0 or ghcr.io/syncthing/syncthing:2.0.0
    ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes
Features
Other

New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v1.30.0...v2.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [syncthing/syncthing](https://syncthing.net) ([source](https://github.com/syncthing/syncthing)) | major | `1.30.0` → `2.1.0` | --- ### Release Notes <details> <summary>syncthing/syncthing (syncthing/syncthing)</summary> ### [`v2.1.0`](https://github.com/syncthing/syncthing/releases/tag/v2.1.0) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.16...v2.1.0) #### Major changes in 2.1 - Devices and folders can now be grouped in the GUI by setting the new `group` attribute. - HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable `all_proxy=https://...`). - Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the `blockIndexing` attribute on folder configuration). - GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The `sessionCookieDurationS` and `sessionCookiePath` attributes in the GUI configuration.) This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.1.0` or `ghcr.io/syncthing/syncthing:2.1.0` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(stdiscosrv): close file descriptor on flush error in write by [@&#8203;cuiweixie](https://github.com/cuiweixie) in [#&#8203;10615](https://github.com/syncthing/syncthing/pull/10615) - fix(gui): disable autocomplete for folder password by [@&#8203;bt90](https://github.com/bt90) in [#&#8203;10342](https://github.com/syncthing/syncthing/pull/10342) - fix(protocol): limit size of incoming request messages by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10629](https://github.com/syncthing/syncthing/pull/10629) - fix(gui): don't show local device under remote devices (ref [#&#8203;10563](https://github.com/syncthing/syncthing/issues/10563)) by [@&#8203;maen-bn](https://github.com/maen-bn) in [#&#8203;10631](https://github.com/syncthing/syncthing/pull/10631) - fix(gui): order folders alphabetically and ensure local device stays hidden (ref [#&#8203;10563](https://github.com/syncthing/syncthing/issues/10563), ref [#&#8203;10631](https://github.com/syncthing/syncthing/issues/10631)) by [@&#8203;maen-bn](https://github.com/maen-bn) in [#&#8203;10637](https://github.com/syncthing/syncthing/pull/10637) - fix(gui): fallback to folder ID when label is empty in remove dialog by [@&#8203;RealCharlesChia](https://github.com/RealCharlesChia) in [#&#8203;10657](https://github.com/syncthing/syncthing/pull/10657) - fix(gui): fix tabs visually disabled but still clickable during ignore patterns setup (fixes [#&#8203;10634](https://github.com/syncthing/syncthing/issues/10634)) by [@&#8203;JRNitre](https://github.com/JRNitre) in [#&#8203;10651](https://github.com/syncthing/syncthing/pull/10651) - fix(strelaysrv): properly use bind address for outgoing requests (fixes [#&#8203;10658](https://github.com/syncthing/syncthing/issues/10658)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10659](https://github.com/syncthing/syncthing/pull/10659) - fix(stdiscosrv): only read certificate proxy headers with --http by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10674](https://github.com/syncthing/syncthing/pull/10674) ##### Features - feat(gui, config): support simple folder grouping (fixes [#&#8203;2070](https://github.com/syncthing/syncthing/issues/2070)) by [@&#8203;maen-bn](https://github.com/maen-bn) in [#&#8203;10563](https://github.com/syncthing/syncthing/pull/10563) - feat: make http session cookie path & duration configurable by [@&#8203;vvaswani](https://github.com/vvaswani) in [#&#8203;10632](https://github.com/syncthing/syncthing/pull/10632) - feat(dialer): add HTTP/HTTPS proxy support via CONNECT by [@&#8203;luizluca](https://github.com/luizluca) in [#&#8203;10572](https://github.com/syncthing/syncthing/pull/10572) - feat: make block indexing configurable by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10608](https://github.com/syncthing/syncthing/pull/10608) ##### Other - chore: remove tracking inode change time by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10579](https://github.com/syncthing/syncthing/pull/10579) - build(deps): temporarily switch to fork of gateway discovery library (fixes [#&#8203;10593](https://github.com/syncthing/syncthing/issues/10593)) by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10594](https://github.com/syncthing/syncthing/pull/10594) - build: extract github.ref\_name expression to env mapping by [@&#8203;dagecko](https://github.com/dagecko) in [#&#8203;10624](https://github.com/syncthing/syncthing/pull/10624) - build: pin 20 third-party actions to immutable commit SHAs by [@&#8203;dagecko](https://github.com/dagecko) in [#&#8203;10625](https://github.com/syncthing/syncthing/pull/10625) - build: have dependabot group PRs and use cooldown by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10630](https://github.com/syncthing/syncthing/pull/10630) - chore: trivial fixes by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10650](https://github.com/syncthing/syncthing/pull/10650) - chore(model): more efficient tracking of renames during scan by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10653](https://github.com/syncthing/syncthing/pull/10653) - chore(model): deflake cluster config tests by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10662](https://github.com/syncthing/syncthing/pull/10662) - chore(model): deflake TestCompletionEmptyGlobal by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10663](https://github.com/syncthing/syncthing/pull/10663) - chore(scanner): deflake TestStopWalk by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10664](https://github.com/syncthing/syncthing/pull/10664) - build: parallelise linux builds slightly by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10666](https://github.com/syncthing/syncthing/pull/10666) - chore(api): deflake TestHTTPLogin on Windows by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10667](https://github.com/syncthing/syncthing/pull/10667) - chore(api): use ldap package escape functions by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10672](https://github.com/syncthing/syncthing/pull/10672) - build: only run the periodic build jobs in the syncthing org by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10675](https://github.com/syncthing/syncthing/pull/10675) - build(deps): update dependencies by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10683](https://github.com/syncthing/syncthing/pull/10683) - chore(model): slightly improve handling of pulling empty blocks by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10679](https://github.com/syncthing/syncthing/pull/10679) - chore(gui): upgrade jQuery to 3.7.1 to fix CVE-2020-11022, CVE-2020-11023, CVE-2015-9251 by [@&#8203;Umer-Azaz](https://github.com/Umer-Azaz) in [#&#8203;10673](https://github.com/syncthing/syncthing/pull/10673) - chore(fs): remove unused SymlinksSupported() method by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10684](https://github.com/syncthing/syncthing/pull/10684) #### New Contributors - [@&#8203;cuiweixie](https://github.com/cuiweixie) made their first contribution in [#&#8203;10615](https://github.com/syncthing/syncthing/pull/10615) - [@&#8203;dagecko](https://github.com/dagecko) made their first contribution in [#&#8203;10624](https://github.com/syncthing/syncthing/pull/10624) - [@&#8203;maen-bn](https://github.com/maen-bn) made their first contribution in [#&#8203;10563](https://github.com/syncthing/syncthing/pull/10563) - [@&#8203;RealCharlesChia](https://github.com/RealCharlesChia) made their first contribution in [#&#8203;10657](https://github.com/syncthing/syncthing/pull/10657) - [@&#8203;JRNitre](https://github.com/JRNitre) made their first contribution in [#&#8203;10651](https://github.com/syncthing/syncthing/pull/10651) - [@&#8203;vvaswani](https://github.com/vvaswani) made their first contribution in [#&#8203;10632](https://github.com/syncthing/syncthing/pull/10632) - [@&#8203;luizluca](https://github.com/luizluca) made their first contribution in [#&#8203;10572](https://github.com/syncthing/syncthing/pull/10572) - [@&#8203;Umer-Azaz](https://github.com/Umer-Azaz) made their first contribution in [#&#8203;10673](https://github.com/syncthing/syncthing/pull/10673) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.16...v2.1.0> ### [`v2.0.16`](https://github.com/syncthing/syncthing/releases/tag/v2.0.16) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.15...v2.0.16) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.16` or `ghcr.io/syncthing/syncthing:2.0.16` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(protocol): verify compressed message length before decompression by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10595](https://github.com/syncthing/syncthing/pull/10595) - fix(systemd): support overrides for syncOwnership by [@&#8203;Valloric](https://github.com/Valloric) in [#&#8203;10602](https://github.com/syncthing/syncthing/pull/10602) - fix(systemd): add back chown allowed syscalls by [@&#8203;Valloric](https://github.com/Valloric) in [#&#8203;10605](https://github.com/syncthing/syncthing/pull/10605) ##### Other - chore(config, connections): use same reconnection interval for QUIC and TCP (fixes [#&#8203;10507](https://github.com/syncthing/syncthing/issues/10507)) by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10573](https://github.com/syncthing/syncthing/pull/10573) - build(deps): update dependencies by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10588](https://github.com/syncthing/syncthing/pull/10588) - chore(sqlite): reduce max open connections, keep them open permanently (fixes [#&#8203;10592](https://github.com/syncthing/syncthing/issues/10592)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10596](https://github.com/syncthing/syncthing/pull/10596) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.15...v2.0.16> ### [`v2.0.15`](https://github.com/syncthing/syncthing/releases/tag/v2.0.15) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.14...v2.0.15) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.15` or `ghcr.io/syncthing/syncthing:2.0.15` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(gui): show restarting modal during upgrade restart (fixes [#&#8203;1248](https://github.com/syncthing/syncthing/issues/1248)) by [@&#8203;steadytao](https://github.com/steadytao) in [#&#8203;10566](https://github.com/syncthing/syncthing/pull/10566) - fix(gui): remove width limit for language select items by [@&#8203;EastSun5566](https://github.com/EastSun5566) in [#&#8203;10531](https://github.com/syncthing/syncthing/pull/10531) ##### Other - chore(gui): add id and name to Stay logged in checkbox for password managers by [@&#8203;epifeny](https://github.com/epifeny) in [#&#8203;10558](https://github.com/syncthing/syncthing/pull/10558) - chore(db): add ability to wait for programmatically started database maintenance, query last maintenance time by [@&#8203;pixelspark](https://github.com/pixelspark) in [#&#8203;10565](https://github.com/syncthing/syncthing/pull/10565) - chore(etc): add comprehensive sandboxing by [@&#8203;Valloric](https://github.com/Valloric) in [#&#8203;10421](https://github.com/syncthing/syncthing/pull/10421) - chore: build with Go 1.26; use Go 1.25 features by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10570](https://github.com/syncthing/syncthing/pull/10570) #### New Contributors - [@&#8203;epifeny](https://github.com/epifeny) made their first contribution in [#&#8203;10558](https://github.com/syncthing/syncthing/pull/10558) - [@&#8203;steadytao](https://github.com/steadytao) made their first contribution in [#&#8203;10566](https://github.com/syncthing/syncthing/pull/10566) - [@&#8203;EastSun5566](https://github.com/EastSun5566) made their first contribution in [#&#8203;10531](https://github.com/syncthing/syncthing/pull/10531) - [@&#8203;Valloric](https://github.com/Valloric) made their first contribution in [#&#8203;10421](https://github.com/syncthing/syncthing/pull/10421) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.14...v2.0.15> ### [`v2.0.14`](https://github.com/syncthing/syncthing/releases/tag/v2.0.14) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.13...v2.0.14) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.14` or `ghcr.io/syncthing/syncthing:2.0.14` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(beacon): skip point-to-point interfaces on Android by [@&#8203;bt90](https://github.com/bt90) in [#&#8203;10504](https://github.com/syncthing/syncthing/pull/10504) - fix(stdiscosrv): use fmt.Println for version output (fixes [#&#8203;10523](https://github.com/syncthing/syncthing/issues/10523)) by [@&#8203;maishivamhoo123](https://github.com/maishivamhoo123) in [#&#8203;10527](https://github.com/syncthing/syncthing/pull/10527) - fix(stdiscosrv): log full device ID on startup by [@&#8203;maishivamhoo123](https://github.com/maishivamhoo123) in [#&#8203;10541](https://github.com/syncthing/syncthing/pull/10541) ##### Other - chore(api): remove charset declaration from JSON content-type (fixes [#&#8203;10500](https://github.com/syncthing/syncthing/issues/10500)) by [@&#8203;prathik8794](https://github.com/prathik8794) in [#&#8203;10508](https://github.com/syncthing/syncthing/pull/10508) - chore(sqlite): allow periodic database maintenance to be disabled by [@&#8203;pixelspark](https://github.com/pixelspark) in [#&#8203;10441](https://github.com/syncthing/syncthing/pull/10441) - chore(gui): include license files for fork-awesome assets by [@&#8203;gotmax23](https://github.com/gotmax23) in [#&#8203;10539](https://github.com/syncthing/syncthing/pull/10539) - build: add build attestation step at release by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10540](https://github.com/syncthing/syncthing/pull/10540) #### New Contributors - [@&#8203;prathik8794](https://github.com/prathik8794) made their first contribution in [#&#8203;10508](https://github.com/syncthing/syncthing/pull/10508) - [@&#8203;gotmax23](https://github.com/gotmax23) made their first contribution in [#&#8203;10539](https://github.com/syncthing/syncthing/pull/10539) - [@&#8203;maishivamhoo123](https://github.com/maishivamhoo123) made their first contribution in [#&#8203;10527](https://github.com/syncthing/syncthing/pull/10527) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.13...v2.0.14> ### [`v2.0.13`](https://github.com/syncthing/syncthing/releases/tag/v2.0.13) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.12...v2.0.13) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.13` or `ghcr.io/syncthing/syncthing:2.0.13` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(beacon): don't join multicast groups on non-multicast interfaces (fixes [#&#8203;10497](https://github.com/syncthing/syncthing/issues/10497)) by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10498](https://github.com/syncthing/syncthing/pull/10498) ##### Other - chore(model): refactor context handling for folder type by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10472](https://github.com/syncthing/syncthing/pull/10472) - build: fix docker build by ensuring qemu by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10492](https://github.com/syncthing/syncthing/pull/10492) - chore(beacon): more verbose debug logging by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10496](https://github.com/syncthing/syncthing/pull/10496) - build: fix hash failure by limiting globbing by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10505](https://github.com/syncthing/syncthing/pull/10505) - chore: tweak pull retry logic by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10491](https://github.com/syncthing/syncthing/pull/10491) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.12...v2.0.13> ### [`v2.0.12`](https://github.com/syncthing/syncthing/releases/tag/v2.0.12) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.11...v2.0.12) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.12` or `ghcr.io/syncthing/syncthing:2.0.12` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Other - chore: update quic-go, adapt to lack of write tracking by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10456](https://github.com/syncthing/syncthing/pull/10456) - chore(cli): clean up generated usage strings for config commands (fixes [#&#8203;10462](https://github.com/syncthing/syncthing/issues/10462)) by [@&#8203;acolomb](https://github.com/acolomb) in [#&#8203;10463](https://github.com/syncthing/syncthing/pull/10463) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.11...v2.0.12> ### [`v2.0.11`](https://github.com/syncthing/syncthing/releases/tag/v2.0.11) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.10...v2.0.11) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.11` or `ghcr.io/syncthing/syncthing:2.0.11` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(policy): only allow approvals by non-author contributors by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10419](https://github.com/syncthing/syncthing/pull/10419) - fix(fs): store `getExpireAdd` mutex in `caseCache` (fixes [#&#8203;9836](https://github.com/syncthing/syncthing/issues/9836)) by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10430](https://github.com/syncthing/syncthing/pull/10430) - fix(fs): apply case option to fakefs in casefs tests by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10439](https://github.com/syncthing/syncthing/pull/10439) - fix(fs): only apply case option to fakefs in stress test by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10440](https://github.com/syncthing/syncthing/pull/10440) ##### Other - docs(docker): make host network mode the default by [@&#8203;bt90](https://github.com/bt90) in [#&#8203;10416](https://github.com/syncthing/syncthing/pull/10416) - chore(upnp): remove incorrect embedding of nat.Service (fixes [#&#8203;10426](https://github.com/syncthing/syncthing/issues/10426)) by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10428](https://github.com/syncthing/syncthing/pull/10428) - chore: minor lint fixes by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10436](https://github.com/syncthing/syncthing/pull/10436) - chore(gui): add Azerbaijani (az) and Kurdish (ckb) l10n templates. by [@&#8203;acolomb](https://github.com/acolomb) in [#&#8203;10442](https://github.com/syncthing/syncthing/pull/10442) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.10...v2.0.11> ### [`v2.0.10`](https://github.com/syncthing/syncthing/releases/tag/v2.0.10) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.9...v2.0.10) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.10` or `ghcr.io/syncthing/syncthing:2.0.10` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix: improve conflict detection by tracking previous file hash (fixes [#&#8203;10349](https://github.com/syncthing/syncthing/issues/10349)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10351](https://github.com/syncthing/syncthing/pull/10351) - fix(ur): properly skip zero/empty fields in report by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10394](https://github.com/syncthing/syncthing/pull/10394) - fix(gui): don't fetch usage report preview unnecessarily on GUI load by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10395](https://github.com/syncthing/syncthing/pull/10395) - fix(db): only perform foreign key checking when a migration was applied by [@&#8203;pixelspark](https://github.com/pixelspark) in [#&#8203;10397](https://github.com/syncthing/syncthing/pull/10397) - fix(syncthing): do not perform CPU benchmark on startup unless logging enabled by [@&#8203;pixelspark](https://github.com/pixelspark) in [#&#8203;10398](https://github.com/syncthing/syncthing/pull/10398) - fix(model): don't announce untrusted devices to other devices (fixes [#&#8203;10393](https://github.com/syncthing/syncthing/issues/10393)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10408](https://github.com/syncthing/syncthing/pull/10408) - fix(sqlite): actually always insert blocks for local files (fixes [#&#8203;10388](https://github.com/syncthing/syncthing/issues/10388)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10411](https://github.com/syncthing/syncthing/pull/10411) ##### Other - build: update GitHub actions by [@&#8203;mrclmr](https://github.com/mrclmr) in [#&#8203;10399](https://github.com/syncthing/syncthing/pull/10399) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.9...v2.0.10> ### [`v2.0.9`](https://github.com/syncthing/syncthing/releases/tag/v2.0.9) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.8...v2.0.9) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.9` or `ghcr.io/syncthing/syncthing:2.0.9` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(sqlite): add \_txlock=immediate to modernc implementation by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10384](https://github.com/syncthing/syncthing/pull/10384) - fix(api): limit size of allowed authentication request by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10386](https://github.com/syncthing/syncthing/pull/10386) ##### Other - chore(ursrv): update regex patterns for Syncthing-Fork entries by [@&#8203;Catfriend1](https://github.com/Catfriend1) in [#&#8203;10380](https://github.com/syncthing/syncthing/pull/10380) - chore: clean up migrated database by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10381](https://github.com/syncthing/syncthing/pull/10381) - chore(sqlite): use normalised tables for file names and versions by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10383](https://github.com/syncthing/syncthing/pull/10383) - chore(model): slightly deflake TestRecvOnlyRevertOwnID by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10390](https://github.com/syncthing/syncthing/pull/10390) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.8...v2.0.9> ### [`v2.0.8`](https://github.com/syncthing/syncthing/releases/tag/v2.0.8) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.7...v2.0.8) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.8` or `ghcr.io/syncthing/syncthing:2.0.8` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(sqlite): less impactful periodic garbage collection by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10374](https://github.com/syncthing/syncthing/pull/10374) - fix(sqlite): explicitly set temporary directory location (fixes [#&#8203;10368](https://github.com/syncthing/syncthing/issues/10368)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10376](https://github.com/syncthing/syncthing/pull/10376) ##### Other - build: trigger nightly build only on syncthing repo by [@&#8203;aminvakil](https://github.com/aminvakil) in [#&#8203;10375](https://github.com/syncthing/syncthing/pull/10375) - chore(scanner): always return values to the pools when hashing blocks by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10377](https://github.com/syncthing/syncthing/pull/10377) - chore(sqlite): skip database GC entirely when it's provably unnecessary by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10379](https://github.com/syncthing/syncthing/pull/10379) #### New Contributors - [@&#8203;aminvakil](https://github.com/aminvakil) made their first contribution in [#&#8203;10375](https://github.com/syncthing/syncthing/pull/10375) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.7...v2.0.8> ### [`v2.0.7`](https://github.com/syncthing/syncthing/releases/tag/v2.0.7) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.6...v2.0.7) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.7` or `ghcr.io/syncthing/syncthing:2.0.7` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(model): earlier free-space check (fixes [#&#8203;10347](https://github.com/syncthing/syncthing/issues/10347)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10348](https://github.com/syncthing/syncthing/pull/10348) - fix(api): redact device encryption passwords in support bundle config by [@&#8203;pixelspark](https://github.com/pixelspark) in [#&#8203;10359](https://github.com/syncthing/syncthing/pull/10359) - fix(sqlite): revert to default page cache size by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10362](https://github.com/syncthing/syncthing/pull/10362) - fix(tlsutil): support HTTP/2 on GUI/API connections by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10366](https://github.com/syncthing/syncthing/pull/10366) - fix(sqlite): avoid rowid on kv table by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10367](https://github.com/syncthing/syncthing/pull/10367) ##### Other - chore(model): adjust folder state logging (fixes [#&#8203;10350](https://github.com/syncthing/syncthing/issues/10350)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10353](https://github.com/syncthing/syncthing/pull/10353) - build: package for illumos using vmactions/omnios-vm by [@&#8203;trisk](https://github.com/trisk) in [#&#8203;10328](https://github.com/syncthing/syncthing/pull/10328) - chore(slogutil): add configurable logging format (fixes [#&#8203;10352](https://github.com/syncthing/syncthing/issues/10352)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10354](https://github.com/syncthing/syncthing/pull/10354) #### New Contributors - [@&#8203;trisk](https://github.com/trisk) made their first contribution in [#&#8203;10328](https://github.com/syncthing/syncthing/pull/10328) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.6...v2.0.7> ### [`v2.0.6`](https://github.com/syncthing/syncthing/releases/tag/v2.0.6) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.5...v2.0.6) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - illumos/amd64 and solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.6` or `ghcr.io/syncthing/syncthing:2.0.6` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(db): remove temp\_store = MEMORY pragmas by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10343](https://github.com/syncthing/syncthing/pull/10343) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.5...v2.0.6> ### [`v2.0.5`](https://github.com/syncthing/syncthing/releases/tag/v2.0.5) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.4...v2.0.5) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - illumos/amd64 and solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.5` or `ghcr.io/syncthing/syncthing:2.0.5` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(db): only vacuum database on startup when a migration script was actually run by [@&#8203;pixelspark](https://github.com/pixelspark) in [#&#8203;10339](https://github.com/syncthing/syncthing/pull/10339) ##### Other - docs: add DCO requirement to contribution guidelines by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10333](https://github.com/syncthing/syncthing/pull/10333) - docs: update contribution guidelines from the docs site by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10336](https://github.com/syncthing/syncthing/pull/10336) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.4...v2.0.5> ### [`v2.0.4`](https://github.com/syncthing/syncthing/releases/tag/v2.0.4) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.3...v2.0.4) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - illumos/amd64 and solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.4` or `ghcr.io/syncthing/syncthing:2.0.4` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(cmd): only start temporary API server during migration if it's enabled by [@&#8203;pixelspark](https://github.com/pixelspark) in [#&#8203;10284](https://github.com/syncthing/syncthing/pull/10284) - fix(model): consider MaxFolderConcurrency when calculating number of hashers by [@&#8203;tomasz1986](https://github.com/tomasz1986) in [#&#8203;10285](https://github.com/syncthing/syncthing/pull/10285) - fix(model): consider number of CPU cores when calculating hashers on interactive OS ([#&#8203;10284](https://github.com/syncthing/syncthing/issues/10284)) by [@&#8203;tomasz1986](https://github.com/tomasz1986) in [#&#8203;10286](https://github.com/syncthing/syncthing/pull/10286) - fix(db): apply all migrations and schema in one transaction by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10323](https://github.com/syncthing/syncthing/pull/10323) - fix(model): correctly handle block-aligned empty sparse files by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10332](https://github.com/syncthing/syncthing/pull/10332) - fix(syncthing): apply folder migrations with temporary API/GUI server by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10330](https://github.com/syncthing/syncthing/pull/10330) ##### Other - chore(db): adjust db bench name to improve benchstat grouping by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10283](https://github.com/syncthing/syncthing/pull/10283) - chore(db): cleanup DB in tests and remove OpenTemp by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10282](https://github.com/syncthing/syncthing/pull/10282) - build: use Go 1.24 tools pattern by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10281](https://github.com/syncthing/syncthing/pull/10281) - chore(db): avoid rowid for blocks and blocklists by [@&#8203;bt90](https://github.com/bt90) in [#&#8203;10315](https://github.com/syncthing/syncthing/pull/10315) - refactor(db): slightly improve insert performance by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10318](https://github.com/syncthing/syncthing/pull/10318) - chore(gui): use steps of 1024 KiB for bandwidth rate limits by [@&#8203;tomasz1986](https://github.com/tomasz1986) in [#&#8203;10316](https://github.com/syncthing/syncthing/pull/10316) - chore(gui): use step of 3600 for versions cleanup interval by [@&#8203;tomasz1986](https://github.com/tomasz1986) in [#&#8203;10317](https://github.com/syncthing/syncthing/pull/10317) - chore(db): benchmark output, migration blocks/s output by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10320](https://github.com/syncthing/syncthing/pull/10320) - chore(db): update schema version in the same transaction as migration by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10321](https://github.com/syncthing/syncthing/pull/10321) - chore(db): migration for previous commits by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10319](https://github.com/syncthing/syncthing/pull/10319) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.3...v2.0.4> ### [`v2.0.3`](https://github.com/syncthing/syncthing/releases/tag/v2.0.3) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.2...v2.0.3) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - illumos/amd64 and solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.3` or `ghcr.io/syncthing/syncthing:2.0.3` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(cmd): restore --version flag for compatibility by [@&#8203;acolomb](https://github.com/acolomb) in [#&#8203;10269](https://github.com/syncthing/syncthing/pull/10269) - fix(cmd): make database migration more robust to write errors by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10278](https://github.com/syncthing/syncthing/pull/10278) - fix(cmd): provide temporary GUI/API server during database migration by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10279](https://github.com/syncthing/syncthing/pull/10279) - fix(db): clean files for dropped folders at startup by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10280](https://github.com/syncthing/syncthing/pull/10280) ##### Other - chore(slog): re-enable LOGGER\_DISCARD (fixes [#&#8203;10262](https://github.com/syncthing/syncthing/issues/10262)) by [@&#8203;rasa](https://github.com/rasa) in [#&#8203;10267](https://github.com/syncthing/syncthing/pull/10267) - build: downgrade gopsutil (fixes [#&#8203;10276](https://github.com/syncthing/syncthing/issues/10276)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10277](https://github.com/syncthing/syncthing/pull/10277) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.2...v2.0.3> ### [`v2.0.2`](https://github.com/syncthing/syncthing/releases/tag/v2.0.2) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.1...v2.0.2) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - illumos/amd64 and solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.2` or `ghcr.io/syncthing/syncthing:2.0.2` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Other - build: remove netgo and osusergo build tags (fixes [#&#8203;10251](https://github.com/syncthing/syncthing/issues/10251)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10256](https://github.com/syncthing/syncthing/pull/10256) - build: bump required language level to 1.24, compiler to 1.25 by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10248](https://github.com/syncthing/syncthing/pull/10248) - build: set netgo & osusergo tags for Linux build by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10261](https://github.com/syncthing/syncthing/pull/10261) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.1...v2.0.2> ### [`v2.0.1`](https://github.com/syncthing/syncthing/releases/tag/v2.0.1) [Compare Source](https://github.com/syncthing/syncthing/compare/v2.0.0...v2.0.1) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - illumos/amd64 and solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.1` or `ghcr.io/syncthing/syncthing:2.0.1` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix: allow upgrade without config dir (fixes [#&#8203;10240](https://github.com/syncthing/syncthing/issues/10240)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10241](https://github.com/syncthing/syncthing/pull/10241) - fix(all): various typos by [@&#8203;rasa](https://github.com/rasa) in [#&#8203;10242](https://github.com/syncthing/syncthing/pull/10242) - fix(etc): correct incantation to launch browser in Linux desktop file by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10246](https://github.com/syncthing/syncthing/pull/10246) - fix(db): handle path names that include URL special chars (fixes [#&#8203;10245](https://github.com/syncthing/syncthing/issues/10245)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10247](https://github.com/syncthing/syncthing/pull/10247) - fix: increase default delete retention to 15 months by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10252](https://github.com/syncthing/syncthing/pull/10252) ##### Other - build(deps): update (most) dependencies by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10243](https://github.com/syncthing/syncthing/pull/10243) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.0...v2.0.1> ### [`v2.0.0`](https://github.com/syncthing/syncthing/releases/tag/v2.0.0) [Compare Source](https://github.com/syncthing/syncthing/compare/v1.30.0...v2.0.0) #### ⚠️ First 2.0 release ⚠️ This is the first release of the new 2.0 series. Expect some rough edges and keep a sense of adventure! 🙏 #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after six months. If your use case require deletes to take effect after more than a six month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - illumos/amd64 and solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.0` or `ghcr.io/syncthing/syncthing:2.0.0` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(db): handle large numbers of blocks in update by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10025](https://github.com/syncthing/syncthing/pull/10025) - fix(syncthing): make directory flags global for all commands by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10028](https://github.com/syncthing/syncthing/pull/10028) - fix(sqlite): apply options by [@&#8203;pixelspark](https://github.com/pixelspark) in [#&#8203;10049](https://github.com/syncthing/syncthing/pull/10049) - fix(db): version vector serialisation :( by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10050](https://github.com/syncthing/syncthing/pull/10050) - fix(model): loop-break regression while block copying in puller by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10069](https://github.com/syncthing/syncthing/pull/10069) - fix(model): close fd immediately in copier by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10079](https://github.com/syncthing/syncthing/pull/10079) - fix(model): use same folder first in copier by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10093](https://github.com/syncthing/syncthing/pull/10093) - fix(model): correct bufferpool handling; simplify by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10113](https://github.com/syncthing/syncthing/pull/10113) - fix(protocol): avoid deadlock with concurrent connection start and close by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10140](https://github.com/syncthing/syncthing/pull/10140) - fix(syncthing): avoid writing panic log to nil fd by [@&#8203;ardevd](https://github.com/ardevd) in [#&#8203;10154](https://github.com/syncthing/syncthing/pull/10154) - fix(fs): check for unsupported error on modern Windows (fixes [#&#8203;10164](https://github.com/syncthing/syncthing/issues/10164)) by [@&#8203;rasa](https://github.com/rasa) in [#&#8203;10165](https://github.com/syncthing/syncthing/pull/10165) - fix(gui): don't show dial errors for paused devices (fixes [#&#8203;10166](https://github.com/syncthing/syncthing/issues/10166)) by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10167](https://github.com/syncthing/syncthing/pull/10167) - fix: track invalid files in LocalFlags to fix global count by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10170](https://github.com/syncthing/syncthing/pull/10170) - fix(watchaggregator): properly handle sub-second watch durations (fixes [#&#8203;9927](https://github.com/syncthing/syncthing/issues/9927)) by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10179](https://github.com/syncthing/syncthing/pull/10179) - fix(db): remove invalid member from FileMetadata by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10180](https://github.com/syncthing/syncthing/pull/10180) - fix(model): avoid flashing "Sync Waiting" unnecessarily by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10181](https://github.com/syncthing/syncthing/pull/10181) - fix(protocol): slightly loosen/correct ownership comparison criteria (fixes [#&#8203;9879](https://github.com/syncthing/syncthing/issues/9879)) by [@&#8203;yparitcher](https://github.com/yparitcher) in [#&#8203;10176](https://github.com/syncthing/syncthing/pull/10176) - fix(model): don't clobber local flags when receiving index by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10190](https://github.com/syncthing/syncthing/pull/10190) - fix(beacon, osutil, upnp): fix local discovery send and intf detection on Android by [@&#8203;Catfriend1](https://github.com/Catfriend1) in [#&#8203;10196](https://github.com/syncthing/syncthing/pull/10196) - fix(pmp, netutil): workaround native code denied to discover gateway ipv4 addr on Android 14+ by [@&#8203;Catfriend1](https://github.com/Catfriend1) in [#&#8203;10204](https://github.com/syncthing/syncthing/pull/10204) - fix: allow deleted files to win conflict resolution by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10207](https://github.com/syncthing/syncthing/pull/10207) - fix(gui): show revert buttons only when folder is idle (fixes [#&#8203;10191](https://github.com/syncthing/syncthing/issues/10191)) by [@&#8203;tomasz1986](https://github.com/tomasz1986) in [#&#8203;10212](https://github.com/syncthing/syncthing/pull/10212) - fix(gui): fix identicon generation by [@&#8203;aionescu](https://github.com/aionescu) in [#&#8203;10228](https://github.com/syncthing/syncthing/pull/10228) - fix(model): properly set folder state "syncing" when copying data by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10227](https://github.com/syncthing/syncthing/pull/10227) - fix(slogutil): quote values with parentheses in them by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10229](https://github.com/syncthing/syncthing/pull/10229) - fix(test): remove lib/logger from testmocks target by [@&#8203;rasa](https://github.com/rasa) in [#&#8203;10231](https://github.com/syncthing/syncthing/pull/10231) - fix: correct logging of our ID after startup & generate by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10234](https://github.com/syncthing/syncthing/pull/10234) ##### Features - feat: add `syncthing debug database-statistics` command by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10117](https://github.com/syncthing/syncthing/pull/10117) - feat(config): enable multiple connections by default by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10151](https://github.com/syncthing/syncthing/pull/10151) - feat(config): expose folder and device info as metrics (fixes [#&#8203;9519](https://github.com/syncthing/syncthing/issues/9519)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10148](https://github.com/syncthing/syncthing/pull/10148) - feat: use [`Ed25519`](https://github.com/syncthing/syncthing/commit/Ed25519) keys for sync connections by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10162](https://github.com/syncthing/syncthing/pull/10162) - feat(gui): add option to limit bandwidth in LAN to Settings (ref [#&#8203;10046](https://github.com/syncthing/syncthing/issues/10046)) by [@&#8203;tomasz1986](https://github.com/tomasz1986) in [#&#8203;10182](https://github.com/syncthing/syncthing/pull/10182) - feat(connections, nat): add UDP portmapping/pinhole for QUIC (fixes [#&#8203;7403](https://github.com/syncthing/syncthing/issues/7403)) by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10171](https://github.com/syncthing/syncthing/pull/10171) - feat: add debug commands for folder counts and files by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10206](https://github.com/syncthing/syncthing/pull/10206) - feat(ignore): add .stignore escaping on Windows by [@&#8203;rasa](https://github.com/rasa) in [#&#8203;10205](https://github.com/syncthing/syncthing/pull/10205) - feat: switch logging framework by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10220](https://github.com/syncthing/syncthing/pull/10220) ##### Other - chore: remove abandoned next-gen-gui experiment by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10004](https://github.com/syncthing/syncthing/pull/10004) - chore: remove weak hashing which does not pull its weight by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10005](https://github.com/syncthing/syncthing/pull/10005) - chore: switch database engine to sqlite (fixes [#&#8203;9954](https://github.com/syncthing/syncthing/issues/9954)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;9965](https://github.com/syncthing/syncthing/pull/9965) - chore: harmonise command line flags by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10007](https://github.com/syncthing/syncthing/pull/10007) - chore(db): increase journal limit to 64MiB by [@&#8203;bt90](https://github.com/bt90) in [#&#8203;10022](https://github.com/syncthing/syncthing/pull/10022) - chore: forget deleted files older than six months (fixes [#&#8203;6284](https://github.com/syncthing/syncthing/issues/6284)) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10023](https://github.com/syncthing/syncthing/pull/10023) - chore(db): use shorter read transactions and periodic checkpoint for smaller WAL by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10027](https://github.com/syncthing/syncthing/pull/10027) - chore: configurable delete retention interval by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10030](https://github.com/syncthing/syncthing/pull/10030) - chore(db): fix debug logging by [@&#8203;bt90](https://github.com/bt90) in [#&#8203;10033](https://github.com/syncthing/syncthing/pull/10033) - chore(db): buffer pulled files for smaller WAL by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10036](https://github.com/syncthing/syncthing/pull/10036) - chore(db): use one SQLite database per folder by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10042](https://github.com/syncthing/syncthing/pull/10042) - chore(model): delay starting a pull while there are incoming index updates by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10041](https://github.com/syncthing/syncthing/pull/10041) - chore(syncthing): remove "default" folder concept by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10068](https://github.com/syncthing/syncthing/pull/10068) - chore(syncthing): ensure migrated database is closed before exiting by [@&#8203;xjtdy888](https://github.com/xjtdy888) in [#&#8203;10076](https://github.com/syncthing/syncthing/pull/10076) - chore(db, model): simplify per hash DB lookup in copier by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10080](https://github.com/syncthing/syncthing/pull/10080) - chore(model): refactor copier for more flatness by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10094](https://github.com/syncthing/syncthing/pull/10094) - build: upgrade setup-zig action by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10134](https://github.com/syncthing/syncthing/pull/10134) - build: properly propagate build tags to Debian build by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10144](https://github.com/syncthing/syncthing/pull/10144) - chore(protocol): don't start connection routines a second time by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10146](https://github.com/syncthing/syncthing/pull/10146) - chore(protocol): only allow enc. password changes on cluster config by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10145](https://github.com/syncthing/syncthing/pull/10145) - chore: various linter fixes by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10157](https://github.com/syncthing/syncthing/pull/10157) - build: streamline gathering of facts, checkouts by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10158](https://github.com/syncthing/syncthing/pull/10158) - build: build both Debian armel and armhf (though they are the same for us) by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10159](https://github.com/syncthing/syncthing/pull/10159) - build: explicitly trigger build after pushing release tag by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10160](https://github.com/syncthing/syncthing/pull/10160) - chore(syncthing): ensure response body is closed in upgrade request by [@&#8203;ardevd](https://github.com/ardevd) in [#&#8203;10169](https://github.com/syncthing/syncthing/pull/10169) - refactor(syncthing): use named constant for SIGHUP by [@&#8203;ardevd](https://github.com/ardevd) in [#&#8203;10168](https://github.com/syncthing/syncthing/pull/10168) - chore(model): remove redundant removal of internal fields in indexsender by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10173](https://github.com/syncthing/syncthing/pull/10173) - chore: add migration for remote invalid local flag by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10174](https://github.com/syncthing/syncthing/pull/10174) - chore(config): increase max concurrent writes default by [@&#8203;imsodin](https://github.com/imsodin) in [#&#8203;10200](https://github.com/syncthing/syncthing/pull/10200) - chore(gui): added spacing between folder name and error message by [@&#8203;ardevd](https://github.com/ardevd) in [#&#8203;10201](https://github.com/syncthing/syncthing/pull/10201) - build: unset build ID in generated binaries by [@&#8203;Catfriend1](https://github.com/Catfriend1) in [#&#8203;10203](https://github.com/syncthing/syncthing/pull/10203) - chore(protocol): minor cleanup of ClusterConfig messages; remove DisableTempIndexes option by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10202](https://github.com/syncthing/syncthing/pull/10202) - refactor(beacon, osutil, upnp, netutil): only use anet on Android by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10211](https://github.com/syncthing/syncthing/pull/10211) - chore(gui): fix "Shut Down" spelling in Actions by [@&#8203;tomasz1986](https://github.com/tomasz1986) in [#&#8203;10213](https://github.com/syncthing/syncthing/pull/10213) - chore(gui): update fancytree from 2.38.0 to 2.38.5 (ref [#&#8203;10051](https://github.com/syncthing/syncthing/issues/10051), ref [#&#8203;10155](https://github.com/syncthing/syncthing/issues/10155)) by [@&#8203;tomasz1986](https://github.com/tomasz1986) in [#&#8203;10214](https://github.com/syncthing/syncthing/pull/10214) - chore(config): remove fallback STUN servers that are CNAMEs to stun.counterpath.com by [@&#8203;marbens-arch](https://github.com/marbens-arch) in [#&#8203;10219](https://github.com/syncthing/syncthing/pull/10219) - chore(scanner): reduce memory pressure by using pools inside hasher by [@&#8203;danog](https://github.com/danog) in [#&#8203;10222](https://github.com/syncthing/syncthing/pull/10222) - chore(fs): slightly reduce memory usage of IsParent by [@&#8203;danog](https://github.com/danog) in [#&#8203;10223](https://github.com/syncthing/syncthing/pull/10223) - refactor(scanner): use recommended pattern for slice pool by [@&#8203;danog](https://github.com/danog) in [#&#8203;10225](https://github.com/syncthing/syncthing/pull/10225) - chore(slogutil): ensure quoting of empty and confusing log values by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10236](https://github.com/syncthing/syncthing/pull/10236) - chore: remove GUI "debugging" toggle, debug HTTP metrics by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;10235](https://github.com/syncthing/syncthing/pull/10235) - chore(gui): remove redundant "authenticated" conditions from Actions menu ([#&#8203;10235](https://github.com/syncthing/syncthing/issues/10235)) by [@&#8203;tomasz1986](https://github.com/tomasz1986) in [#&#8203;10237](https://github.com/syncthing/syncthing/pull/10237) #### New Contributors - [@&#8203;ardevd](https://github.com/ardevd) made their first contribution in [#&#8203;10154](https://github.com/syncthing/syncthing/pull/10154) - [@&#8203;yparitcher](https://github.com/yparitcher) made their first contribution in [#&#8203;10176](https://github.com/syncthing/syncthing/pull/10176) - [@&#8203;danog](https://github.com/danog) made their first contribution in [#&#8203;10222](https://github.com/syncthing/syncthing/pull/10222) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v1.30.0...v2.0.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate-bot force-pushed renovate/syncthing-syncthing-2.x from 771cdccc34 to 55e9d8de0f 2026-05-20 10:18:50 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/syncthing-syncthing-2.x:renovate/syncthing-syncthing-2.x
git switch renovate/syncthing-syncthing-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/syncthing-syncthing-2.x
git switch renovate/syncthing-syncthing-2.x
git rebase main
git switch main
git merge --ff-only renovate/syncthing-syncthing-2.x
git switch renovate/syncthing-syncthing-2.x
git rebase main
git switch main
git merge --no-ff renovate/syncthing-syncthing-2.x
git switch main
git merge --squash renovate/syncthing-syncthing-2.x
git switch main
git merge --ff-only renovate/syncthing-syncthing-2.x
git switch main
git merge renovate/syncthing-syncthing-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kubernetes/syncthing!4
No description provided.