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
Gave HTTPResponseStatus a public initializer that can take a numerical status code and optional reason phrase and create an appropriate enum member, instead of forcing users to use .custom. (#158)
Added EventLoopFuture.hopTo(eventLoop:) to simplify code that needs to ensure callbacks dispatch to a specific thread. (#177)
Semver Patch
Suppressed compiler warnings that were emitted in release mode. (#179)