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)
balancer/rls: Add metrics for data cache and picker internals (#7484, #7495)
xds: LRS load reports now include the total_issued_requests field. (#7544)
Bug Fixes
grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#7461)
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 dependencies group in /cronsetup with 6 updates:
1.3.2
1.3.3
0.29.0
0.30.0
0.25.0
0.26.0
0.18.0
0.19.0
1.65.0
1.67.1
1.34.2
1.35.1
Updates
github.com/Scalingo/go-etcd-cron
from 1.3.2 to 1.3.3Release notes
Sourced from github.com/Scalingo/go-etcd-cron's releases.
Changelog
Sourced from github.com/Scalingo/go-etcd-cron's changelog.
Commits
d5a0954
Merge pull request #96 from Scalingo/release/1.3.3442c962
Bump v1.3.33a1a9bf
Merge pull request #95 from Scalingo/build/go_1.2245641a6
build(go.sum): missing 'go mod tidy'b786066
build: update Go from 1.20 to 1.22d75bbc9
fix(examples): package renaming to 'etcdcron'8f92c5d
build(deps): bump the dependencies group with 6 updates1ae8ea7
Merge pull request #93 from Scalingo/dependabot/go_modules/dependencies-1a649...e12f11a
build(deps): bump the dependencies group with 3 updates45d978d
Merge pull request #92 from Scalingo/dependabot/go_modules/dependencies-2de88...Updates
golang.org/x/net
from 0.29.0 to 0.30.0Commits
6cc5ac4
go.mod: update golang.org/x dependenciesf88258d
websocket: update nhooyr.io/websocket to github.com/coder/websocket7191757
http2: add support for net/http HTTP2 config field4790dc7
http2: add support for server-originated pings541dbe5
http2: add Server.WriteByteTimeout3c333c0
route: fix address parsing of messages on DarwinUpdates
golang.org/x/sys
from 0.25.0 to 0.26.0Commits
23b0dab
unix: mark vgetrandom as non-escapingcbf0eb6
unix: fix grep syntax to work on non-GNU grepse7397b9
unix: update to Linux 6.11981de40
unix: use vDSO for getrandom() on linux48aad76
linux: add tcp_cc_info and its related typesd58f986
all: fix some typos in comment30de352
unix: fix Test{Fd,}Xattr failure on NetBSD68ed59b
windows/svc: fix printf(var) mistake detected by latest printf checkerc08bc6e
unix: update Go to 1.23.0Updates
golang.org/x/text
from 0.18.0 to 0.19.0Commits
3043346
x/text: Correct examples in number/doc38a95c2
all: fix some comments20097e4
all: fix printf(var) mistakes detected by latest printf checkerUpdates
google.golang.org/grpc
from 1.65.0 to 1.67.1Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
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