Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps github.com/syncthing/syncthing from 1.10.0 to 1.11.1.

Release notes

Sourced from github.com/syncthing/syncthing's releases.

v1.11.1

Bugfixes:

  • #7090: panics in failure reporting

v1.11.0

This release adds the sendFullIndexOnUpgrade option to control whether all index data is resent when an upgrade is detected, equivalent to starting Syncthing with --reset-deltas. This (sendFullIndexOnUpgrade=true) used to be the behavior in previous versions, but is mainly useful as a troubleshooting step and causes high database churn. The new default is false.

Bugfixes:

  • #6994: "panic: filling Blocks: leveldb: snapshot released" on folder save
  • #7002: "Syncing (NaN%, 0 B)" when syncing 0-byte files
  • #7008: Filenames containing dots lead to a "The system cannot find the file specified" sync error
  • #7021: Tests fail when building the Alpine pkg on aarch64
  • #7034: Folders getting stuck in "Syncing" after a20c6ca after doing changes when folders are paused
  • #7035: Devices Announcing LAN addresses even with AnnounceLANAddresses set to off/false
  • #7036: Shutting Syncthing down while pushing files to multiple devices corrupts the database?

Enhancements:

  • #6982: Disable full index transmission on upgrade
  • #7020: Do not disconnect when changing folder settings
  • #7028: Detect and optionally report non-fatal failures

v1.11.0-rc.3

This release adds the sendFullIndexOnUpgrade option to control whether all index data is resent when an upgrade is detected, equivalent to starting Syncthing with --reset-deltas. This (sendFullIndexOnUpgrade=true) used to be the behavior in previous versions, but is mainly useful as a troubleshooting step and causes high database churn. The new default is false.

Bugfixes:

  • #6994: "panic: filling Blocks: leveldb: snapshot released" on folder save
  • #7002: "Syncing (NaN%, 0 B)" when syncing 0-byte files
  • #7008: Filenames containing dots lead to a "The system cannot find the file specified" sync error
  • #7021: Tests fail when building the Alpine pkg on aarch64
  • #7034: Folders getting stuck in "Syncing" after a20c6ca after doing changes when folders are paused
  • #7035: Devices Announcing LAN addresses even with AnnounceLANAddresses set to off/false
  • #7036: Shutting Syncthing down while pushing files to multiple devices corrupts the database?

Enhancements:

  • #6982: Disable full index transmission on upgrade
Commits
  • 2b9cef3 lib/ur: Fix panics in failure-reporting (fixes #7090) (#7091)
  • 1c2be84 lib/model: Pass device infos as struct (fixes #7051) (#7052)
  • 2ba3be5 lib/db: Add mechanism to repair db without schema update (ref #7044) (#7047)
  • 5c91723 lib/model: Handle index sender lifetime (fixes #7034) (#7038)
  • a17a8cd lib/connections: Fix LAN addresses begin advertised even when disabled (fixes...
  • 27c91c5 lib/db: Remove need for the right dev removing globals (fixes #7036) (#7044)
  • 86b040f gui, man, authors: Update docs, translations, and contributors
  • 1a8c10a lib/model: Use winning version instead of merge on conflict (#6995)
  • 01a7ef3 lib/db: Undo adding user info to panic msgs (ref #7029) (#7040)
  • 23c935b lib/db: Ignore not found on delete in recalcGlobal (ref #7026) (#7041)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/syncthing/syncthing](https://github.com/syncthing/syncthing) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/syncthing/syncthing/releases)
- [Commits](syncthing/syncthing@v1.10.0...v1.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 3, 2020
@dependabot-preview dependabot-preview bot merged commit 9fc47f5 into master Nov 3, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/syncthing/syncthing-1.11.1 branch November 3, 2020 21:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants