v1.0.0: First official release
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
- @lukaszraczylo made their first contribution in #4
- @fcosantos made their first contribution in #6
- @mikewiacek made their first contribution in #7
- @jinfantes made their first contribution in #14
- @ayzatziko made their first contribution in #15
- @plusvic made their first contribution in #18
- @joseotoro made their first contribution in #20
- @danipv made their first contribution in #27
- @Zohiartze made their first contribution in #30
Full Changelog: https://github.com/VirusTotal/vt-go/commits/v1.0.0