Skip to content

1.0.0

Compare
Choose a tag to compare
@dbrennand dbrennand released this 10 Apr 09:51
· 19 commits to master since this release

1.0.0

Breaking Changes

  • The Virustotal class now defaults to version 3 of the VirusTotal API.

  • Dropped support for COMPATIBILITY_ENABLED parameter on the Virustotal class.

Docs

  • Updated README content including instructions for running tests and improved general readability.

  • Use Google docstring format.

  • Improved type hints.

  • Refactored examples to favour version 3 of the VirusTotal API.

  • Added CHANGELOG.md

Tests

  • Added new unit tests with 95% coverage.

Misc Changes

  • API_VERSION can now accept an int to specify VirusTotal API version to use.

  • Add GitHub actions workflows for automated testing and publishing.

Full Changelog: 0.2.0...1.0.0