New
4.120.0 - Fix compatibility with swift-log 1.8.0 and later
What's Changed
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.
Reviewers
Thanks to the reviewers for their help:
- @ptoffy
This patch was released by @gwynne
Full Changelog: https://github.com/vapor/vapor/compare/4.119.2...4.120.0