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.