BACKEND
Go v0.0.0
RESUMEN
The Go Blog Flight Recorder in Go 1.25 In 2024 we introduced the world to more powerful Go execution traces. In that blog post we gave a sneak peek into some of the new functionality we could unlock with our new execution tracer, including flight recording. We’re happy to announce that flight record
Descripción Detallada
The Go Blog Flight Recorder in Go 1.25 Carlos Amedee and Michael Knyszek 26 September 2025 In 2024 we introduced the world to more powerful Go execution traces. In that blog post we gave a sneak peek into some of the new functionality we could unlock with our new execution tracer, including flight recording. We’re happy to announce that flight recording is now available in Go 1.25, and it’s a powerful new tool in the Go diagnostics toolbox. Execution traces First, a quick recap on Go execution traces. The Go runtime can be made to write a log recording many of the events that happen during the execution of a Go application. That log is called a runtime execution trace. Go execution traces contain a plethora of information about how goroutines interact with each other and the underlying system. This makes them very handy for debugging latency issues, since they tell you both when your goroutines are executing, and crucially, when they are not. The runtime/trace package provides an API for collecting an execution trace over a given time window by call
Se lanza la encuesta para desarrolladores de Go 2025.
- Anuncio de la encuesta anual para desarrolladores de Go 2025.
- La encuesta estará abierta hasta el 30 de septiembre.
- Los resultados se compartirán en noviembre, incluyendo el conjunto de datos completo.
A quién le importa
Todos los que usan Go y quieren compartir su opinión.
Generado por IA · puede contener errores
Releases Relacionados
BACKEND
Deno v2.8.3
### 2.8.3 / 2026.06.11 - feat(cli): suggest DENO_TLS_CA_STORE on untrusted TLS certificate (#34756) - feat(cli): support --env-file in dependency and registry subcommands (#34843) - feat(compile): support watch mode (#34860) - feat(config): support globs in links (#34849) - feat(ext/crypto):
BACKEND
Deno v2.8.2
### 2.8.2 / 2026.06.03 - feat(compile): improve --bundle dependency resolution and add --minify (#34536) - feat(compile): scope --bundle npm embed to packages actually reached (#34532) - feat(ext/crypto): add ChaCha20-Poly1305, SHAKE, cSHAKE, TurboSHAKE, SHA-3 HMAC (#34417) - feat(ext/cr