12 December 2023 (v2.104)
ReachFive v2.104
introduces some new additions to the user event model including a new user event type.
You can now check the status of a user’s IP with our Management API’s new endpoint.
On top of this, you can now value updated_at
in a request payload.
We also made some other improvements.
And as always, we fixed a few issues for you.
User event fields
We have added some new fields to the User Event model which are emitted after a job is executed, giving you important details about the job.
-
job_name
: The name of the job that was run. -
job_execution_id
: The ID for the execution of the job. -
job_type
: The type of job such asimport
orexport
.
For more details, see User Events.
User event types
For users attempting to log in with an unverified identifier, a new user event type is emitted:
-
login_unverified_identifier
For more details, see Block unverified login attempts.
Check IP status
In this release, we’re introducing a new endpoint for the Management API that allows you to check an IP’s status. This means that you’re able to see:
-
If an IP is currently blocked.
-
If an IP has been blocked before.
-
When the blockage expires for the IP.
For more details, see the Get IP status endpoint.
Valuing updated_at
in request payload
Now, when you pass updated_at
as part of the request payload for user profiles (Managed and Lite), the profile is set with the value passed via the API.
Other improvements
-
We have made some UX improvements for MFA for console users.
-
We have ensured that the ReachFive
name
field is valued from the equivalentname
field for Kakao Connect. -
We have added the
origin
field to certain iOS methods.For more, see our iOS SDK documentation.
Fixes
Item | Fixed |
---|---|
In very limited cases, some session cookies weren’t properly invalidated at logout. |
✓ |
Activating ReachFive Console users via email registration resulted in a loop in some instances. |
✓ |
There was a minor issue with the showSocialAccounts function where |
✓ |