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
Add Swift Algorithms as an explicit dependency (#217)
Explicitly depend on Swift-algorithms, rather indirectly through Vapor
Some users were running into issues compiling leaf against an older version of Vapor (pre 4.61.0)
Fix behavior of Leaf context encoding and improve Leaf errors (#212)
* Rewrite LeafEncoder completely to behave much better, conform better to Codable requirements, and actually support superEncoder(). Add a bunch of missing test coverage.
* Conform LeafError to AbortError and DebuggableError for better error reporting.
* Add API check to workflow