CLI Changelog

3.0.0 (2026-05-21)

Features

  • Internal network requests use the new API gateway. This is not a true breaking change, but 3.0.0 will be the minimum version required in the future when the previous paths are deprecated.

Bug Fixes

  • pd4castr publish now runs the same model output validation as pd4castr test, catching empty output, an invalid forecast_datetime, or a missing output variable before publishing.

2.3.0 (2026-05-08)

Features

  • Add support for the new annual time horizon.

2.2.0 (2026-05-05)

Features

  • pd4castr test validates the model’s output, now failing and providing feedback when forecast_datetime is an invalid format or if an output variable is missing.

2.1.0 (2026-04-29)

Features

  • login command now caches authentication when using --client-credentials, resulting in less network calls

2.0.0 (2026-04-21)

Features

  • Add a new top-level description field to .pd4castrrc.json; the value is displayed in the model information UI.