tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
2.93k stars 465 forks source link

build(deps): bump the go group with 6 updates #1081

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the go group with 6 updates:

Package From To
cloud.google.com/go/storage 1.36.0 1.37.0
github.com/aws/aws-sdk-go-v2 1.24.0 1.24.1
github.com/aws/aws-sdk-go-v2/config 1.26.2 1.26.6
github.com/aws/aws-sdk-go-v2/service/s3 1.47.7 1.48.1
google.golang.org/api 0.157.0 0.161.0
google.golang.org/grpc 1.60.1 1.61.0

Updates cloud.google.com/go/storage from 1.36.0 to 1.37.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

pubsub: v1.36.1

1.36.1 (2024-01-30)

Bug Fixes

  • pubsub: Enable universe domain resolution options (fd1d569)
Commits
  • 088a730 chore(main): release spanner 1.37.0 (#6424)
  • c220ca2 refactor(storage): replace manual retries in tests (#6510)
  • c85704f fix(storage): allow to use age=0 in OLM conditions (#6204)
  • 1937ba4 chore(storage): include grpc enable direct path option (#6569)
  • ad68f56 build: renamed gRPC service config for Batch v1 API (#6567)
  • 01788cc chore(internal/godocfx): update legacy appengine package stem (#6565)
  • 279af69 feat: add new aliasgen tool (#6500)
  • bea4028 docs(bigquery): add numeric and bignumeric to RowIterator docs (#6560)
  • e8955d9 test(pubsub): use background context for nack test (#6563)
  • ceba364 chore(storage): bump apiary dependency (#6562)
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go-v2 from 1.24.0 to 1.24.1

Commits


Updates github.com/aws/aws-sdk-go-v2/config from 1.26.2 to 1.26.6

Commits


Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.47.7 to 1.48.1

Commits


Updates google.golang.org/api from 0.157.0 to 0.161.0

Release notes

Sourced from google.golang.org/api's releases.

v0.161.0

0.161.0 (2024-01-30)

Features

Bug Fixes

  • gen: Reject repeated object query params (#2383) (f29f327), refs #2379
  • transport: Skip s2a for now if service has direct path enabled (#2385) (54c764a)

v0.160.0

0.160.0 (2024-01-29)

Features

v0.159.0

0.159.0 (2024-01-26)

Features

Bug Fixes

v0.158.0

0.158.0 (2024-01-25)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.161.0 (2024-01-30)

Features

Bug Fixes

  • gen: Reject repeated object query params (#2383) (f29f327), refs #2379
  • transport: Skip s2a for now if service has direct path enabled (#2385) (54c764a)

0.160.0 (2024-01-29)

Features

0.159.0 (2024-01-26)

Features

Bug Fixes

0.158.0 (2024-01-25)

Features

Bug Fixes

... (truncated)

Commits


Updates google.golang.org/grpc from 1.60.1 to 1.61.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.61.0

New Features

  • resolver: provide method, AuthorityOverrider, to allow resolver.Builders to override the default authority for a ClientConn. (EXPERIMENTAL) (#6752)
  • xds: add support for mTLS Credentials in xDS bootstrap (gRFC A65) (#6757)
  • server: add grpc.WaitForHandlers ServerOption to cause Server.Stop to block until method handlers return. (EXPERIMENTAL) (#6922)

Performance Improvements

  • grpc: skip compression of empty messages as an optimization (#6842)
  • orca: use atomic pointer to improve performance in server metrics recorder (#6799)

Bug Fixes

  • client: correctly enable TCP keepalives with OS defaults on windows (#6863)
  • server: change some stream operations to return UNAVAILABLE instead of UNKNOWN when underlying connection is broken (#6891)
  • server: fix GracefulStop to block until all method handlers return (v1.60 regression). (#6922)
  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (EXPERIMENTAL). (#6856)
  • reflection: do not send invalid descriptors to clients for files that cannot be fully resolved (#6771)
  • xds: don't fail channel/server startup when xds creds is specified, but bootstrap is missing certificate providers (#6848)
  • xds: Atomically read and write xDS security configuration client side (#6796)
  • xds/server: fix RDS handling for non-inline route configs (#6915)
Commits
  • 8167bc3 Change version to 1.61.0 (#6936)
  • 52e2363 test/xds: Use different import path for gRPC Messages (#6933)
  • 67e50be transport: Remove redundant if in handleGoAway (#6930)
  • e96f521 alts: Extract AuthInfo after handshake in ALTS e2e test. (#6931)
  • 987df13 metadata: move FromOutgoingContextRaw() to internal (#6765)
  • 61eab37 server: block GracefulStop on method handlers and make blocking optional for ...
  • ddd377f xds/server: fix RDS handling for non-inline route configs (#6915)
  • 8b455de removing Roots deprecated Subjects field in tests (#6907)
  • 953d12a alts: Forward-fix of ALTS queuing of handshake requests. (#6906)
  • 6ce73bf internal/transport: convert ConnectionError to Unavailable status when wr...
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions