The changes here responds to new /update_check, /report_status/deploy, /report_status/download services, all with new set of parameters(modified the queries to camelCase to snake_case).
Still the existing /updateCheck, /reportStatus/deploy, /reportStatus/download services are supported as well.
CodePush definition update for the new Service source: https://github.com/microsoft/code-push/pull/645/files
The changes here responds to new
/update_check
,/report_status/deploy
,/report_status/download
services, all with new set of parameters(modified the queries to camelCase to snake_case).Still the existing
/updateCheck
,/reportStatus/deploy
,/reportStatus/download
services are supported as well.