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/net 35b4aba...6cc5ac4: > 6cc5ac4 go.mod: update golang.org/x dependencies > f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket > 7191757 http2: add support for net/http HTTP2 config field > 4790dc7 http2: add support for server-originated pings > 541dbe5 http2: add Server.WriteByteTimeout > 3c333c0 route: fix address parsing of messages on Darwin bumping golang.org/x/sys a43b625...23b0dab: > 23b0dab unix: mark vgetrandom as non-escaping > cbf0eb6 unix: fix grep syntax to work on non-GNU greps > e7397b9 unix: update to Linux 6.11 > 981de40 unix: use vDSO for getrandom() on linux > 48aad76 linux: add tcp_cc_info and its related types > d58f986 all: fix some typos in comment > 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD > 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker > c08bc6e unix: update Go to 1.23.0 bumping golang.org/x/tools 7398f36...2ab3b51: > 2ab3b51 go.mod: update golang.org/x dependencies > 2683c79 gopls/internal/golang/stubmethods: rename analysis/stubmethods > efd951d gopls/internal/analysis/stubmethods: merge into CodeAction > d0d0d9e gopls/internal/cache: memoize dependent hash on analysisNode > a19eef6 gopls/internal/cache: express packageHandle as a state machine > dd745ec gopls/internal/test/marker: update regression test issue68918.txt > a02ee35 go/analysis/passes/stdversion: reenable tests > a24facf all: set gotypesalias=0 explicitly > ce2a33e gopls/internal: fix extract refactor for cases with anonymous functions > a2ff832 go/ssa: remove references to GOEXPERIMENT range > a7552bc go/ast/inspector: add PreorderSeq and All iterators > d2e4621 gopls/internal/server: CodeAction: interpret Only=[] as [QuickFix] > 4e80b32 cmd/stringer: support types declared in test files > 60b6bcd gopls/rename: include filename in error message > 2848ab8 internal/gcimporter: clean up test expectations > ee66134 go/ssa/ssautil: isolate deprecated CreateProgram > 6ded0c4 internal/gcexporter: cleanup test skipping in TestImportTypeparamTests > 66afc1a gopls/completion: tweak fuzz handling to make its own MethodSet > 7d92dd6 go/ssa/ssautil: use go/packages to load packages in switch_test.go > 18bc032 gopls: update x/telemetry to pick up fix for golang/go# 69681 > 6c47868 internal/gcimporter: run larger tests with and without aliases > c6f2f8e refactor/eg: rewrite test without go/loader > 8b6849d go/ssa/interp: reenable lifetime tests. > edfeacf internal/golang: fix panic in signatureHelp over builtin name > ab64376 go/types/objectpath: skip package tests with wasip1 > e55961d internal/gcimporter: use types.NewInterfaceType > c59bc30 internal/gcimporter: vary the value of any in predeclared > 4fc0d79 internal/gcimporter: remove goexperiment.unified tags > f05b5f4 go/packages: document the role of PWD > 3483a5e go/packages: use link notation in comments for godoc rendering > 75350b9 go/ssa: remove import of loader from builder_test.go > 1c9ca8b go/types/objectpath,internal/aliases: miscellaneous clean up of tests that set gotypesalias > 23e1af6 go/ssa: migrate TestGenericFunctionSelector away from loader > 8adb6e8 go/ssa: migrate TestTypeparamTest away from loader > 7bb384d gopls/internal/test/integration/bench: add an IWL test that opens files > faf6e28 go/ssa: migrate TestGenericAliases away from loader > 81a4242 internal/gcimporter: update TestIssueAliases expectation > 54110aa internal/modindex: package for indexing GOMODCACHE > b577f77 gopls/internal/cache: remove unnecessary active package check > 06b986b gopls/internal/cache: add a few checks for context cancellation > 83326b7 gopls/internal/cache: join concurrent package batch operations > 34638fc cmd/{callgraph,ssadump}, gopackages: make -tags flags work > d911e4a gopls: disable ast.Object resolution wherever possible > eb774f6 go/packages: fix LoadMode.String > 31fdc78 gopls/internal/server: allow suppression of showDocument > 752860b gopls/internal/protocol/command: simplify ApplyFix > fadcea5 gopls/internal/golang: CodeAction: split into producers > f70550d go/ssa: migrate some tests in build_test.go away from loader > 01bd772 go/callgraph: rewrite tests to use go/packages not go/loader > f8ce005 go/types/objectpath: use go/packages instead of go/loader in tests > d2c1642 internal/gcimporter: rewrite TestIExportData_stdlib using go/packages > af67b9d go/ssa: migrate source_test.go away from loader > 3bb0ed7 x/tools: assume go1.22 and simplify > 1d5e334 internal/aliases: remove Alias and Unalias > 0b6abe3 go/ssa: remove loader utility functions > 6a0cacb go/ssa: add test utility for building a single file > 1204c80 cmd/gorename: delete > 1c37166 go/ssa: move build tag guarded tests > dfc41b5 go/ssa: use ast.RangeStmt.Range position directly > 3921b59 cmd/gorename: remove replace directive > d09d36b x/tools: remove refs to cmd/gorename > 8517dc9 cmd/gorename: create submodule > cd349f3 go/ssa: Move instantiation tests off of unexported API > 45851d3 gopls/internal/telemetry/cmd/stacks: show build failure stderr > c8d229c all: fix spelling errors > 8db9562 go/ssa: update public doc of CreatePackage > bea7373 gopls/internal/protocol/command: remove nuisance error handling > 18a3f05 go/ssa: remove outdated any normalizer setting up in test > 0355013 go/ssa: sanity check for package transient fields > 2aabc4f go/analysis/passes/printf: return when suppressing a non-constant diagnostic > 5cb6eeb txtar: use slices.Clone instead of copy > e603756 gopls/internal/cache: add telemetry counter for GOPACKAGESDRIVER > 42b921c gopls/internal/test/integration: skip BenchmarkPackages with -short > a58d83b gopls/internal/cache: build the import map lazily during type checking > 765ea95 go/analysis/passes/printf: add global to disable new diagnostics > a319a85 gopls/internal/telemetry/cmd/stacks: display closed issues white > 5aac53c gopls/internal/golang: Definition: jump to assembly > 8fcd92f gopls/internal/telemetry/cmd/stacks: predicate de-duplication > 7891473 gopls/internal/telemetry/cmd/stacks: fix two bugs > 91d4bdb gopls: rm GofumptFormat from internal/settings > 198986d go/ssa: go/ssa: disable TestTypeparamTest on wasm > 3e49191 gopls/internal/telemetry/cmd/stacks: generate CodeSearch links > beed481 gopls/internal/settings: use CodeActionKind hierarchy > 15b8886 SignatureHelp: report signature of Ident if no enclosing CallExpr > 4e8d5c8 gopls: bump gofumpt to 0.7.0 > 6a387a4 go/ssa: require 1.23 for TestCycles > 42a6477 go/ssa: disable TestTypeparamTest/chan.go on wasm > 5157118 gopls/internal/lsp/source: put testing.T/B first when extracting > 94ac686 go/ssa: pop targets stack on range-over-func > 2884375 gopls/internal/golang: Definitions: support renaming imports in doc links > b0f680c go/ssa: reenable TestStdlib > b7af269 go/ssa: improve sanity checking > fd7ab2d gopls/internal/server: fix build following semantic merge conflict > dc4c525 gopls/internal: test discovery > 8ba9169 gopls/internal/golang: Highlight: work around go/types bug > bfc94c9 go/ssa: extract type recursion into a helper package > 1dc949f internal/settings: simplify linking now that we only build with 1.23 > c055e89 x/tools: deprecate astutil.Unparen > c2e057b gopls: use Func.Signature everywhere > 6b0cfff internal/test/marker: support multi-line locations > 9d7d14e x/tools/gopls: delete code obsoleted by go1.23 > 4bcf6a3 internal/golang: add a fast path for FormatVarType with gopls at 1.23 bumping knative.dev/pkg aaab500...e0f65ce: > e0f65ce Update community files (# 3101) > 952269c Bump golang.org/x/net from 0.29.0 to 0.30.0 (# 3100) > e52e2e4 Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (# 3099) > 4e357ed Bump golang.org/x/tools from 0.25.0 to 0.26.0 (# 3098) > 5031733 Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (# 3097) > c4843b7 Give users the ability to disable namespace ownership of webhook configurations (# 3095) > 28b58b8 Use istio.sidecar.inject label instead of annotation (# 3096) > aabe552 Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (# 3094) > a4774ed Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 (# 3093) bumping knative.dev/networking faa7309...75d9920: > 75d9920 Update community files (# 1010) > 847994c upgrade to latest dependencies (# 1009) > 9396009 upgrade to latest dependencies (# 1008) > ea90245 upgrade to latest dependencies (# 1007) bumping google.golang.org/genproto/googleapis/rpc 573a115...ddb44da: > ddb44da chore: update to 1.21 (# 1152) > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150) bumping cloud.google.com/go/compute/metadata 44b3a7d...7959a9f: > 7959a9f bigquery: support struct field parameters > a64eb5d bigquery: support array query parameters > 2861f2e bigquery: support scalar query parameters > a2e776e civil: civil time types > 918f8d5 fields: test that a tagged field takes precedence > e86221f bigtable/bttest: RowKeyFilter support in emulator. > 648bc87 bigquery: support BYTES data type > 7bb67ec bigtable/bttest: TimestampRangeFilter improvements > 8b767ae fields: simplify dominantField > 8ee8376 fields: add Match optimizations > 73d4824 fields: test Match against encoding/json > 7c5df9f fields: match first field by index > 5eaf111 bigquery: support deleting a dataset > 7c389bf fields: add Match > f673f79 fields: add helper functions tests > 0f101d5 fields: add package documentation > c15c479 fields: add a cache > 13f29f4 fields: support saving additional tag information > 65303b0 fields: support the ability to ignore fields > 367b809 translate: introduce Format type for Options.Format > 6e0acfc bigquery: fix doc, PageInfo.PageToken is now PageInfo.Token > 03e650f regenerate from toolkit > 0b5cbaa storage: return ErrBucketNotExist from iterator > 92f92a9 fields: add a test for an unexported anonymous struct field with a tag > 93c784f fields: test that unexported anonymous non-struct fields are ignored > 1701ed3 fields: test that unexported, tagged field is ignored > 9dad079 fields: test against encoding/json > 36c2fc7 trace: assign trace IDs and propagate trace context even for requests > 4392112 fields: generalize tag parsing > cccf8de fields: implement tag precedence > 25ab26a fields: initial support for tags > 1b78d3f fields: collect all fields > 0031a75 fields: omit unexported fields > 097ca06 fields: copy FieldsByNameFunc from reflect > 9210f07 translate: tests use OAuth or API key > ce8c2af bigtable/cbt Make endpoints confgureable > 5aca3b7 bigquery: add Job.Wait. > 8503b8f internal: add general retry function > 2c3878e bigtable/bttest: Add ColumnRangeFilter to the data client and inmem server/emulator > 469af35 doc: add example for table creation with schema > d8db4b2 bigquery: fix godoc lint errors > 2a25109 translate: fix broken TranslateURL test > 75d2be6 bigquery: use int64 for Integer columns > 15d44a1 language/apiv1beta1: delete beta client > fdfe867 regenerate toolkit clients > 9e26c6c translate: add model parameter > 6274540 bigtable: Fix cbt required flag enforcement > 30b36ef translate: add license to generated file > a7939fd README: split off older news into a separate file. > f296932 translate: support ClientOptions > 742f8a0 translate: new REST client from modified discovery doc > a218dd7 language/apiv1: add toolkit-generated client > 0f372eb Revert "translate: new REST client from modified discovery doc" > dba24f8 translate: new REST client from modified discovery doc > 9d7cefd Fixed bigquery doc > 3e689fc examples/storage: avoid race when reading the default bucket > 6d60404 logging: explicitly compare Entry fields in tests > b4053c3 CONTRIBUTING.md: adds GCLOUD_TESTS_API_KEY env var as requirement > 6e7f52b .travis.yml: add GCLOUD_TESTS_API_KEY > c8933d5 storage: retry iterator test on failure > b21cc3a trace: fix old datastore key function > d7b9ed3 storage: fix encryption test > eb6bba1 README: add news about datastore breaking changes. > 4b7ac00 datastore: remove Done > 976a286 datastore: Client.Close returns error. > 71e53a3 datastore: removes NewKey, NewIncompleteKey > 8dd42e8 datastore: removes namespace from context > d34ae6f datastore: export Key fields > 7cab37c README.md: adds announcement of datastore entity values > 2ea6b3e datastore: adds example for entity value flatten > 2a64f94 datastore: save nested structs as Entity values by default > 9fd7589 Error on res.Row=nil from ApplyReadModifyWrite to avoid panic > 4ee1ac9 bigquery: more types for RowIterator.Next > f789011 pretty: add Diff > e4d16e4 bigquery: get dataset metadata > 6c65c9a translate: new translate client > 3dcec5a storage: encryption keys should be 32-byte AES-256 keys > f987161 bigquery: a ValueLoader for maps > 5c18a14 storage: switch to general iterator test function > 889746e bigquery: relax table-listing integration test > 9d503e9 bigquery: support updating a schema > ee8b037 bigquery: refactor integration tests > de6327f vision: fix doc > d3ea1b1 logging: increase the default entry-count threshold > 20998e5 logging: bypass JSON serialization if given a structpb.Struct > af761d2 bigtable: Use a single-element RowList for SingleRow > 09487f7 examples/bigquery/load: fix NewGCSReference call > 53ac597 bigtable/emulator: Disable grpc tracing for emulator server > 9cd90cb storage: support customer encryption > bd2cfb7 bigquery: expose dataset ProjectID and DatasetID fields. > 2fc1b44 logging: removes cleaup deletes from integration tests > fe28f83 datastore: adds query.Namespace() chain method > 8c2dc61 logging: check for exact # of logs in tests > 4791784 logadmin: use generated iterators > 384ca55 storage: use pointer receiver for ObjectAttrs > bd8a5e8 datastore: add new key functions > 09d95d9 bigtable/bttest: add emulator support for DeleteCellsInFamily > 7ee19e7 bigquery: restore semantics of ForceZeroQuote > f7f94a2 bigquery: clean up implementation of LoadSource > f9c9ec4 storage: always send destination in compose request > 67f57c5 storage: readObject method for tests > 28994ff bigtable: Use connection pool by default for data client. > 2fa7e44 internal/bundler: remove > 5c042ef README: describe recent bigquery changes. > 467d489 bigquery: make NewGCSReference a package-level function > 40fedcd bigquery: test inserting data with DML. > e6cd632 iam: service account Get/SetPolicy methods. > 211ec57 Regenerate clients from toolkit > bb227e9 bigquery: add example for ReaderSource > 0e0c2bb datastore: remove support for gRPC call options > 2b8eb37 Adding a TimestampRangeFilter to big table. > 4a66ffc errors: fix example in doc comment > cfef0f6 pretty: don't panic if we can't call Interface on a value. > 871e500 bigquery: remove redundant test > 26c2106 bigquery: media upload > 634348d pretty: a simple pretty-printer > 8981115 logging: add Latency field to HTTPRequest > 1d0367c bigtable/bttest: Return proper status codes in emulator for missing tables > e46f105 logging: adds more descriptive failure messages to tests > e8a0b85 pubsub: remove Done > eb53bbf datastore: support gRPC call options. > 284dc4b storage: update storage classes > 7450882 logging: adds more error reporting to tests > 50a7624 go-cloud-debug-agent: restrict building to Linux > d2c474b trace: change SamplingPolicy to also make decisions about requests with > c54037b pubsub: support IAM > 41e8c5d bigquery: inline most customizeXXX methods. > 7d1ca04 bigquery: group methods by function > 2f2a859 bigquery: remove Tables type > ac529ef bigquery: examples > 0a03e3b bigquery: improve package doc > 8274d91 bigquery: pass Schema to ValueLoader > 7d2c252 bigquery: replace UploadOptions with Uploader fields > d1e1a45 bigquery: remove deprecated code, replace Read methods > 61a09b4 storage: retry calls > 3d8e7fa storage,iam: remove extraneous test logging > f03e341 longrunning: use 1.6 context > 10d3f88 longrunning: initial design > 9429d70 Regenerate from updated toolkit > c58fd90 pubsub: fix package doc > 0510646 pubsub: deprecate Done > 324a60e datastore: fixes loading issue with []struct{[]byte}} > 9140aa5 logadmin: link in audit log proto. > fc7a628 iam: initial design bumping golang.org/x/crypto c9da6b9...adef4cc: > adef4cc go.mod: update golang.org/x dependencies > a0819fb sha3: fix cSHAKE initialization for extremely large N and or S > 42ee18b ssh: return ServerAuthError after too many auth failures > 9e92970 bn256: add missing symbols in comment bumping google.golang.org/grpc d0bf90a...3f95b38: > 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 lints `redefines-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) > 92111dc xds: keep ads flow control local to xdsclient/transport package (# 7578) > 535bdce estats: remove dependency on testing package (# 7579) > 0f03c74 .*: fix revive lint issues `unused-parameter` (# 7580) > 6147c81 stats/opentelemetry: Optimize slice allocations (# 7525) > cd05c9e .*: fix revive package-comments lint issues (# 7574) > 00514a7 xds/clusterimpl: update UpdateClientConnState to handle updates synchronously (# 7533) > 093e099 grpc: fix regression by freeing request bufferslice after processing unary (# 7571) > 8320224 .*: revive from unused_parameters (# 7577) > 845f62c stats/otel: upgrade grpc version that contains the experimental/stats package (# 7545) > 55d820d clusterresolver/e2e_test: Avoid making DNS requests (# 7561) > 52961f7 grpc: add docs for generic stream interfaces (# 7470) > 005b092 examples/advancedtls: example code for different security configurations for grpc-go using `advancedtls` (# 7474) > 0b6f354 xdsclient: Populate total_issued_requests count in LRS load reports (# 7544) > c535946 grpc: Fix flaky picker_wrapper tests (# 7560) > 9feed00 balancer/wrr: prefer calling Equal() method of time.Time (# 7529) > a8e6e11 .*: Use `strings.ReplaceAll(.....)` (# 7554) > 6d97688 xds/xdsclient: Fix flaky test TestLRSClient (# 7559) > cfd14ba encoding: delete v1 proto codec and use one map for registry (# 7557) > 3d95421 Fix revive identified linter issues: var-declaration, indent-error-flow, increment-decrement, superfluous-else (# 7528) > e4b09f1 Remove trailing whitespace in testing.yml (# 7551) > 0a5b8f7 balancer: disallow producer streams until SubConn has reported READY (# 7523) > 9ab8b62 Implement new Codec that uses `mem.BufferSlice` instead of `[]byte` (# 7356) > 7e12068 bootstrap: add `String` method to ServerConfigs type (# 7537) > ee5cbce ringhash: fix bug where ring hash can be stuck in transient failure despite having available endpoints (# 7364) > 1e2bb71 doc: update keepalive ClientParameters doc about doubling the interval upon GOAWAY (# 7469) > 6a5a283 Use builtin min and max functions (# 7478) > 90caeb3 deps: update dependencies for all modules (# 7531) > f8d98a4 rbac: fix usage of AuthInfo (# 7522) > 4e29cc6 transport: add timeout for writing GOAWAY on http2Client.Close() (# 7371) > b45fc41 Change version to 1.67.0-dev (# 7520) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information