Squid v1.3.0 Release Notes

Release Date: 2020-03-18 // about 4 years ago
    • Service Hooks: You can now hook into requests on a service-level. This way, you can process responses and prematurely answer requests without sending them to the server. An example hook performing caching is delivered along.
    • 🐎 Performance Optimizations: Internally moving away from custom retrier publishers for publishers, using native Combine classes, overall performance was improved.
    • Minor breaking change : When using the asyncHeader property of the HttpService, make sure to change its return type to Future instead of AnyPublisher. This more realistically models how it should be used.