github medizininformatik-initiative/aether v0.12.0

latest releases: v1.3.0, v1.2.0, v1.1.0...
one month ago

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

Don't miss a new aether release

NewReleases is sending notifications on new releases.