authzed / zed

Official command-line tool for managing SpiceDB
https://authzed.com/docs/reference/clients
Apache License 2.0
118 stars 26 forks source link

build(deps): bump the go-mod group across 1 directory with 6 updates #428

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the go-mod group with 6 updates in the / directory:

Package From To
github.com/authzed/authzed-go 0.15.1-0.20240916185322-dad4080470f3 1.0.0
github.com/hamba/avro/v2 2.25.2 2.27.0
github.com/schollz/progressbar/v3 3.15.0 3.16.1
golang.org/x/term 0.24.0 0.25.0
google.golang.org/grpc 1.66.2 1.67.1
google.golang.org/protobuf 1.34.2 1.35.1

Updates github.com/authzed/authzed-go from 0.15.1-0.20240916185322-dad4080470f3 to 1.0.0

Release notes

Sourced from github.com/authzed/authzed-go's releases.

v1.0.0

Why this release?

This release doesn't bring any breaking changes or new functionality. Rather, it's a signal that the client has reached a v1 level of maturity.

What's Changed

Nothing since the v0.16.0 release.

New Contributors

Full Changelog: https://github.com/authzed/authzed-go/compare/v0.15.0...v1.0.0

v0.16.0

This release brings ImportBulk and ExportBulk into the PermissionsService.

What's Changed

New Contributors

Full Changelog: https://github.com/authzed/authzed-go/compare/v0.15.0...v0.16.0

Commits


Updates github.com/hamba/avro/v2 from 2.25.2 to 2.27.0

Release notes

Sourced from github.com/hamba/avro/v2's releases.

v2.27.0

What's Changed

New Contributors

Full Changelog: https://github.com/hamba/avro/compare/v2.26.0...v2.27.0

v2.26.0

What's Changed

New Contributors

Full Changelog: https://github.com/hamba/avro/compare/v2.25.2...v2.26.0

Commits
  • 163e9ef chore: bump coverallsapp/github-action from 2.3.0 to 2.3.1 in the all group (...
  • 631f6dd feat: preserve unrecognized logical types and properties (#469)
  • 4966106 feat: improve OCF encoder/decoder handling of dynamic types (#467)
  • 99d2dbc chore: bump golang.org/x/tools from 0.25.0 to 0.26.0 in the all group (#465)
  • b4fe207 feat: allow passing in custom options for OCF decoder. (#460)
  • 45e7071 feat: allow empty namespaces (#459)
  • 4917ec2 chore: bump min Go version (#458)
  • 0e4fa96 feat: generated code identifier on first line (#455)
  • 571d881 fix: decode in the case of field missing in both writer binary and reader str...
  • 84f98c7 fix: record MarshalJSON in case of default record with nullable field (#451)
  • Additional commits viewable in compare view


Updates github.com/schollz/progressbar/v3 from 3.15.0 to 3.16.1

Release notes

Sourced from github.com/schollz/progressbar/v3's releases.

v3.16.1

What's Changed

Full Changelog: https://github.com/schollz/progressbar/compare/v3.16.0...v3.16.1

v3.16.0

What's Changed

Full Changelog: https://github.com/schollz/progressbar/compare/v3.15.0...v3.16.0

Commits
  • a10b636 add another theme
  • 787de03 add ascii theme from #203
  • 0e8db3d Merge pull request #204 from janpfeifer/main
  • e026913 Expanded Theme tests, and covered new BarStartFilled and BarEndFilled.
  • d1e3b99 Added BarStartFilled and BarEndFilled fields to Theme struct.
  • 06775f1 Merge pull request #201 from babiel/go-mod-tidy
  • 7b730f8 Merge pull request #202 from babiel/data-races
  • d5971f1 style: go mod tidy
  • 2d34dad fix: enable race detector for test and fix all detected races
  • f1b3580 Merge pull request #199 from chengxilo/update-spinner
  • Additional commits viewable in compare view


Updates golang.org/x/term from 0.24.0 to 0.25.0

Commits


Updates google.golang.org/grpc from 1.66.2 to 1.67.1

Release notes

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

Release 1.67.1

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#7667)
  • xds/server: Fix xDS Server memory leak. (#7681)

Release 1.67.0

Bug Fixes

  • ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#7364)

Behavior Changes

  • In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)

Release 1.66.3

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#7667)
  • xds/server: Fix xDS Server memory leak. (#7681)
Commits


Updates google.golang.org/protobuf from 1.34.2 to 1.35.1

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