v0.2.5
Fixed
- Gzip decompression for mmCIF/PDB files:
.cif.gz,.pdb.gz,.mmcif.gz,.ent.gzfiles are now transparently decompressed. Previously only.json.gzwas supported (#319)
Changed
- Switch from Zig native flate to C zlib: gzip decompression now uses C zlib instead of Zig 0.15's
std.compress.flate, which panics on certain valid gzip files (e.g. PDB entry 2OXD). See ziglang/zig#25035. Will revert when the upstream bug is fixed (#320) - Decompression bomb protection: 4 GB max decompressed size limit
Full Changelog: v0.2.4...v0.2.5