Skip to content

Bump the nuget group with 1 update - #1311

Merged
nojaf merged 4 commits into
mainfrom
dependabot/nuget/nuget-420588a891
Sep 10, 2026
Merged

Bump the nuget group with 1 update#1311
nojaf merged 4 commits into
mainfrom
dependabot/nuget/nuget-420588a891

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Updated Suave from 3.4.6 to 3.5.0.

Release notes

Sourced from Suave's releases.

3.5.0

  • Connection health checker: startHealthChecker now takes the server's cancellation token and returns a disposable handle, which each connection pool owns and disposes; stopHealthChecker actually cancels the loop (#​854)
  • Mark EventSource (SSE) connections as long-lived so the health checker's maximum connection age no longer closes them, and reset the flag when the stream ends (#​854)
  • Add hideStartupMessage config flag to silence the listener banner (#​850)
  • Preserve Secure on CookieStateStore updates (#​852)
  • Include compression algorithm in the file-cache key (#​848)
  • Fix canonicalization issue in Files.resolvePath (#​847)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Suave from 3.4.6 to 3.5.0

---
updated-dependencies:
- dependency-name: Suave
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 10, 2026
Suave 3.5.0 adds a hideStartupMessage flag, so the "listener started"
line no longer bypasses our own logging. In its place, watch prints one
url per address the site answers on: localhost when bound to the
loopback address, plus each interface address (with its name) when bound
to 0.0.0.0, so the site can be opened from another machine. When bound
to loopback only, a hint points at --host 0.0.0.0.
Comment thread src/fsdocs-tool/DevServer.fs Fixed
The analyzer flags an unannotated `string` call on the interface
address. While there, the three-way match on the normalized host is
replaced by two ifs: the loopback and explicit-host cases produced the
same shape of result and only differed in the address shown.
@nojaf
nojaf merged commit 7add29f into main Sep 10, 2026
4 checks passed
@nojaf
nojaf deleted the dependabot/nuget/nuget-420588a891 branch September 10, 2026 11:09
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants