Skip to content

Connectivity 5.3.0

Compare
Choose a tag to compare
@rwbutler rwbutler released this 15 May 11:22

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)
)