Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/syncthing/syncthing from 1.13.1 to 1.14.0 #507

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 2, 2021

Bumps github.com/syncthing/syncthing from 1.13.1 to 1.14.0.

Release notes

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

v1.14.0

This release adds configurable device and folder defaults.

The output format of the /rest/db/browse endpoint has changed.

Bugfixes:

  • #5426: Old device removed from introducer isn't removable from other devices
  • #6086: Default Folder uses different config than user-created folders
  • #7257: Rescan All button should be greyed out when all folders are paused.
  • #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files
  • #7267: GUI log tailing is broken if closed when scrolled up
  • #7268: Data requests block each other, and some API requests, due to casefs lock contention
  • #7270: Data requests block API requests that also touch the filesystem
  • #7273: Data requests block adding new folder
  • #7280: Stopped folder not synchronizing after a rescan
  • #7284: Do not touch .stignore on saving folder config when ignore patterns have not changed
  • #7287: Tons of "Found x elements with non-unique id #optionsInputX" JavaScript errors when opening Advanced Configuration
  • #7333: Encrypted folder fails to serve files < 1024 bytes
  • #7347: “TypeError: Cannot set property ‘connected’ of undefined” error when removing devices
  • #7354: Error message when external versioning fails is ambiguous
  • #7371: junctionsAsDirs requires Syncthing restart to trigger

Enhancements:

  • #944: Handle info labels that are longer than available space
  • #4224: Editable default values for folders, devices
  • #5187: Remove pending folders if remote device no longer announces them
  • #6949: Visual eye sore on Advanced Configuration page.
  • #7340: Change name from "Open Source Continuous File Synchronization" to "Syncthing" in Windows Firewall

Other issues:

  • #7344: Very slow tests due to encryption token generation

v1.14.0-rc.3

This release adds configurable device and folder defaults.

The output format of the /rest/db/browse endpoint has changed.

Bugfixes:

  • #5426: Old device removed from introducer isn't removable from other devices
  • #6086: Default Folder uses different config than user-created folders
  • #7257: Rescan All button should be greyed out when all folders are paused.
  • #7263: GUI displays Syncing (100%, 0 B) when syncing byte-sized files
  • #7267: GUI log tailing is broken if closed when scrolled up

... (truncated)

Commits
  • e2e5643 all: Fix versioning path handling (#7407)
  • 956d212 gui: Folder versioning editing cleanup (#7384)
  • 60c218e all: Fix Microsoft documentation links in code comments (#7387)
  • 8d290eb gui: Handle info labels that are longer than available space (fixes #944) (#7...
  • cd17aa2 gui: Show "Last seen" at the top when device is disconnected (ref #7166) (#7373)
  • edaff81 gui: Remove cleanupIntervalS leftovers from External Versioning (ref #7360) (...
  • dd7d618 gui: Allow setting custom path for all versioning except external (#7377)
  • 9be6f1a lib/fs: Consider options in case-fs caching (fixes #7371) (#7381)
  • b0cce98 lib/scanner: Pass on errors while hashing (#7380)
  • e159f76 build: Update pfilter (#7376)
  • 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 will merge this PR once CI passes on it, as requested by @timfallmk.


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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 2, 2021
@timfallmk
Copy link
Collaborator

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/syncthing/syncthing-1.14.0 branch from 7865a79 to f91c5bf Compare March 3, 2021 16:54
timfallmk
timfallmk previously approved these changes Mar 3, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Bumps [github.com/syncthing/syncthing](https://github.com/syncthing/syncthing) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/syncthing/syncthing/releases)
- [Commits](syncthing/syncthing@v1.13.1...v1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/syncthing/syncthing-1.14.0 branch from f91c5bf to 04f5c4d Compare March 3, 2021 17:08
@timfallmk
Copy link
Collaborator

@dependabot merge

@timfallmk timfallmk merged commit 0fe3c20 into master Mar 5, 2021
@timfallmk timfallmk deleted the dependabot/go_modules/github.com/syncthing/syncthing-1.14.0 branch March 5, 2021 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant