Skip to content

Commit

Permalink
Prepare release APS-1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iTerminate committed Jul 7, 2022
1 parent bac3545 commit 70d0109
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions public/release.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
APS 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 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.
Expand Down
2 changes: 1 addition & 1 deletion tools/openapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import find_packages

setup(name='Traveler-API',
version='1.5.5',
version='1.6.0',
packages=find_packages(),
py_modules=["traveler_api_factory"],
install_requires=['python-dateutil',
Expand Down

0 comments on commit 70d0109

Please sign in to comment.