Common Location ID in PW Admin “Location Mapping” tab
On the locations mapping tab in PW Admin, we have surfaced the common locations ID.
Ruby/Rails in Workers repo
Upgraded the Ruby / Rails versions in our Workers repo, enhancing security, performance, and maintainability. This update included a full refresh of our dependencies and Docker images.
Write test suite utilizing PARCS test harness endpoints for existing EP flow [HUB]
Added a comprehensive automated test suite within the HUB application to validate the existing Express Pay (EP) functionality. The tests leverage the new PARCS test harness endpoints (POST PARCS/v1/test/parkings and PUT PARCS/v1/test/parkings/:id) to simulate the full lifecycle of a standard Express Pay session, including verification that session data is handled correctly throughout the flow.
Email changes on SSO-enabled Parkwhiz accounts
Non-admins are no longer permitted to edit the email address associated with an SSO-enabled account. When an administrator does change an email, the system now registers the new address with our user pool and initiates a password/MFA reset to ensure the user’s access is properly re-established. Admins will be alerted to this user impact when making the change.
Universal redirect links added to Parkonect Garage Logs
Garage Logs now include direct links to ParkWhiz bookings via the universal redirect page, making it easier for operators to quickly navigate to booking details in ParkWhiz Admin without impacting page performance.
Add searchable partner selector to new/edit ACIC page
The Access Control Integration Configuration (ACIC) page in ParkWhiz Admin now includes a searchable partner dropdown, allowing ops to associate a specific partner with each integration configuration — supporting the new real-time network updates architecture. This is only relevant for lpr_flash ACIC currently, but can be used for future features.
Dev log in (Backoffice Portal)
This release fixes a development environment bug that prevented logins due to an “Unknown proxy warning” from the Identity server.
Prioritize LPR config for LPR validations, DTC config for DTC validations
Validation requests at Flash PARCS locations now use the correct access control configuration based on ticket type. Previously, the system could select the wrong credentials (e.g., DTC instead of LPR) when applying validations, causing unreliable behavior at locations supporting both Express Pay and DTC. Validations now correctly match to the corresponding LPR or DTC integration config.