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 >>

Terragrunt This Week: Dependency Cleanup, CAS Expansion, and Panic Fixes

   |   4 minute read

Terragrunt landed 29 commits this past week. The bulk of the work falls into two buckets: a systematic purge of third party Go dependencies in favor of the standard library, and a significant expansion of the content addressable storage (CAS) layer to support non git sources. Several panic fixes also shipped that affect real user workflows.

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