Releases: Vydia/react-native-background-upload
v5.2.1
v5.2.0
Allow upload of more than 2 videos
Thanks to @BaderSerhan, there are no more problems in iOS when uploading more than 2 videos at once (PR #135).
We're still figuring out the intermittent Android bug where events don't fire. If you are interested in testing it, please reach out.
Bug Fix and Add Ringtone Android Support
Fixed broken cancel upload. Added ringtone support on Android after upload finishes. And some documentation updates.
Thanks to
@albinhubsch
@maxschmeling
@matt-oakes
@BaderSerhan
Published to npm at 5.0.1. Thanks all!
Stability and Android Notification Improvements
No breaking API changes this release. But we did bump some internal Android dependencies.
We updated android-upload-service to (v3.4.2)[https://github.com/gotev/android-upload-service/releases/tag/3.4.2], which addressed stability and security improvements.
We also made it possible to (change the Android build properties of this package)[https://github.com/Vydia/react-native-background-upload#customizing-android-build-properties], which gives you the opportunity to speed up builds by using the same build tools and sdk versions you use for your main project.
Additionally new options to the Android notification feature were added. Have fun!
Thanks very much to @albinhubsch and @kdawgwilk for your contributions.
Form data parameters
If you are uploading via form data, you can now add additional parameters to the request via the parameters
. This is all thanks to the great @ovr!
Support iOS Assets Directly
Before, you could not upload a photo asset file directly (they started with 'assets-library://'). You had to convert them into a temp file. That was handled by 3rd party libraries but some people needed to upload the asset directly. Now you can!
Upload a file starting with 'assets-library' and the iOS module will upload that. Internally it creates a copy of the asset in a temp file, which is required by the system in order to upload.
Have fun!
Cancel uploads and remove console warnings in iOS
Multipart uploads!
Version 4.0.0
Supports React Native 0.47 and greater only. Fixes a compilation error from the RN upgrade.