All Versions
21
Latest Version
Avg Release Cycle
18 days
Latest Release
1294 days ago

Changelog History
Page 1

  • v1.5.0

    September 29, 2020
  • v1.4.2 Changes

    May 31, 2020
    • โž• Added header computed property to the Response object returned by the schedule method.
  • v1.4.1

    April 28, 2020
  • v1.4.0 Changes

    April 28, 2020
    • 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.
  • v1.3.2 Changes

    April 02, 2020

    Header values are not escaped with .urlQueryAllowed anymore.

  • v1.3.1 Changes

    April 02, 2020
    • HttpMethod.patch
    • HttpMethod.head
  • v1.3.0 Changes

    March 18, 2020
    • 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.
  • v1.2.0

    February 19, 2020
  • v1.1.11

    February 09, 2020
  • v1.1.10

    February 08, 2020