mirror of https://github.com/knative/eventing.git
upgrade to latest dependencies
bumping golang.org/x/sys 01aaa83...3d9a6b8:
> 3d9a6b8 windows: add WSADuplicateSocket
> c0a9559 cpu: add crypto extensions detection for riscv64
> 8e9e046 windows: add virtual key codes and console input consts
> 7138967 windows: fix slicing of NTUnicodeString values
> 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute
bumping knative.dev/pkg d5e74d2...19a1383:
> 19a1383 group golang.org/x dependencies (# 3178)
> 1c0e799 Bump golang.org/x/net from 0.39.0 to 0.40.0 (# 3177)
> d09148e Bump golang.org/x/tools from 0.32.0 to 0.33.0 (# 3176)
> cb6cfa2 Bump golang.org/x/sync from 0.13.0 to 0.14.0 (# 3175)
bumping golang.org/x/text 4890c57...700cc20:
> 700cc20 go.mod: update golang.org/x dependencies
bumping golang.org/x/net b8d8877...7d6e62a:
> 7d6e62a go.mod: update golang.org/x dependencies
> ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
> 3e7a445 quic: skip packet numbers for optimistic ack defense
> 3f563d3 quic: use an enum for sentPacket state
> a3b6e77 quic: don't re-lose packets when discarding keys
> 22500a6 quic: decode packet numbers >255 in tests
> dd0b200 quic: remove go1.21 build constraint
bumping knative.dev/hack c4037b0...f525e18:
> f525e18 Bump min kube version to 1.32 (# 424)
bumping golang.org/x/term 5d2308b...2ec7864:
> 2ec7864 go.mod: update golang.org/x dependencies
> a809085 term: support pluggable history
bumping knative.dev/reconciler-test 44221c8...10479dd:
> 10479dd upgrade to latest dependencies (# 795)
bumping knative.dev/hack/schema c4037b0...f525e18:
> f525e18 Bump min kube version to 1.32 (# 424)
bumping golang.org/x/crypto 959f8f3...aae6e61:
> aae6e61 go.mod: update golang.org/x dependencies
> 9c1aa6a ssh/test: reset the random source before capturing a recording
> 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms
> 3f311e4 acme: return error from pre-authorization when unsupported
> 1f7c62c ssh/test: skip unsupported tests on js/wasm
> a5f8048 acme/autocert: use standard functions to pick the cache directory
> 958cde8 Revert "chacha20: add loong64 SIMD implementation"
> 51f005c Revert "salsa20: add loong64 SIMD implementation"
> 7c35866 Revert "argon2: add loong64 SIMD implementation"
> 0091fc8 Revert "blake2s: add loong64 SIMD implementation"
> 388684e argon2: add loong64 SIMD implementation
> 953e809 chacha20: add loong64 SIMD implementation
> 18f7707 salsa20: add loong64 SIMD implementation
> 2ebaafc blake2s: add loong64 SIMD implementation
> 4bc0711 acme: use built-in max/min to simplify the code
> c96bba2 ssh: add mlkem768x25519-sha256 Key Exchange algorithm
> 6b13eef ssh: add integration tests against a reference implementation
bumping golang.org/x/tools 456962e...64b63a6:
> 64b63a6 go.mod: update golang.org/x dependencies
> 7701413 internal/mcp: move jsonschema out of mcp/internal
> 125cd11 jsonschema: pre-compile regexps
> 2f18550 jsonschema: better errors unmarshaling ints
> 635622b jsonschema: using hashing for uniqueItems
> 0f6a53f mcp: remove ServerConnection
> ca54d59 jsonschema: represent integer keywords as ints
> c75f7e8 jsonschema: validate object keywords
> efd15d8 internal/mcp: clean up handling of content
> 80e0fd8 internal/mcp: support prompts
> ab01700 internal/mcp: add tool and schema options
> 37278be internal/mcp: add more package documentation, examples
> 7906227 internal/mcp: add a command transport for connecting to a sidecar
> 1587f35 gopls/internal/server/completion: get correct surrounding for second lhs
> f11e7de internal/stdlib: add arg types for functions
> 0d2acf1 jsonschema: validate array keywords
> fd1a208 jsonschema: validate logic keywords
> 984d58c go/analysis/unitchecker: update TestVetStdlib's skip for "devel" move
> 953b452 go/packages: skip TestRmdirAfterGoList_Runner
> 9e366f5 jsonschema: validate numbers and strings
> 68cf9be gopls/internal/golang/completion: tostring, tobytes postfix snippets
> 6a96d1d cmd/auth: carve out module for deprecated command `auth`
> 7261efd internal/mcp: export the Transport interface; add a Server example
> e4c83cc internal/mcp: dynamically determine the mcp server based on URL
> 26f40ac internal/mcp: clean up SSE server shutdown.
> ffe579a go/packages: remove unexported fields from packages.Config
> 37f9bd1 jsonschema: validate some keywords
> bf81a8d internal/mcp/internal/jsonschema: schema definition
> 4ec26d6 gopls/internal/server: add modify tags code action docs
> d3f8716 gopls/internal/golang/completion: offer return with whitespace
> de18b0b gopls: run modernize -fix in gopls
> 2f3d4ad go/packages: add variant of TestRmdirAfterGoList without gocommand
> cd9151d gopls/internal/cache: fix bug in toGobDiagnostic(Related)
> d3a3775 internal/mcp: implement cancellation
> 2863098 internal/mcp: implement ping, and test request interleaving
> caf7cdc internal/mcp: implement HTTP SSE transport
> 68e94bd x/tools: use 2-arg form of //go:linkname
> f11abcb internal/analysisinternal: permit Fix.End slightly beyond EOF
> 46e932f internal/analysisinternal: add std import at the start of the import group
> d346382 gopls/internal/server: add modify_tags command handler
> 0c2f68a gopls/internal/golang/completion: show typeparam for preceding funcs in chain
> f01b9f6 gopls/internal/server: support links and hovers for replace directive
> cd18362 go/packages: add test that go list closes file handles
> 04af9bf go/analysis/passes/hostport: publish
> 357c3da internal/mcp: add batching support
> cc6bc88 internal/mcp: an MCP SDK prototype
> e9d2a36 gopls/internal/golang: pkgdoc: don't discard NewT for unexported t
> d905d0b gopls/internal/golang: add test for (unfixed) issue 65098
> e27768f internal/refactor/inline: freeishNames initial scope
> 264b0a5 gopls/internal/golang/completion: modernize
> 7c6d4c6 internal/refactor/inline: handle generic functions
> 6da8d2e gopls/internal/golang: Rename imports: be defensive
> 015c0fc gopls/internal/test/integration/web: move misc/webserver_test.go
> d97a910 gopls/internal/golang: CodeAction: don't fail because of 1 producer
> d0ead43 gopls/internal/settings: enable most staticcheck analyzers
> bacd4ba go/analysis/passes/gofix: add an example to doc
>
|
||
---|---|---|
.. | ||
crypto | ||
mod | ||
net | ||
oauth2 | ||
sync | ||
sys | ||
term | ||
text | ||
time | ||
tools |