tus / tusd

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

build(deps): bump the go group with 9 updates #1057

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the go group with 9 updates:

Package From To
cloud.google.com/go/storage 1.35.1 1.36.0
github.com/aws/aws-sdk-go-v2 1.23.4 1.24.0
github.com/aws/aws-sdk-go-v2/config 1.25.10 1.26.2
github.com/aws/aws-sdk-go-v2/service/s3 1.47.1 1.47.7
github.com/hashicorp/go-hclog 1.5.0 1.6.2
github.com/prometheus/client_golang 1.17.0 1.18.0
google.golang.org/api 0.152.0 0.154.0
google.golang.org/grpc 1.59.0 1.60.1
google.golang.org/protobuf 1.31.0 1.32.0

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

Release notes

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

storage: v1.36.0

1.36.0 (2023-12-14)

Features

Bug Fixes

  • storage: Do not inhibit the dead code elimination. (#8543) (ca2493f)
  • storage: Set flush and get_state to false on the last write in gRPC (#9013) (c1e9fe5)
Commits
  • b5a6b5d chore(main): release spanner 1.36.0 (#6407)
  • 09e96ce feat(spanner/spansql): add support for IFNULL expressions (#6389)
  • 267a9bb feat(spanner/spansql): support for parsing a DML file (#6349)
  • 0df3ed8 chore(settings): disable linear history on branch (#6399)
  • b38008f chore(ci): skip sync job on foks (#6400)
  • aaee688 chore(firestore): add missing license headers (#6404)
  • ff8bdf0 chore(logging): change python version for logging environment tests (#6384)
  • 8a8ba85 chore(all): auto-regenerate gapics (#6376)
  • 3029109 test(storage): unflake TestIntegration_ACL (#6392)
  • 20b6c1b feat(firestore): adds Bulkwriter support to Firestore client (#5946)
  • Additional commits viewable in compare view


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

Commits


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

Commits


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

Commits


Updates github.com/hashicorp/go-hclog from 1.5.0 to 1.6.2

Release notes

Sourced from github.com/hashicorp/go-hclog's releases.

Fix level syncing

What's Changed

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.6.1...v1.6.2

Fix forcing color

What's Changed

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.6.0...v1.6.1

New level inheritance mode

This release adds the ability to have sub-loggers arrange themselves into a tree and sync the level changes downward in the tree.

What's Changed

New Contributors

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.5.0...v1.6.0

Commits
  • 3600f4a Conside if the level is to be used separately from if the levels should be ca...
  • 71d286f Merge pull request #136 from hashicorp/f-color-doc
  • a72e7ad Add skip for color test on windows because the test uses posix colors
  • 4a8b5e1 Fix colors not being enabled in some forced contexts.
  • 1ea3660 Add test of colors with ForceColor
  • 852f2c3 Merge pull request #134 from hashicorp/f-better-levels
  • 3d50de2 Merge pull request #135 from hashicorp/peteski22/docs/standard-logger-options...
  • 748cdbc Tweak README
  • 370a023 Updated go doc to make it clear InferLevelsWithTimestamp relies on InferLevel...
  • 4911d46 Update intlogger.go
  • Additional commits viewable in compare view


Updates github.com/prometheus/client_golang from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.18.0

What's Changed

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360

New Contributors

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.18.0 / 2023-12-22

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360
Commits
  • 53be91d Revert "change api http.client to interface"
  • 1a2d072 Add 1.18 changelog
  • 239b123 Merge pull request #1387 from tsipo/main
  • 3f8bd73 Merge pull request #1370 from prometheus/dependabot/go_modules/tutorial/whats...
  • 5e55b31 Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup
  • e96fb18 Merge pull request #1401 from prometheus/dependabot/go_modules/golang.org/x/s...
  • 2a8fc90 Bump golang.org/x/sys from 0.13.0 to 0.15.0
  • 24d59e9 change client to interface, allow override by other implementations (e.g. git...
  • 80d3f0b Normalize empty help values in CollectAndCompare (#1378)
  • 3f80cd1 Add example of NewConstMetricWithCreatedTimestamp (#1375)
  • Additional commits viewable in compare view


Updates google.golang.org/api from 0.152.0 to 0.154.0

Release notes

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

v0.154.0

0.154.0 (2023-12-12)

Features

v0.153.0

0.153.0 (2023-12-05)

Features

Changelog

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

0.154.0 (2023-12-12)

Features

0.153.0 (2023-12-05)

Features

Commits


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

Release notes

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

Release v1.60.1

Bug Fixes

  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (experimental feature).

Release 1.60.0

Security

  • credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540.
    • This is a behavior change to bring us into better alignment with RFC 7540.

API Changes

  • resolver: remove deprecated and experimental ClientConn.NewServiceConfig (#6784)
  • client: remove deprecated grpc.WithServiceConfig DialOption (#6800)

Bug Fixes

  • client: fix race that could cause a deadlock while entering idle mode and receiving a name resolver update (#6804)
  • client: always enable TCP keepalives with OS defaults (#6834)
  • credentials/alts: fix a bug preventing ALTS from connecting to the metadata server if the default scheme is overridden (#6686)

Behavior Changes

  • server: Do not return from Stop() or GracefulStop() until all resources are released (#6489)

Documentation

  • codes: clarify that only codes defined by this package are valid and that users should not cast other values to codes.Code (#6701)
Commits


Updates google.golang.org/protobuf from 1.31.0 to 1.32.0

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