April2017 - LiquidAnalytics/ld-api-examples GitHub Wiki
Major Changes and New Features Summary
No Major Changes
Change Log
- Last Transaction Field was previously being incorrectly set to Device Information Version.
- REST Service calls can now be configured to retry incase of connection timeout.
- Device Transaction Poll has been updated to evenly divide its connection timeout allotment between all Transactions to ensure that they are all processed without causing a Connection Timeout on the Device.
- After a Transaction has been completed in order to account for the potential race condition of an item being updated immediately after, the Item processing time is now compared to the Transaction processing time to determine if the Item latest revision reflects any updates due to the Transaction.
Risks and Known Issues
No known risks or issues.
Maintenance Window
This server deployment does not require a maintenance window.
Special Deployment Notes
No Special Deployment Notes
Release Schedule
Date | Environment |
---|---|
4/5/2017 | ProdB |
4/6/2017 | Prod |
ProdB Validation
Testers assigned to each customer use the current production client app to verify there are no new issues introduced in ProdB:
- In settings change the server URL to
https://ldcloud-b.liquidanalytics.com
- Perform exploratory testing
- Report only new issues found, distinguishing between what may be caused by the server from what is a client-side issue
- Sync
- Transactions
- Registrations
- Authentication
- On-demand functions
- Queries
Prod Validation
Testers assigned to each customer use the current production client app to verify there are no new issues introduced in Prod:
- In settings make sure the server URL is
https://ldcloud.liquidanalytics.com
- Perform exploratory testing
- Report only new issues found, distinguishing between what may be caused by the server from what is a client-side issue
- Sync
- Transactions
- Registrations
- Authentication
- On-demand functions
- Queries