Tim Condon
Tim Condon
[Swift Tracing](https://github.com/apple/swift-distributed-tracing) is now 1.0 so we should adopt it, probably in middleware to make is easy to add. We need to be careful as it relies on TLVs so...
This adds real support to Vapor to make it easy to integrate different services that can be tested. For example, if you have a service defined as: ```swift protocol MyService...
### New API Proposal: Sendable Support #### Motivation: Use Swift Crypto types in concurrency contexts invariably starts to hit issues as no types are Sendable. I'm aware there are issues...
So others know how to use and run it with changes
⚠️ **WARNING**: If you have strict concurrency checking enabled you'll need to migrate to the async `Application.init()` NIO's `EventLoopFuture.wait()` is marked as `noasync` because is can cause issues when used...
Bumps the integration tests to 5.10 to match the template and the toolbox minimum Swift version to 5.8 to match Vapor
Even if it goes to the top level, we should make sure anyone visiting the old cn.docs.vapor.codes site get redirected to the new one
On the main callout on the new homepage we have the number of stars that our repo has - we should update this some JS on page load so it's...
As the title says!