pub(super) async fn list_deployment_history(
client: &Client,
limit: Option<usize>,
) -> Result<Vec<DeploymentHistoryEntry>, ConnectionError>Expand description
List deployment history in chronological order (promoted deployments only).
Returns a vector of deployment history entries ordered by promotion time.