Connectivity v5.3.0 Release Notes
Release Date: 2022-05-15 // 10 months ago-
โ Added
๐ง A Connectivity publisher now accepts a configuration object which can be used to configure the framework.
let publisher = Connectivity.Publisher( configuration: .init() .configureURLSession(.default) )
Previous changes from v5.2.0
-
โ Added
- ๐ง Fluent configuration API: Connectivity may now be configured by passing a
ConnectivityConfiguration
object to the initializer. ### ๐ Changed - 0๏ธโฃ Internal
DispatchQueue
used by the framework now uses.default
QOS rather than.background
.
- ๐ง Fluent configuration API: Connectivity may now be configured by passing a