Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 14:44
· 380 commits to main since this release
b40ef98

This is a small maintenance release. Its headline fix makes large TORCH extractions survive slow storage: the NDJSON download client no longer aborts on a hard 30s deadline but instead bounds itself on stall time, so multi-gigabyte bodies that stream slowly are read to completion. The rest is the usual dependency refresh (AWS SDK for Go v2, PostgreSQL 18.4, CodeQL action).

What's Changed

Bug Fixes

  • Stall-bounded TORCH download client for large extractions — The NDJSON download previously used a hard-coded 30s HTTP client timeout that applied to the entire request, so large extractions that streamed slowly were aborted mid-body. The client now bounds on stall (no-progress) time rather than total duration, letting multi-gigabyte downloads complete. (closes #530) #531

Dependency Updates

  • AWS SDK for Go v2 #529
  • PostgreSQL 18.4 digest #527
  • GitHub Actions — github/codeql-action #528

Full Changelog