dlt is a Python data loading toolkit, and this activity batch is worth reading if your pipelines use replace loads, dataset relations, or managed secret storage. The headline change is practical: empty replace resources now clear destination tables through package state instead of relying on fake zero row load jobs.
n8n [email protected] was published on June 22, 2026 as a focused stable release for the workflow automation project. The most important user visible change is in core billing: error workflow executions are excluded from billable execution counts, while the rest of the release tightens dependency security.
elastic/go-elasticsearch v9.4.2 was published on June 22, 2026. This Go client release focuses on one esutil bug fix: BulkIndexer now omits an empty routing query param when no routing value is set. The original entry is on the GitHub release page.
Elastic released go-elasticsearch v9.3.5 on June 22, 2026. This is a focused patch for esutil.BulkIndexer: it stops sending an empty routing query param when no routing value is set. If you are checking what changed in go-elasticsearch v9.3.5, this release is about bulk indexing request correctness, not a broad client update.
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.