April2017 - LiquidAnalytics/ld-api-examples GitHub Wiki

Major Changes and New Features Summary

No Major Changes

Change Log

  1. Last Transaction Field was previously being incorrectly set to Device Information Version.
  2. REST Service calls can now be configured to retry incase of connection timeout.
  3. 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.
  4. 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:

  1. In settings change the server URL to https://ldcloud-b.liquidanalytics.com
  2. Perform exploratory testing
  3. 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:

  1. In settings make sure the server URL is https://ldcloud.liquidanalytics.com
  2. Perform exploratory testing
  3. 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