Connectivity v5.3.0 Release Notes

Release Date: 2022-05-15 // almost 2 years 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.