Skip to content

v3.3.0

Compare
Choose a tag to compare
@psrok1 psrok1 released this 30 Sep 16:50
· 59 commits to master since this release
e52747c

Malwarecage changed its name to mwdb-core. To unify the naming:

  • Malwarecage class is now called MWDB and all classes preceded by Malwarecage are now preceded by MWDB (e.g. MalwarecageObject is MWDBObject now)
  • The only exception is MalwarecageAPI that is called APIClient now

In 3.x series all old identifiers are left as aliases for the new names. These aliases should be considered obsolete and can be removed in next major version.

New features:

  • Added support for 'in-blob' keys in util.config_dhash
  • Moved to new object upload and search API - untyped search() is not limited to 10000 records and behaves like typed variants e.g. search_files())
  • Added count methods to count objects matching query

Bugfixes:

  • Fixed CLI broken table rendering with beautifultable 1.0.0