Squid v1.4.0 Release Notes

Release Date: 2020-04-28 // almost 4 years ago
    • It is now possible to perform service-level error mapping by overriding the mapError(_ error: Squid.Error) -> Self.RequestError method in the HttpService implementation.
    • As a result of this, HttpService now has an associated type which may result in breaking changes.