Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: appfolio/react-native-upload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.8.0
Choose a base ref
...
head repository: appfolio/react-native-upload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.9.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 27, 2022

  1. Add getAllUploads method

    hojason117 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    26b0aaf View commit details
    Browse the repository at this point in the history
  2. Use UUID for uploadId on iOS

    The previous implementation uses an integer starting at 0 on every app launch. This guarantees
    ID collisions across app sessions and thus makes it impossible to track uploads scheduled
    during previous sessions unless setting `customUploadId`.
    hojason117 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    6502f8e View commit details
    Browse the repository at this point in the history
  3. Reduce NSURLSession initialization delay to 5 seconds

    We need enough delay in order to give JS time to add its listeners but
    not too long that we start wasting background credit.
    hojason117 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    9cffd9f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge pull request #10 from appfolio/getAllUploads

    Add API to get all scheduled uploads
    Karthz authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    481bfa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a631d View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.9.0 [skip ci]

    # [6.9.0](v6.8.0...v6.9.0) (2022-08-30)
    
    ### Features
    
    * **core:** Expose API to get all upload status ([71a631d](71a631d))
    semantic-release-bot committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3952f11 View commit details
    Browse the repository at this point in the history
Loading