Skip to content

Releases: vantuan88291/react-native-ota-hot-update

2.0.4

26 Dec 03:09
7e712a5
Compare
Choose a tag to compare

New feature:

Hot Update via Git

This feature allows you to use a Git repository to host your bundle files. The mobile application will pull only the changes from the Git repository instead of downloading the entire bundle file from a server. This reduces data usage and improves update speed.

1.1.4

26 Dec 03:09
Compare
Choose a tag to compare

New feature:

Hot Update via Git

This feature allows you to use a Git repository to host your bundle files. The mobile application will pull only the changes from the Git repository instead of downloading the entire bundle file from a server. This reduces data usage and improves update speed.

Full Changelog: 1.1.3...1.1.4

2.0.3

24 Dec 13:03
Compare
Choose a tag to compare

Improvements

  • Handle when download wrong bundle on android

1.1.3

24 Dec 13:02
Compare
Choose a tag to compare

Improvements

  • Handle when download wrong bundle on android
  • Refactor logging on ios

2.0.1

26 Nov 08:32
Compare
Choose a tag to compare

🚀 Breaking changes

  • Support new architecture with backward compatibility, can use with old architecture and new architecture
  • Change the config on native side:
    - iOS: from #import "RNhotupdate.h" -> #import "OtaHotUpdate.h"
    - android: from com.rnhotupdate.OtaHotUpdate -> com.otahotupdate.OtaHotUpdate
  • Android: migrate to kotlin 100%
  • IOS: Change library name from rnhotupdate to react-native-ota-hot-update

Improvements

  • Refactor unzip file on android
  • Change restart app on android using com.jakewharton:process-phoenix

1.1.2

15 Nov 14:30
Compare
Choose a tag to compare

Fix iOS cannot download

1.1.1

12 Nov 12:32
Compare
Choose a tag to compare

Update IOS background downloading

1.0.9

21 Sep 13:13
6dc7d1e
Compare
Choose a tag to compare

Breaking change

  • Remove peerDependencies for rn blob utils
  • Add download manager param for downloadBundleUri function to make download manager can dynamic by your self #2

1.0.8

13 Sep 02:44
Compare
Choose a tag to compare

Release new version for improve coding