Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2025

This PR contains the following updates:

Package Update Change
vapor/vapor minor from: "4.115.1" -> from: "4.116.0"

Release Notes

vapor/vapor (vapor/vapor)

v4.116.0: - Allow initializing Vapor.Application with a Logger

Compare Source

What's Changed

Allow initializing Vapor.Application with a Logger by @​czechboy0 in #​3359

When using a single Logger in the whole app, it’s useful to be able to initialize the Vapor app with one as well, rather than letting it create one internally.

This doesn’t change behavior for existing users, just adds a new variant of the Vapor.Application.make method that takes a Logger explicitly.

Added unit tests to cover both the default and the new option.

This patch was released by @​0xTim

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit 2233225 into main Sep 9, 2025
1 check passed
@renovate renovate bot deleted the renovate/vapor-vapor-4.x branch September 9, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants