You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): update dependency vapor/vapor to v4.112.1 (#1476)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [vapor/vapor](https://redirect.github.com/vapor/vapor) | patch |
`4.112.0` -> `4.112.1` |
---
### Release Notes
<details>
<summary>vapor/vapor (vapor/vapor)</summary>
###
[`v4.112.1`](https://redirect.github.com/vapor/vapor/releases/tag/4.112.1):
- Use singleton NIOThreadPool by default
[Compare
Source](https://redirect.github.com/vapor/vapor/compare/4.112.0...4.112.1)
#### What's Changed
Use singleton NIOThreadPool by default by
[@​gwynne](https://redirect.github.com/gwynne) in
[#​3298](https://redirect.github.com/vapor/vapor/issues/3298)
> All Vapor applications currently end up with at least two running
thread pools - the global singleton and the one created by Vapor by
default. This change configures the global singleton (whose thread count
defaults to `System.coreCount` anyway) as the default, eliminating the
additional thread pool. This is especially nice for backtraces, as it
cuts down noticeably on the number of excess threads in a Vapor process.
>
> We also now ignore `UnsupportedOperation` errors during thread pool
shutdown, which is necessary for using the singleton pool, and was
previously preventing users from explicitly configuring use of the
singleton thread pool, due to the (inconsistent) use of `try!`.
#### Reviewers
Thanks to the reviewers for their help:
- [@​MahdiBM](https://redirect.github.com/MahdiBM)
###### *This patch was released by
[@​gwynne](https://redirect.github.com/gwynne)*
**Full Changelog**:
vapor/vapor@4.112.0...4.112.1
</details>
---
### 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
0 commit comments