Permalink
base repository: googleapis/java-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 1.102.0
Choose a base ref
...
head repository: googleapis/java-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v1.103.0
Choose a head ref
  • 16 commits
  • 83 files changed
  • 7 contributors

Commits on Dec 5, 2019

  1. Bump next snapshot (#6989)

    kolea2 authored and chingor13 committedDec 5, 2019
    Configuration menu
    Copy the full SHA
    cc762a0View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

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

Commits on Dec 12, 2019

  1. Change SigV4 canonical request formatting. (#6860)

    * Change SigV4 canonical request formatting.
    
    This change ensures that query parameters are sorted (this will
    facilitate more easily adding support for users to supply signed query
    params in a future PR), and changes the way whitespace normalization is
    done for headers (converts all non-space whitespace to space chars, then
    condenses all whitespace sequences into a single space, as is outlined
    in the spec).
    
    * Run `mvn com.coveo:fmt-maven-plugin:format`.
    
    * Sort query param names from map keys.
    houglum authored and frankyn committedDec 12, 2019
    Configuration menu
    Copy the full SHA
    cef9e0cView commit details
    Browse the repository at this point in the history
  2. Add fn to correctly encode parts of signed URLs (#7012)

    * Fix #7008
    
    Adds method to correctly encode parts of signed URLs. The
    `Rfc3986UriEncode` method should be used to URI-encode various parts of
    a signed URL. All path parts should be encoded the same, except for the
    part identifying the GCS resource, which should not URI-encode forward
    slashes. Query parameters (support coming in a later commit), should
    perform this encoding on parameter keys and values, but should also
    encode forward slashes.
    
    Other Cloud providers also perform this same encoding; see examples pseudo
    code below:
    https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html
    https://docs.aws.amazon.com/AWSECommerceService/latest/DG/Query_QueryAuth.html
    
    * Also check encoding behavior for /~._- chars.
    
    Adds checks for ~._- chars, as well as notes for when the / char should
    be encoded.
    houglum authored and frankyn committedDec 12, 2019
    Configuration menu
    Copy the full SHA
    6fc415bView commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

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

Commits on Dec 19, 2019

  1. Allow adding query params to GCS signed URLs (#7045)

    * Allow adding arbitrary query params to signed URLs
    
    TODO: Add unit tests to detect correct sorting (move out of integration
    test).
    TODO: Add support for V2 signing, along with tests.
    
    * Move sorting check test to unit tests.
    
    * Allow query params to be added to v2 signed urls
    
    Includes tests.
    houglum authored and frankyn committedDec 19, 2019
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. feat: make repo releasable (#3)

    * chore: add synth.py for common files, move README, repo-metadata
    
    * chore: run synth to generate common files
    
    * feat: add parent pom
    
    * fix: downgrade google-cloud-core to fix test
    
    * chore: ignore dependency usage for test implementations
    
    * test: configure service account for integration tests
    @chingor13
    chingor13 authoredDec 26, 2019
    Configuration menu
    Copy the full SHA
    39ff6f6View commit details
    Browse the repository at this point in the history
  2. chore: group core dependencies (#14)

    chingor13 authored and codyoss committedDec 26, 2019
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. deps: update dependency com.google.apis:google-api-services-storage t…

    …o v1-rev20191011-1.30.3 (#7)
    renovate-bot authored and chingor13 committedDec 27, 2019
    Configuration menu
    Copy the full SHA
    5ac5b8aView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

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

Commits on Jan 6, 2020

  1. feat: add support for archive storage class (#19)

    * feat: add support for archive storage class
    
    * feat: fix review changes
    
    * feat: fix review changes
    athakor authored and kolea2 committedJan 6, 2020
    Configuration menu
    Copy the full SHA
    a3fbd67View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821c21dView commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. chore: release 1.103.0 (#31)

    * created CHANGELOG.md [ci skip]
    
    * updated README.md [ci skip]
    
    * updated versions.txt [ci skip]
    
    * updated google-cloud-storage/pom.xml [ci skip]
    
    * updated pom.xml [ci skip]
    release-please[bot] authored and JesseLovelace committedJan 7, 2020
    Configuration menu
    Copy the full SHA
    c8c0aa9View commit details
    Browse the repository at this point in the history
Loading