released December 18, 2023
Bug Fixes
- Fixed ProcessOfflineRegistrations so that it no longer fails due to adding the component ID to _currentTransactions before calling RegisterComponent. Now, only the Register, Remove, and Modify methods update _currentTransactions.
- Fixed a bug preventing default values from populating correctly when set to =lastvalue in Inbound.
- Query results for the list of shipments or components on a shipment now correctly use the StringFormat setting. The API was updated to send the client the formatted value.
- Fixed an issue where some wheelsets were registered twice by ARI. Previously, ProcessOfflineRegistrations and RegisterComponent could both register the same component; now double registrations are prevented when the component is already in _currentTransactions.