Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 19:56
· 378 commits to main since this release
6f47dc8

This is a small correctness release. The send step previously stamped FHIR Binary.contentType with the non-standard text/zip for CSV and Parquet outputs, even though every file is zipped identically for transfer. All Binaries now carry the IANA-registered application/zip, so strict downstream FHIR consumers no longer risk rejecting or mishandling the archive.

What's Changed

Bug Fixes

  • Use application/zip for CSV/Parquet Binary.contentTypedetectContentType returned the non-standard text/zip for .csv and .parquet files while .ndjson got application/zip, despite all files being zipped identically via zipSingleFile. The contentType describes the archive, not the pre-zip payload, so every Binary now reports the IANA-registered application/zip. (closes #532) #533

Full Changelog