Connectivity 5.3.0
What's new in Connectivity 5.3.0?
Connectivity 5.3.0 provides a new fluent interface for configuring the Connectivity framework. See Configuration for more information.
This allows you to configure the framework when making use of Combine publishers e.g.
let publisher = Connectivity.Publisher(
configuration:
.init()
.configureURLSession(.default)
)