github medizininformatik-initiative/aether v0.13.0

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

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

Don't miss a new aether release

NewReleases is sending notifications on new releases.