RxSwift v6.0.0-rc.2 Release Notes

Release Date: 2020-11-21 // over 3 years ago
  • RxSwift 6.0.0 RC2

    ๐Ÿš€ This is the second and (probably) final Release Candidate of RxSwift 6.
    ๐Ÿš€ The official 6.0.0 should be released in the upcoming weeks and should be mostly identical to this.

    Note : RxSwift 6 supports Xcode 12 and Swift 5.3 and has a minimum deployment target of iOS 9.

    Everything in RC1, plus:

    • ๐Ÿ‘Œ Support for XCFrameworks, with binaries now bundled with each release.
    • โšก๏ธ Updated tests for new Infallible trait.
    • ๐Ÿ›  Fix an issue building for watchOS.
    • ๐Ÿ”ง Move URLSession logging settings to a more appropriate URLSession.rx.shouldLogRequest configurable closure.
    • README, CI, and additional house cleaning.