Breaking changes:
- HTTPError exceptions are mapped to MalwarecageError hierarchy
- Removed deprecated
MalwarecageFile.download_content
, usedownload()
method instead
New features:
- Command-line interface (extra package
mwdblib[cli]
) - mwdblib is reporting its version via User-Agent
Malwarecage.query()
should properly handle other hashes than SHA-256- Various bugfixes and improvements