Skip to content

Releases: Vydia/react-native-background-upload

v5.2.1

22 Mar 16:52
Compare
Choose a tag to compare

5.2.1 (2020-03-22)

Bug Fixes

  • ios - untracable crashes when URL is not parsable (#183) (a7c11f6)

v5.2.0

22 Mar 15:54
Compare
Choose a tag to compare

5.2.0 (2020-03-22)

Features

  • adding e2e tests, build automation and linting (#174) (d0ee16e)

Allow upload of more than 2 videos

16 Apr 13:53
Compare
Choose a tag to compare

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

21 Jan 23:11
Compare
Choose a tag to compare

Fixed broken cancel upload. Added ringtone support on Android after upload finishes. And some documentation updates.

Thanks to
@albinhubsch
@maxschmeling
@matt-oakes
@BaderSerhan

PRs #112, #97, #116

Published to npm at 5.0.1. Thanks all!

Stability and Android Notification Improvements

26 Sep 14:53
7e8760b
Compare
Choose a tag to compare

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

12 Mar 15:00
Compare
Choose a tag to compare

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

08 Feb 15:20
4513d2b
Compare
Choose a tag to compare

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

02 Feb 19:37
6fbc204
Compare
Choose a tag to compare

Big thanks to @EJohnF for PR #51 that makes it possible to cancel uploads.

We also did a little cleanup and there is no more pesky console warning in iOS about implementrequiresMainQueueSetup.

Multipart uploads!

04 Oct 16:20
Compare
Choose a tag to compare

Thanks to @ovr and @TSMMark to get multipart upload functionality in the package.

Version 4.0.0

05 Sep 14:42
Compare
Choose a tag to compare

Supports React Native 0.47 and greater only. Fixes a compilation error from the RN upgrade.