22 December 2022 (v2.84)
ReachFive v2.84 brings improvements to job execution logs, delivers a new event type for when users are locked out, and improves our error messages for more specific messaging. And of course, we fixed a couple of issues.
Job execution logs
We are introducing a new endpoint that allows you to export job logs with the Management API.
It has two query parameters:
-
include_all_logwhich lets you decide if you want all the logs or just errors. -
formatwhich specifies if you want the export file format inJSONorCSV.Defaults to
CSVif left unspecified.
For more, see the /api/v3/jobs/{job_id}/logs/export endpoint.
|
User lockouts
We have added a new user event type called profile_lockout that is triggered each time a user profile is locked. In addition to this new event type, we have ensured the counter for blocked accounts is reset to 0 after the appropriate amount of time, which makes sure the user is allowed to make the configured amount of attempts as expected.
| For more on user account lockouts, see User lockouts. |
Other improvements
We have improved the error messages for object storage transfer errors.
Instead of a general messages, you’ll get more detailed responses like:
-
Invalid SFTP credentials -
The SFTP server closed the connection -
The SFTP server is unreachable
| For more details on error messages, see SDK and API errors. |