Releases: VirusTotal/vt-py
Releases · VirusTotal/vt-py
v0.8.0
- Add
proxy
parameter to Client
objects (#81)
v0.7.6
- Expose meta in iterators.
v0.7.5
- Add Jupyter notebook examples.
v0.7.4
- Improve feed iterator implementation to match the iterator protocol (#75)
v0.7.3
- Raise
TypeError
if the argument passed to scan_file
is not a file object (#70).
v0.7.2
- Improve iterator implementation to match the iterator protocol (#68)
v0.7.1
- Add error handling to 'download_file' (#64)
v0.7.0
- Add a timeout parameter to the
Client
object (#54)
- Fix truncated responses under high load error (#56)
- General code improvements (#59, #60)
v0.6.3
- Fix bug that returned None value between batches when iterating over a collection (#50)