go/doc/next/6-stdlib/99-minor
Damien Neil bd2b117c2c crypto/tls: add QUICErrorEvent
Add a new QUICEvent type for reporting errors.
This provides a way to report errors that don't occur as a result of
QUICConn.Start, QUICConn.HandleData, or QUICConn.SendSessionTicket.

Fixes #75108

Change-Id: I941371a21f26b940e75287a66d7e0211fc0baab1
Reviewed-on: https://go-review.googlesource.com/c/go/+/719040
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
2025-11-20 15:39:14 -08:00
..
bytes bytes: add Buffer.Peek 2025-11-03 09:39:00 -08:00
crypto crypto/tls: add QUICErrorEvent 2025-11-20 15:39:14 -08:00
database/sql/driver database/sql: allow drivers to override Scan behavior 2025-08-11 14:27:36 -07:00
debug/elf debug/elf: sync new loong64 relocation types up to LoongArch ELF psABI v20250521 2025-11-17 17:00:42 -08:00
errors errors: add AsType 2025-09-30 10:22:08 -07:00
go go/ast: fix BasicLit.End position for raw strings containing \r 2025-11-17 10:52:48 -08:00
image/jpeg doc/next: document new image/jpeg DCT in release notes 2025-09-25 08:49:17 -07:00
log/slog log/slog: add multiple handlers support for logger 2025-09-04 11:07:44 -07:00
net net/url: disallow raw IPv6 addresses in host 2025-11-12 10:02:50 -08:00
os os/signal: make NotifyContext cancel the context with a cause 2025-11-20 13:01:32 -08:00
testing cmd/go, testing: add TB.ArtifactDir and -artifacts flag 2025-10-07 14:39:32 -07:00
0-heading.md doc/next: initialize 2025-07-23 11:41:17 -07:00
README doc/next: initialize 2025-07-23 11:41:17 -07:00

API changes and other small changes to the standard library go here.