Releases: AdvancedPhotonSource/traveler
Releases · AdvancedPhotonSource/traveler
APS Patch Release 1.6.5
- Resolve issue where traveler will not functional unless it has sections defined.
APS Patch Release 1.6.4
- Add API to download files from eTraveler system.
APS Patch Release 1.6.3
- Increase upload size on traveler to 50MB.
- Update API to show version of form.
- Resolve size limitation of etraveler form.
APS Patch Release 1.6.2
- Resolve issue with not being able to upload multiple files onto discrepancy logs.
APS Patch Release 1.6.1
- Resolve issue with date validation that end in 0.
APS Release 1.6.0
Form work in progress auto save
- Form will automatically save after user makes changes to the draft form.
- Notify user of session loss or connection loss to server.
- Keep read only tab to allow user to review last unsaved change.
- Provide a link that will automatically open in new tab and prompt user to log in and reload form.
- Allow user to go back to the form at any time and the unsaved changes will automatically load next time they navigate to the form.
- Provide a switcher to saved form and unsaved form when form is loaded from unsaved changes.
API Enhancements
- Users can now generate an api key from their profile given the API permission.
- Users can now authenticate into the API using the new API Key and perform most read operations.
- A new API permission grants user ability to generate key and to use the key to authenticate
- The API keys have a default expiration of 30 days but can be changed in the API configuration file.
- Ability to verify user permission from web and API side
- Ability to enter data into traveler via API
- System API account can write data as any user.
- First API call where users can write using the new API Key authentication.
- Ability to upload data into traveler upload field via API.
- New system API only call with ability to update traveler status.
- Admins can grant the API permission for each user.
MQTT
- Data changed message is now sent with User defined key if available.
- When lost connection to mqtt reconnect try is every minute.
- Resolve issue with file upload not publishing mqtt event.
APS Patch Release 1.5.5
- Ability to specify a custom/specific file type for file upload input at the form design stage (Allowing additional formats such as zip).
- Retain the original file name when downloading an uploaded file from the server.
APS Patch Release 1.5.4
APS Patch Release 1.5.3
- Allow toggle hide of navigation side panel in traveler to reveal covered parts of traveler such as discrepancy log.
APS Patch Release 1.5.2
- Update the process manager from forever to pm2.