- Kotlin is updated to 1.5.30.
- New native targets for Apple Silicon are introduced.
- Fixed a bug when
onUndeliveredElement
was incorrectly called on properly received elements on JS (#2826). - Fixed
Dispatchers.Default
on React Native, it now fully relies onsetTimeout
instead of stubprocess.nextTick
. Thanks to @Legion2 (#2843). - Optimizations of
Mutex
implementation (#2581). Mutex
implementation is made completely lock-free as stated (#2590).- Various documentation and guides improvements. Thanks to @MasoodFallahpoor and @Pihanya.