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)
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
Bumps the go-mod group with 6 updates in the / directory:
0.15.1-0.20240916185322-dad4080470f3
1.0.0
2.25.2
2.27.0
3.15.0
3.16.1
0.24.0
0.25.0
1.66.2
1.67.1
1.34.2
1.35.1
Updates
github.com/authzed/authzed-go
from 0.15.1-0.20240916185322-dad4080470f3 to 1.0.0Release notes
Sourced from github.com/authzed/authzed-go's releases.
Commits
Updates
github.com/hamba/avro/v2
from 2.25.2 to 2.27.0Release notes
Sourced from github.com/hamba/avro/v2's releases.
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)Updates
github.com/schollz/progressbar/v3
from 3.15.0 to 3.16.1Release notes
Sourced from github.com/schollz/progressbar/v3's releases.
Commits
a10b636
add another theme787de03
add ascii theme from #2030e8db3d
Merge pull request #204 from janpfeifer/maine026913
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-tidy7b730f8
Merge pull request #202 from babiel/data-racesd5971f1
style: go mod tidy2d34dad
fix: enable race detector for test and fix all detected racesf1b3580
Merge pull request #199 from chengxilo/update-spinnerUpdates
golang.org/x/term
from 0.24.0 to 0.25.0Commits
9d5441a
go.mod: update golang.org/x dependenciesUpdates
google.golang.org/grpc
from 1.66.2 to 1.67.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
3f95b38
Update version to 1.67.1 (#7682)4f6c5f2
xds/server: Fix xDS Server leak (#7664) (#7681)935f8cb
transport: Fix reporting of bytes read while reading headers (#7660) (#7667)02bbb65
Change version to 1.67.1-dev (#7605)6f50403
Change version to 1.67.0 (#7604)3c3a025
mem: replace flate.Reader reference (#7595) (#7637)3ffb98b
.*: fix revive lintsredefines-builtin-id
(#7552)5666049
vet: enforce revive linter (#7589)c6ad07f
protoc: regenerate protos (#7590)70f19ee
credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (#7535)Updates
google.golang.org/protobuf
from 1.34.2 to 1.35.1Dependabot 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