- Adds support for the hourly query limit on the Account API endpoint
- Fixes an issue with handling of proxies
- Adding support for Iris Detect API endpoints
- Update underlying HTTP client
- Addition of helper functions for common tasks
- Documentation and example code updates
- Update README with Iris trademarks
- Fix an invalid response type error for available_api_calls on CLI
- Add better error messaging for users when proxy info is not set correctly
- Fix typo on limit_exceeded when outputting formats other than JSON when using non-async results
- Python 3.5.2 installation fix
- Python 3.7.0 Python version check for async fixed
- Python 3.7 support as well as general Async fixes and improvements (Thanks @jnwatson)
- Enabled rate-limiting support for Iris API endpoints
- Added support for Iris Investigate and Enrich
- HTTP Authentication fixes
- Initial proxy support
- Separated out IncompleteResponseException; enabling partial results to still be read
- Fixed unknown exception handling
- Ensure connections are cleaned up
- Added support for
riskandrisk_evidenceAPI calls
- Updated defaults for domain_search call
- Fixed typo in registrar information assignment
- Added support for Iris endpoint
- Made Results a subclass of both MutableMapping and MutableSequence for more natural interaction
- Wait to make account information call for rate limiting till a call is made against another API endpoint
- Initial Release