Rill Adds Local Linting and Cleaner Go Docs

   |   4 minute read

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.

Read More >>

go-transaction-manager 2.0.4 Fixes pgx Rollback Concurrency

   |   5 minute read

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.

Read More >>

cloud-nuke v0.52.0 - Parallel Scanning and Deletion

   |   3 minute read

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.

Read More >>
Page 1 of 1
denis256 at denis256.dev