➔ Rill Adds Local Linting and Cleaner Go Docs
Rill, a Go toolkit for composable concurrency, had a quiet but useful week: the maintainers added a local lint hook and then cleaned up public comments. This is not a feature release, but it matters if you contribute to Rill because CI style now has a local path, and the exported docs for Batch and MapReduce read a bit cleaner.
➔ go-transaction-manager 2.0.4 Fixes pgx Rollback Concurrency
go-transaction-manager is a Go transaction boundary library for database drivers, and this week its useful change is narrow but important. The maintainers changed pgx v4 and pgx v5 rollback behavior so context cancellation no longer starts a background rollback that can touch pgx.Tx while a query is still running.
➔ cloud-nuke v0.52.0 - Parallel Scanning and Deletion
The cloud-nuke project released version v0.52.0 on June 13, 2026, delivering a significant performance improvement for engineers cleaning up large AWS environments. This update introduces parallel resource scanning and deletion, allowing operators to clear out stale infrastructure much faster than before.