RxSwift v6.2.0 Release Notes

  • ๐Ÿ’ฅ Breaking

    • ๐Ÿ—„ Deprecate withUnretained for Driver > Note: It is extremely rare to ship a breaking change in a patch release, but this is a relatively fresh feature with unusual circumstances. For the full story, see #2290.

    Other changes

    • โž• Add new subscribe(with:onNext:onError:onCompleted:onDisposed:) alternatives to withUnretained. This exists for all traits and types: Observable, Driver, Signal, Infallible, Completable, Single, Maybe #2290
    • ๐Ÿ‘ Reactive now supports structs and value-types again, with the dynamic look-up specifically dealing with AnyObjects #2285
    • Fix xcframework support for RxCocoa (Drag in new RxCocoaRuntime.xcframework alongside RxCocoa)
    • Freeze MaybeEvent and CompletableEvent #2271 #2272
    • Fix missing RxCocoaRuntime.h header in RxCocoa podspec #2281
    • โœ… Remove invalid libswiftXCTest.dylib linking to support Xcode 12.5
    • ๐Ÿ–จ Print URLRequest body httpBody, regardless of HTTP Method #2288