v0.4.0
This release fixes flattening for non-Patient compartment FHIR resources, updates TORCH to alpha 16, enforces consistent import ordering, and improves documentation.
What's Changed
Bug Fixes
- Flattening: skip patient column for non-Patient compartment resources — Only add
subject.referencewhen the FHIR resource belongs to the Patient compartment, preventing incorrect columns in CSV output #189
Improvements
- Enforce gci import ordering via golangci-lint — Consistent import grouping (stdlib → external → internal) enforced automatically by
golangci-lint fmt#176 - Update TORCH to 1.0.0-alpha.16 #183
Documentation
- Document TORCH URL import feature #155
- Document how to install a specific version of aether #180
- Fix docs version dropdown always showing v0.1.0 #159
CI & Housekeeping
- Add Renovate tracking for Docker images and pin TORCH digest #185
- Update golangci-lint to v2.10.1
- Lock file maintenance and dependency updates