2 Resolved Issues

This chapter contains a list of the issues resolved in this release.

JIRA # Description
HOPCS-85183 For non-streaming requests, if data retrieval from the DB takes more than 1 minute, the system terminates the request and returns an error message.
HOPCS-85040 The Alert Suppression screen works as expected and includes server-side validation.
HOPCS-85033 Property deprovisioning completes successfully.
HOPCS-84600

You can see the team member name in change history fields instead of the internal user ID. This makes it easier to review and audit who performs key actions on reservations and folios.

The following change history fields now return the team member name:

financialTransactionDetailsExtended data set:
changesLogCheckIn
changesLogCheckOut
changesLogCloseFolio
changesLogReopenFolio
changesLogUpdateReservation

bookingReservationExtended data set:
changesLogCheckIn
changesLogCheckOut
changesLogCloseFolio
changesLogReopenFolio
changesLogUpdateReservation

Where you will see it:
In reports, data exports, and integrations that query these data sets, including queries made through GraphQL (a query interface for data access).

Benefits:
Faster auditing:
You can immediately identify who performed the action.
Improved readability:
Names are easier to recognize than internal IDs.
No breaking changes:
Field names remain the same; only the displayed value changes from ID to name.

What you need to do
No action is required. Your existing queries continue to work and return the team member name instead of the ID.
If you filter or map on the previous ID values in downstream tools, review and update those mappings to use the name as needed.

HOPCS-83920 Password validation runs as you type and validates the password without requiring form submission.