Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps github.com/vapor/vapor from 4.114.1 to 4.117.2.

Release notes

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

4.117.2 - Fixing error in documentation of HTTPHeaders accept variable

What's Changed

Fixing error in documentation of HTTPHeaders accept variable by @​VerticalHeretic in #3375

This fix is addressing an issue vapor/docs#1098, and it’s fixing one of two of the problem mentioned there. The one being that the accept variables is accessible on the headers variable of the httpRequest. I couldn’t reproduce the second problem while it is working correctly on Swift 6.2, and indeed I can make use .html as a condition for the media types.

As on the screenshot below:

This patch was released by @​0xTim

Full Changelog: vapor/vapor@4.117.1...4.117.2

4.117.1 - Add HEIC (HEVC in HEIF) HTTPMediaType Support

What's Changed

Add HEIC (HEVC in HEIF) HTTPMediaType Support by @​fang-ling in #3374

Add the HTTP media type for HEIC/HEIF images to HTTPMediaType, as Safari 17+ supports this format.

New Contributor

This patch was released by @​0xTim

Full Changelog: vapor/vapor@4.117.0...4.117.1

4.115.1 - Add Sendable annotations to the OTP types

What's Changed

Add Sendable annotations to the OTP types by @​0xTim in #3345

Add some missing Sendable annontations to the OTP types so @preconcurrency import is not required when using the types across isolation boundaries

Reviewers

Thanks to the reviewers for their help:

This patch was released by @​0xTim

Full Changelog: vapor/vapor@4.115.0...4.115.1

4.115.0 - Improve VaporTesting's withApp method

What's Changed

Improve VaporTesting's withApp method by @​fpseverino in #3332

This PR makes the withApp helper method work as advertised, allowing an optional configuration method for the Application to be passed.

... (truncated)

Commits
  • 1757359 Fixing error in documentation of HTTPHeaders accept variable (#3375)
  • 3869a55 Update api-docs.yml
  • d07643b Add HEIC (HEVC in HEIF) HTTPMediaType Support (#3374)
  • 25faea9 Make tracing test more resilient (#3371)
  • 773ea6a Fix warnings in 6.2 (#3361)
  • 636fbe6 Allow initializing Vapor.Application with a Logger (#3359)
  • 19d8159 Fix test incompatibility with upcoming swift-nio changes (#3355)
  • db49e55 Bump actions/checkout from 4 to 5 in the dependencies group (#3353)
  • 78b53f3 Test the proper variable in testComplexCookieParsing (#3347)
  • 3636f44 Add Sendable annotations to the OTP types (#3345)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/vapor/vapor](https://github.com/vapor/vapor) from 4.114.1 to 4.117.2.
- [Release notes](https://github.com/vapor/vapor/releases)
- [Commits](vapor/vapor@4.114.1...4.117.2)

---
updated-dependencies:
- dependency-name: github.com/vapor/vapor
  dependency-version: 4.117.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Nov 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Superseded by #20.

@dependabot dependabot bot closed this Nov 10, 2025
@dependabot dependabot bot deleted the dependabot/swift/github.com/vapor/vapor-4.117.2 branch November 10, 2025 23:26
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 swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant