- All Incydr functionality is deprecated. Use the Incydr SDK instead: https://developer.code42.com/
1.27.3
Removed
- Ended support for python 3.8, which is end-of-life.
Added
- A setting to add a prefix to the user-agent.
1.27.2
Fixed
- An issue where the page size of file event queries was higher than intended. - An issue where streaming file by hash did not use the hash.
1.27.1
Changed
- Increased HTTP client timeout from 1 minute to 3 minutes.
1.27.0
Removed
- Removed the `detectionlists` client, which included `high_risk_employee` and `departing_employee` clients. - APIs had been deprecated and were replaced by the `Watchlists` client. APIs are no longer available regardless of Py42 version.
1.26.2
Changed
- Updated required versions of `requests>=2.25.0` and `urllib3>=1.26.6,<2`