Malwarecage changed its name to mwdb-core. To unify the naming:
Malwarecage
class is now calledMWDB
and all classes preceded byMalwarecage
are now preceded byMWDB
(e.g.MalwarecageObject
isMWDBObject
now)- The only exception is
MalwarecageAPI
that is calledAPIClient
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