[go: nahoru, domu]

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: googleapis/java-storage Loading
base: v2.19.0
Choose a base ref
...
head repository: googleapis/java-storage Loading
compare: v2.20.0
Choose a head ref
  • 9 commits
  • 32 files changed
  • 5 contributors

Commits on Feb 21, 2023

  1. chore(main): release 2.19.1-SNAPSHOT (#1909)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    08bdac7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-storage …

    …to v2.19.0 (#1910)
    
    * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.19.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    baa7d19 View commit details
    Browse the repository at this point in the history
  3. test: add new StorageNativeCanaryTest (#1872)

    Update native-image related config to be specific for this class.
    
    Update maven config to explicitly configure this new class as its only class for test when run under -Pnative
    BenWhitehead committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    dda8aaa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. build(deps): update releasetool version for release scripts (#1768) (#…

    …1911)
    
    This should fix release script reporting back to the release PRs
    Source-Link: googleapis/synthtool@4c15ec0
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:e62f3ea524b11c1cd6ff7f80362736d86c0056631346b5b106a421686fce2726
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    dd71222 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. chore: ignore Update related gRPC tests which are failing due to b/27…

    …0215524 (#1917)
    
    When b/270215524 is fixed and rolled out we should be able to revert this
    BenWhitehead committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    69eaaf0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v26.…

    …9.0 (#1914)
    
    * chore(deps): update dependency com.google.cloud:libraries-bom to v26.9.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    5eddf04 View commit details
    Browse the repository at this point in the history
  3. test(deps): update cross product test dependencies (#1913)

    * test(deps): update cross product test dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b4cdb37 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. feat: allow specifying a negative offset to ReadChannel (#1916)

    GCS Supports negative offsets in ranged reads and is documented in https://cloud.google.com/storage/docs/json_api/v1/parameters#range
    
    Update the ReadChannel returned from Storage.reader to allow providing a negative value to `seek`.
    
    NOTE: `seek` to a negative offset will be ignored by GCS if `limit` is also specified
    BenWhitehead committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    6df5469 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. chore(main): release 2.20.0 (#1918)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e652c8a View commit details
    Browse the repository at this point in the history
Loading