Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping golang.org/x/text fb697c0...f488e19: > f488e19 unicode/norm: fix function name on comment bumping golang.org/x/net c8c0290...2a0da8b: > 2a0da8b go.mod: update golang.org/x dependencies > 97384c1 quic: remove streams from the conn when done > 03d5e62 http2: remove unused ClientConn.tconnClosed > b82f062 quic: include ignored frames in test log output > 7374d34 quic: don't block when closing read-only streams > b4d09be dns/dnsmessage: compress all names while appending to a buffer > 8b010a5 quic: fix race condition in runAsync test helper > fe2abcb quic: validate stream limits in transport params > d1b0a97 quic: avoid sending 1-RTT frames in initial/handshake packets > 4332436 quic: send more transport parameters > 52fbe37 quic: add test helpers for acking packets > 4a2d37e http2: remove Docker-requiring tests > efb8d7a dns/dnsmessage: don't include bytes after name.Length in the compression map > d8d8478 quic: read-closing and reset streams, wait on close > 3d2be97 quic: fix testConn.uncheckedHandshake > 0f7767c dns/dnsmessage: validate cached section when skipping sections > f89417c dns/dnsmessage: reduce Parser size > 9cde5a0 net/http2: remove awaitGracefulShutdown > 95cb3bb dns/dnsmessage: show AD and CD bit in Header.GoString() > 126a5f3 quic: fix some bugs in the sendable stream list > f09e753 quic: send and receive stream data > 1e23797 publicsuffix: update table to version 20230804 bumping github.com/google/s2a-go ab15cb5...141996c: > 141996c use go 1.19 (# 121) > 95e745c update readme (# 120) > bd84303 remove appengine dialer (# 119) > 3d294fe Fix deprecated usage (# 118) > 2dbb12e s2a-go can talk to s2a-grpc-server in mtls (# 117) > b1611d0 fix go lint (# 116) bumping knative.dev/pkg 09df2b6...8d736b6: > 8d736b6 Bump google.golang.org/api from 0.138.0 to 0.140.0 (# 2818) > 2ae83b9 Bump golang.org/x/tools from 0.12.0 to 0.13.0 (# 2815) > 8053378 Bump google.golang.org/grpc from 1.57.0 to 1.58.0 (# 2814) > f78fe9e Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (# 2812) bumping google.golang.org/api 85e7e70...77cbf8b: > 77cbf8b chore(main): release 0.140.0 (# 2145) > 488068e chore(all): update all (# 2134) > 009ec6d chore(deps): temporarily ignore grpc dep (# 2154) > 1183ccf feat(all): auto-regenerate discovery clients (# 2152) > 1038447 feat(all): auto-regenerate discovery clients (# 2150) > 161e093 feat(all): auto-regenerate discovery clients (# 2149) > b6072d6 feat(all): auto-regenerate discovery clients (# 2148) > c8d6a5a chore: add global flag to previous commit as this is not the git root (# 2147) > 2a99e82 chore: mark dir as safe for discogen (# 2146) > aded622 feat(all): auto-regenerate discovery clients (# 2144) > 85fd15c chore: remove added build flag for discogen (# 2143) > 9e585db chore(main): release 0.139.0 (# 2121) > 8e1c21a feat(all): auto-regenerate discovery clients (# 2142) > 733fb17 chore: skip api that wont generate (# 2139) > 44a2679 chore: fix discogen (# 2138) > 76be4a6 chore(all): update module github.com/google/s2a-go to v0.1.7 (# 2131) > 62d88ff docs: point more users forward (# 2126) > fd53dce feat(all): auto-regenerate discovery clients (# 2120) bumping golang.org/x/term 19e73c2...f413282: > f413282 go.mod: update golang.org/x dependencies bumping google.golang.org/grpc 87bf02a...c2b0797: > c2b0797 Change version to 1.58.0 (# 6579) > 0467e47 balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6607) > 5d1c0ae leastrequest: fix data race in leastrequest picker (# 6606) > e26457d stream: swallow Header errors as we used to; RecvMsg can still return it (# 6591) > 4c9777c clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (# 6563) > 81b9df2 idle: move idleness manager to separate package and ~13s of tests into it (# 6566) > 7d35b8e test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (# 6571) > d51b3f4 interop/grpc_testing: update protos from grpc-proto repo (# 6567) > fe1519e client: fix ClientStream.Header() behavior (# 6557) > 8a2c220 cdsbalancer: test cleanup part 2/N (# 6554) > 7f66074 vet.sh: fix interface{} check for macos (# 6561) > b07bf5d cdsbalancer: test cleanup part 1/N (# 6546) > 33f9fa2 test: speed up two tests (# 6558) > aca07ce xds/internal/xdsclient: Add least request support in xDS (# 6517) > e5d8eac test: improve and speed up channelz keepalive test (# 6556) > ebf0b4e idle: speed up test by 5x even while running 2x more iterations (# 6555) > 7d3996f grpctest: use an interface instead of reflection (# 6553) > cc705fe interop: regenerate pb.gos (# 6551) > 3e92504 status: optimize GRPCStatus() calls (# 6539) > 402ba09 pick_first: de-experiment pick first (# 6549) > 2821d7f resolver: remove outdated Target examples (# 6547) > 53d1f23 benchmark: update proper benchmark binary to use larger buffers (# 6537) > fbff2ab *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (# 6544) > e40da66 clientconn: release lock when returning from enterIdleMode() (# 6538) > dbbc983 balancer/leastrequest: Add least request balancer (# 6510) > a010079 *: remove references to old versions of go (# 6545) > 03d32b9 orca: update example and interop to use StateListener (# 6529) > c2bc22c testing: update Go versions tested to 1.19-1.21 (# 6543) > 879faf6 test: update client state subscriber test to be not flaky and more stressful about rapid updates (# 6512) > f3e94ec xds: improve error message when matched route on client is not of type RouteActionRoute (# 6248) > bb41067 balancergroup: do not cache closed sub-balancers by default (# 6523) > 68704f8 gracefulswitch, stub: remove last UpdateSubConnState references (# 6533) > 4900699 balancer/rls, xds/wrrlocality: stop forwarding UpdateSubConnState calls (# 6532) > ebc3c51 internal/balancergroup: remove usage of UpdateSubConnState (# 6528) > 5da2731 balancer/weightedtarget: stop forwarding UpdateSubConnState calls (# 6525) > 182b0ad interop/grpc_testing: regenerate protos (# 6534) > e274152 rls: fix flaky test introduced by # 6514 (# 6535) > 61a1f77 balancer/weightedroundrobin: migrate to StateListener (# 6530) > 175c84c xds/ringhash: use StateListener instead of UpdateSubConnState (# 6522) > 3fa17cc test: speed up test that was taking 10 seconds to timeout (# 6531) > 694cb64 xds/clusterresolver: stop forwarding UpdateSubConnState calls (# 6526) > 8f51ca8 tests: stop using UpdateSubConnState (# 6527) > cea77bb xds/clustermanager: stop forwarding UpdateSubConnState calls (# 6519) > ce68413 xds/priority: stop forwarding UpdateSubConnState calls (# 6521) > dceb6ee xds/clusterimpl: stop forwarding UpdateSubConnState calls (# 6518) > 8def12a xds/outlierdetection: Stop handling UpdateSubConnState forwarding (# 6520) > 67a8e73 multiple/test: use stub balancer instead of defining wrapped balancers (# 6514) > 92b481a test: allow set request/response size in interop soak test (# 6513) > 07609e1 benchmark: restore old buffer size values for published benchmarks (# 6516) > 2059c6e grpc: report connectivity state changes on the ClientConn for Subscribers (# 6437) > 4832deb test: clean up deadlines set in tests (# 6506) > 9c46304 xds/cdsbalancer: stop handling subconn state updates (# 6509) > e9a4e94 base: update base balancer for new APIs (# 6503) > 6c0c69e all: replace RemoveSubConn with Shutdown as much as possible (# 6505) > 28ac6ef xdsclient: make watch timer a no-op if authority is closed (# 6502) > d06ab0d pickfirst: receive state updates via callback instead of UpdateSubConnState (# 6495) > 7aceafc balancer: add SubConn.Shutdown; deprecate Balancer.RemoveSubConn (# 6493) > 4fe8d3d balancer: fix tests not properly updating subconn states (# 6501) > 8ebe462 outlierdetection: fix unconditional calls of child UpdateSubConnState (# 6500) > 5d3d9d7 grpc: perform a blocking close of the balancer in ccb (# 6497) > ecc5645 clusterresolver: fix a flaky test (# 6499) > b9356e3 client: fix race between connection error and subconn shutdown (# 6494) > 2db7b17 test/xds: increase default test timeout (# 6498) > 8f496b2 test/kokoro: Add bootstrap generator test into Go Kokoro script (# 6463) > 0246373 testutils: remove TestSubConns for future extensibility (# 6492) > c635404 balancer: add StateListener to NewSubConnOptions for SubConn state updates (# 6481) > 94df716 resolver: State: add Endpoints and deprecate Addresses (# 6471) > 20c51a9 pickfirst: add tests for resolver error scenarios (# 6484) > b8d36ca pickfirst: add prefix logging (# 6482) > 5ce5686 pickfirst: guard config parsing on GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG (# 6470) > 41d1232 resolver/weighted_round_robin: remove experimental suffix from name (# 6477) > 2aa2615 clusterresolver: comply with A37 for handling errors from discovery mechanisms (# 6461) > d7f45cd xds/server: create the xDS client when the xDS enabled gRPC server is created (# 6446) > f1fc2ca clientconn: add channel ID to some idleness logs (# 6459) > 9bb44fb transport: use a sync.Pool to share per-connection write buffer (# 6309) > d524b40 multiple: update dependencies after 1.57 branch cut (# 6452) > 7aab9c0 stats: Add RPC event for blocking for a picker update (# 6422) > 02946a3 resolver: remove deprecated AddressType (# 6451) > 919fe35 Change version to 1.58.0-dev (# 6450) bumping golang.org/x/crypto b4ddeed...0d375be: > 0d375be go.mod: update golang.org/x dependencies bumping golang.org/x/sys 104d401...5154691: > 5154691 unix/linux: update to gcc 13.2.0, qemu 8.0.3 for loong64 and and Go 1.21.0 for all > e8190d9 windows: don't check non-existent return code in GetStartupInfo > ad02017 windows: use SyscallN in mkwinsyscall > 7023367 cpu: remove repetitive word > eabbd5c cpu: add support for amx detection > 552c4e8 unix: avoid setting O_NONBLOCK needlessly by checking flags beforehand > ee57887 unix: add SchedSetAttr and SchedGetAttr for Linux > 60ecf13 windows: add TimeBeginPeriod and TimeEndPeriod syscalls bumping google.golang.org/genproto/googleapis/rpc 1744710...2d3300f: > 2d3300f chore(all): update actions/checkout action to v4 (# 1052) > b8732ec chore(all): auto-regenerate .pb.go files (# 1051) > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050) > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047) > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045) bumping golang.org/x/oauth2 2e4a4e2...0708528: > 0708528 go.mod: update golang.org/x dependencies > a835fc4 oauth2: move global auth style cache to be per-Config bumping knative.dev/serving 997d8ef...3010cb8: > 3010cb8 docs: Fix broken links to kubernetes docs on reference page (# 14340) bumping golang.org/x/tools 229f848...b5e55d1: > b5e55d1 go/analysis/analysistest: give better hint in SuggestedFix assertion > a807ccf go.mod: update golang.org/x dependencies > 21090a2 gopls/internal/lsp/cache: use persistent.Set in a couple places > 38b898b internal/persistent: add Set > 44f7796 gopls: add and enable the slog analyzer > 2c6ba93 gopls: tidy for 1.17+ > 5a96569 gopls/internal/lsp/cmd: don't use x/exp/slices > 77c6ac6 gopls/internal/telemetry: don't schedule the next upload > 010e045 internal/persistent: use generics > a1a928d gopls: remove dead code > 7663a40 internal/cmd/deadcode: add -generated flag > ea5e7c6 gopls/internal/lsp/cache: delete unused mustEncode > cb85f8f gopls/internal/lsp/cmd: consolidate editing flags > 63c7da0 gopls: more 1.18 cleanup; use strings.Cut and os functions > 5fc00b4 gopls/internal: move Options and FileKind from View to Snapshot > 1bfa8e3 gopls: update uses of deprecated ioutil APIs > 914b218 gopls/internal/lsp/analysis/unusedparams: document the blank identifier > 8234134 gopls/internal/lsp/frob: add defensive header > e3671fc internal/telemetry: unconditionally trigger upload logic > 9658d2e internal/refactor/inline: NeedGoPackages in test > 5e8d21a gopls/internal/lsp/source: implement refactor.inline code action > edda81f internal/refactor/inline: an inliner for Go source > 2926c1f gopls/internal/telemetry: log timestamp when test fails > cd22603 go/analysis/unitchecker: NeedGoPackages in ExampleSeparateAnalysis > 2191a27 gopls/internal/lsp/frob: fix build breakage > 5fb106a internal/testenv: simplify 'go build' support check > c51e3f7 gopls/internal/lsp/frob: make API generic > 7e1bfe8 go/analysis/unitchecker: Example of separate analysis > 39bfef4 gopls: update x/telemetry dependency > c28af0a gopls/internal/lsp/debug: remove hard-coded version > 0a044c0 gopls/doc: update tests that fail on Kokoro to run at Go 1.21+ > 7b7b9a1 gopls/internal/telemetry: write counter unconditionally and run upload > 8fd71c0 gopls/internal/lsp/mod: remove TestModfileRemainsUnchanged > 2e5fc54 gopls/internal/regtest/codelens: avoid a race in TestUpgradeCodelens > 6eca6df gopls/doc: include stderr output from 'go list' in pkgDir errors > c38e6b0 gopls/internal/lsp: add testing support for the new zero builtin > ff7f2b9 gopls/internal/lsp/source completion: don't suggest untyped conversions > 9425c2e gopls/internal/lsp/source: fix implementations query on error type > 5913c02 gopls/internal/lsp/source: add a test for local types stubbing > a46a10f gopls: stubbed methods shouldn't qualify the current package > 1517d1a gopls/internal/lsp/source: fix renaming instantiated fields > 9f2e103 all: gofmt format > b225aa0 internal/typeparams: run go generate > 0286c38 gopls/internal/lsp: switch default diff to "new" > a80931d gopls/telemetry: accept vscode-insiders as a known editor > 64e9248 gopls/internal/lsp/source/completion: add ifnotnil postfix snippet > 74c255b gopls/internal/lsp/cache: avoid dependency on StdSizes > fa12f34 go/packages: avoid unnecessary dependency on StdSizes > f4c8627 gopls: fix raciness related to TestOrphanedFiles > 6290d8a go/analysis/passes/copylock: ignore parens on rhs > 6b4d1de gopls/internal/lsp: avoid duplicate type checking following invalidation > 47c5305 gopls/internal/regtest/bench: skip oracle didSave test > 053d3c4 gopls/telemetry: test that telemetry counters are written > 5027187 gopls/internal/regtest/bench: enable oracle benchmarks with -short > 59fd05d go/types/objectpath: remove use of linkname for gopls back doors > 582ef29 gopls/internal/protocol: remove // line comments from tsprotocol.go > 9abb02c gopls/internal/regtest/bench: add an oracle completion benchmark > 33da5c0 gopls/internal/telemetry: record Go version used in each view > 732ad6f internal/imports: update stdlib index for Go 1.21.0 > f42bca8 refactor/satisfy: (re)allow composite lits of pointer type bumping knative.dev/eventing 74baa8f...93cec0f: > 93cec0f Fixed eventtype create-delete loop on built in sources (# 7245) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information