improved
2021-01-07: PyGreyNoise v0.7.0 Release
almost 4 years ago by Brad Chiappetta
Python SDK - PyGreyNoise - Version Release - v0.7.0
API client:
- Add "include_invalid" option to QUICK lookup to return invalid IPs as part of the JSON response
- Added support for new /riot endpoint
- Updated logic in quick to better handle non-list format input ('ip_1,ip_2')instead of ['ip_1','ip_2']
- Added ability to configure CACHE TTL and CACHE MAX SIZE instead of only using hardcoded defaults
CLI:
- Added support for new riot command
- Updated json_formatter for query commands to return data only as New Line Delimited JSON
Dependencies:
- Updated sphinx to 3.4.0
- Updated structlog to 20.2.0 for python 3.6 and 3.7