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

Bump com.google.cloud:google-cloud-storage from 2.26.1 to 2.36.0 #7

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps com.google.cloud:google-cloud-storage from 2.26.1 to 2.36.0.

Release notes

Sourced from com.google.cloud:google-cloud-storage's releases.

v2.36.0

2.36.0 (2024-03-15)

Features

  • Add Custom Part Metadata Decorator to ParallelCompositeUploadConfig (#2434) (43b8006)
  • Add hierarchical namespace and folders features (#2445) (8074fff)
  • Add soft delete feature (#2403) (989f36f)

Bug Fixes

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20240307-2.0.0 (#2442) (1352203)
  • Update dependency net.jqwik:jqwik to v1.8.4 (#2447) (110b80c)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.42.0 (#2441) (80745d4)

v2.35.0

2.35.0 (2024-03-04)

Features

  • Add Bidi write feature (#2343) (47fde85)
  • Add soft_delete_time and hard_delete_time object metadata fields (#2415) (0b67e2d)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 (#2432) (334119c)
  • Update dependency net.jqwik:jqwik to v1.8.3 (#2425) (17f366c)
  • Update dependency net.jqwik:jqwik to v1.8.3 (#2428) (ba485b3)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 (#2421) (fff0295)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 (#2427) (d031c46)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.41.0 (#2419) (4b05639)

Documentation

v2.34.0

2.34.0 (2024-02-14)

... (truncated)

Changelog

Sourced from com.google.cloud:google-cloud-storage's changelog.

2.36.0 (2024-03-15)

Features

  • Add Custom Part Metadata Decorator to ParallelCompositeUploadConfig (#2434) (43b8006)
  • Add hierarchical namespace and folders features (#2445) (8074fff)
  • Add soft delete feature (#2403) (989f36f)

Bug Fixes

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20240307-2.0.0 (#2442) (1352203)
  • Update dependency net.jqwik:jqwik to v1.8.4 (#2447) (110b80c)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.42.0 (#2441) (80745d4)

2.35.0 (2024-03-04)

Features

  • Add Bidi write feature (#2343) (47fde85)
  • Add soft_delete_time and hard_delete_time object metadata fields (#2415) (0b67e2d)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 (#2432) (334119c)
  • Update dependency net.jqwik:jqwik to v1.8.3 (#2425) (17f366c)
  • Update dependency net.jqwik:jqwik to v1.8.3 (#2428) (ba485b3)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 (#2421) (fff0295)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 (#2427) (d031c46)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.41.0 (#2419) (4b05639)

Documentation

2.34.0 (2024-02-14)

Features

... (truncated)

Commits
  • 838f9f8 chore(main): release 2.36.0 (#2443)
  • 43b8006 feat: Add Custom Part Metadata Decorator to ParallelCompositeUploadConfig (#2...
  • 12c9db8 fix: Fix name digest for noprefix (#2448)
  • 110b80c deps: update dependency net.jqwik:jqwik to v1.8.4 (#2447)
  • 989f36f feat: add soft delete feature (#2403)
  • 8074fff feat: add hierarchical namespace and folders features (#2445)
  • 736865b fix: missing serialVersionUID of serializable classes (#2344)
  • d99b978 test(deps): update cross product test dependencies (#2439)
  • 254d2ea chore(feat): add hns to bucket metadata and include_folders_as_prefix to prot...
  • 1352203 deps: update dependency com.google.apis:google-api-services-storage to v1-rev...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.26.1 to 2.36.0.
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.26.1...v2.36.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2024
@ivanyu ivanyu merged commit f2b9cc4 into main Mar 18, 2024
2 checks passed
@ivanyu ivanyu deleted the dependabot/gradle/com.google.cloud-google-cloud-storage-2.36.0 branch March 18, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant