Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: mege develop #917

Merged
merged 31 commits into from
Jan 6, 2021
Merged

chore: mege develop #917

merged 31 commits into from
Jan 6, 2021

Commits on Aug 3, 2020

  1. feat: support non-english http header (#842)

    * feat: support non-english http header
    
    * test: Add test cases for non-English request header information
    
    * feat: add headerEncoding option
    
    * feat: add encoder types
    
    * fix: remove object spread syntax
    
    Co-authored-by: biejia <wb-bj559483@alibaba-inc.com>
    beajer and biejia authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    4b6f511 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    4e38050 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    c0dc40c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. feat: inventory (#860)

    weiyie authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    6fa9f3f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. feat: worm (#857)

    weiyie authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    7435c56 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. feat: auto set stsConfig when sts expires (#856)

    * feat: auto set stsConfig when sts expires
    
    * test: add auto set sts test case
    weiyie authored Sep 27, 2020
    Configuration menu
    Copy the full SHA
    158d294 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Merge into Master from develop

    weiyie committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    1f91c3d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    b7b2f1c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. fix: use put insteadof putStream when calling multipartUpload to proc…

    …ess small file in browser (#890)
    beajer authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    cdd9995 View commit details
    Browse the repository at this point in the history
  2. fix(browser):setTimeout has minimum time interval when tab is inactive (

    #887)
    
    * fix: replace process for browser
    
    * fix: use browserify options to replace process.js (#886)
    
    Co-authored-by: beajer <919060679@qq.com>
    PeterRao and beajer authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    31fbd2c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. fix: merge conflict #726 (#892)

    * fix: merge conflict
    
    * test: ResponseTimeoutError
    beajer authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    6c77ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb07f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. feat: retry when net err or timeout (#876)

    * feat: retry when net err or timeout
    
    * test: should not retry when params.stream is not readable
    
    * test: retry in browser
    
    Co-authored-by: beajer <919060679@qq.com>
    weiyie and beajer authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    db4969e View commit details
    Browse the repository at this point in the history
  2. fix: getBucketVersions should use NextKeyMarker property (#896)

    * fix: getBucketVersions should use NextKeyMarker property
    
    * docs: getBucketVersions should use NextKeyMarker property
    
    * docs: Compatible wrong property
    beajer authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    b9076d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Fix multipart upload (#895)

    * fix: multipartUpload
    
    zancun
    
    * fix: test case
    
    * test: multipartUploadStreams
    
    * test: cov
    
    * fix: error method
    
    * fix: test and destory(err) when cancel
    
    Co-authored-by: weiyie <912881342@qq.com>
    beajer and weiyie authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    cfc72f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Merge branch 'master' into develop

    # Conflicts:
    #	lib/browser/client.js
    #	lib/client.js
    PeterRao committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    29a9ac6 View commit details
    Browse the repository at this point in the history
  2. feat: listObjectsV2 (#888)

    * feat: listObjectsV2
    
    * style: trailingComma none
    beajer authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    f75ad23 View commit details
    Browse the repository at this point in the history
  3. fix: check region and endpoint for ssrf (#874)

    * fix: check region and endpoint for ssrf
    
    * fix: retry in browser
    
    Co-authored-by: beajer <919060679@qq.com>
    weiyie and beajer authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    5457ecf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    a6d11fd View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    67f0e5f View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.12.0

    PeterRao committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    9f78505 View commit details
    Browse the repository at this point in the history
  3. chore: build 6.12.0

    PeterRao committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    51cd7e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. fix: the continuation-token params in listV2 (#906)

    * fix: the continuation-token params in listV2
    
    * docs: update headers.Expires
    beajer authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    df18401 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    3775dc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    9dceb70 View commit details
    Browse the repository at this point in the history
  2. fix: use lowercase header when calculating signatures (#910)

    * fix: use lowercase header when calculating signatures
    
    * fix: should throw error when neither bucket nor cname;  docs;
    beajer authored Dec 25, 2020
    Configuration menu
    Copy the full SHA
    8e1adfd View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. fix(node): deepCopy not working for large Buffers (#909)

    deepCopy does not work when copying an object
    with a large Buffer (see test case).
    
    This causes issues when using multipartUpload with the
    `checkpoint` option: e.g.
    
    ```js
    const file = Buffer.alloc(Math.pow(2, 30) - 1);
    // throws RangeError in utils/deepCopy
    multipartUpload("name", file, {checkpoint: {file, ...}});
    ```
    aloisklink authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    f52cd2e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. feat: prevent caching for the get api (#916)

    * feat: prevent caching for the get api
    
    * fix: support responseCacheControl for browser `get`
    
    * fix: unnecessary query parameters
    
    * fix: test case because Image Process updated compression algorithm
    
    * fix: test case of buffer replication in Nodejs8
    
    * fix: remove test.only
    beajer authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f16fc50 View commit details
    Browse the repository at this point in the history
  2. fix: do not copy buffer in completeMultipartUpload (#915)

    * fix: do not copy buffer in completeMultipartUpload
    
    * fix: test case because Image Process updated compression algorithm
    
    * fix: test case of buffer replication in Nodejs8
    
    * fix: remove test.only
    
    * fix: codecov
    beajer authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c18f4ea View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    eff95ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    860cf32 View commit details
    Browse the repository at this point in the history