Skip to content

3.0.0

Compare
Choose a tag to compare
@psrok1 psrok1 released this 24 Sep 15:25
· 105 commits to master since this release

Breaking changes:

  • HTTPError exceptions are mapped to MalwarecageError hierarchy
  • Removed deprecated MalwarecageFile.download_content, use download() 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