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

Bump github.com/syncthing/syncthing from 1.3.4 to 1.4.0#357

Merged
dependabot-preview[bot] merged 1 commit intomasterfrom
dependabot/go_modules/github.com/syncthing/syncthing-1.4.0
Mar 16, 2020
Merged

Bump github.com/syncthing/syncthing from 1.3.4 to 1.4.0#357
dependabot-preview[bot] merged 1 commit intomasterfrom
dependabot/go_modules/github.com/syncthing/syncthing-1.4.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps github.com/syncthing/syncthing from 1.3.4 to 1.4.0.

Release notes

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

v1.4.0-rc.11

v1.4.0

Important changes:

  • A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB.

  • The config option maxConcurrentScans has been removed and replaced a new config option maxFolderConcurrency. In addition to just limiting concurrent scans it now also limits concurrent sync operations. The default is the number of available CPU threads ("GOMAXPROCS").

  • Syncthing now always runs the monitor process, which previously was disabled with -no-restart. This facilitates crash reporting and makes logging behave more consistently. The observed behavior with -no-restart should be the same as before but the internals differ.

  • The database schema has been improved and will result in a migration plus compaction at first startup after the upgrade.

Bugfixes:

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

Enhancements:

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

v1.4.0-rc.10

v1.4.0

Important changes:

  • A new config option maxConcurrentIncomingRequestKiB has been added to limit the maximum amount of request data being concurrently processed due to incoming requests. This limits Syncthing's peak RAM usage when there are many connected devices all requesting file data. The default is 256 MiB.
... (truncated)
Commits

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.3.4 to 1.4.0.
- [Release notes](https://github.com/syncthing/syncthing/releases)
- [Commits](syncthing/syncthing@v1.3.4...v1.4.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 16, 2020
@timfallmk
Copy link
Collaborator

@dependabot merge

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

Waiting on code owner review from grampelberg and/or timfallmk.

@dependabot-preview dependabot-preview bot merged commit b102883 into master Mar 16, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/syncthing/syncthing-1.4.0 branch March 16, 2020 19:11
@timfallmk
Copy link
Collaborator

@dependabot merge

@dependabot-preview
Copy link
Contributor Author

This PR has already been merged! 🎉

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.

1 participant