Releases: microsoft/react-native-code-push
Releases · microsoft/react-native-code-push
v5.3.2
v5.3.1
v5.3.0
v5.2.2
v5.2.1
v5.2.0-beta
v5.1.3-beta
Bug Fixes
- Fixed failing signature check on iOS 9.3 #1027
v5.1.2-beta
Bug Fixes
- Fix proguard error in Android build (#1018) Thanks @AndrewJack!
- Typings: fix order in SyncStatus enum (32a1653)
v5.1.1-beta
Improvements
- Improve security for CodeSigning feature by using additional integrity check based on hash generated by service in addition to JWT signature hash (hash computed on device should match JWT hash and hash calculated on service) #1005
Bug Fixes
v5.1.0-beta
New Features and Improvements
-
Implement Code Signing feature for Android/iOS SDKs. Follow this link for more details.
Bug Fixes
-
Fix incorrect long value restoration from strings.xml #956
-
Fix WPF. Application crashes on startup #973 Thanks @abodalevsky
-
Fix check if package metadata is null #992 Thanks @AndrewJack