Skip to content

Releases: VirusTotal/vt-go

v1.0.1

02 Apr 14:42
dbd4c34
Compare
Choose a tag to compare

What's Changed

  • fix(client): Support responses without gzip encoding by @mgmacias95 in #36

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0: First official release

03 Nov 10:36
8431ff2
Compare
Choose a tag to compare

What's Changed

  • Fix readme example by @lukaszraczylo in #4
  • Feature: Add VT Monitor file uploads by @fcosantos in #6
  • Fix example in README.md by @mikewiacek in #7
  • Use a default cursor of 1 hour ago, not 30 minutes by @mikewiacek in #8
  • check for error when calling DownloadFile by @mikewiacek in #10
  • Adding a more flexible Get attribute function by @jinfantes in #14
  • added ability to create client with options, added http client option by @ayzatziko in #15
  • Adding support for string slices by @jinfantes in #16
  • With this change the object.Get method returns json.Number instances … by @plusvic in #18
  • Do not cache JSON content in Object, reuse the JSONQ object instead. by @plusvic in #19
  • Default Content-Type header to application/json on POST and PATCH requests by @joseotoro in #20
  • Add support for creating collections by @joseotoro in #21
  • feat(Client): Allow sending data in DELETE requests by @joseotoro in #22
  • Do not break compatibility with Client's Delete by @joseotoro in #23
  • client: Client level headers by @danipv in #27
  • Add client interface and mock by @Zohiartze in #30
  • feat(Filescan): Allow passing scan parameters by @joseotoro in #31

New Contributors

Full Changelog: https://github.com/VirusTotal/vt-go/commits/v1.0.0