Implemented enhancements
- Added Linux and Windows binary release builds (amd64)
Implemented enhancements
- Added more configurable options in command line client.
- Make TIE web service communication more robust by dynamically retrying failing requests.
Bugs fixed
- IOCQuery would sometimes return incorrect data due to returning references to temporary storage. Fixed by adjusting the code (bde99df)
Implemented enhancements
- Added JSON input channel delivering IOCs from JSON code parsed from an
io.Reader
- Simplified option parsing.
- Addition of new query parameters to the
iocs
andfeeds
subcommands. - JSON results are now aggregated in one IOC array across API pages.
- New
WriteIOCs()
andWritePeriodFeeds()
APIfunctions accepting anio.Reader
as output. - Rewording of error messages.
Bugs fixed
- Link header parsing would faild due to bug in previously used library regarding commas in URLs. Fixed by switching to different implementation.
Changes
- IOCResult struct field
Error
is no longer a pointer to an error value.
- Initial open source release