October2016 - LiquidAnalytics/ld-api-examples GitHub Wiki
#Major Changes and New Features Summary
This release focuses on the ability to replicate data between Liquid Platform multicommunity environments. This is an experimental feature only offered to selected communities.
#Change Log
- More flexible configuration object replication config; finer control over what gets replicated between on-premise and cloud environments.
- Upgraded liquid-commons to resolve some of the SQS processing issues.
- Added API to facilitate recon between replication regions.
- Old query API respects userId passed into it.
- Entitlement queries can have a path override to explicitly specify which path they are overriding.
- Authorization info rest API must pass client_id along.
- Using MC to replicate items to cloud now reflects the actual progress.
- Setting max results on search requires for replication from main UI.
- Mission Control startup speed improvements.
- Publishing replication lag to CloudWatch.
- Added a convenient dialog to replicate all items.
- Use upsert API for merge instead of calling merge directly.
- Can now specify custom create index statements on the schema.
- Utility column should be created before others.
- Replicating package deployment data.
- Replicating package version data now.
- Temporary log message to see where the batch job is being repeated.
- Added a log message to see what it is trying to do .
- Support for replication of transactions.
- Support for replication of schemas, relationships and other configuration.
#Risks and Known Issues
No known risks or issues.
#Maintenance Window
This server deployment does not require a maintenance window.
#Special Deployment Notes
This release requires that the WebSocket relay is updated as well.
#Release Schedule
Date | Environment |
---|---|
10/5/2016 | ProdB |
10/6/2016 | 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