Unclaimed project
Are you a maintainer of vapor? Claim this project to take control of your public changelog and roadmap.
Fix compatibility with swift-log 1.8.0 and later by @gwynne in #3412
swift-log introduced
CustomStringConvertibleandLosslessStringConvertibleconformances onLogger.Levelwhich cause build errors by conflicting with our implementations, so ours are now gone.
Thanks to the reviewers for their help:
Full Changelog: https://github.com/vapor/vapor/compare/4.119.2...4.120.0