Archive

Nextmv Platform public release

Nextmv platform v0.23.0 released

This release includes:

Nextmv Cloud Experimentation

  • Apps can now report custom metrics, such as the number of unassigned stops. The experiment engine will automatically aggregate these metrics and make them available in the experiment dashboard in the Nextmv console.
  • We further added new statistical summaries and visualizations for batch experiments.
  • You can now start experiments from the Nextmv console in addition to the CLI.

Nextmv SDK v0.23.0

  • We’ve released major improvements to our routing engine currently in beta. If you are interested in trying it out, please contact us.

Nextmv CLI v0.23.0

  • Existing templates were upgraded to SDK v0.23.0.
  • A new command app-input lets you download input of a run.

Upgrade to v0.23.0

Upgrading CLI is easy, simply type nextmv update in your terminal.

Nextmv SDK v0.23.0 upgrade guide

To update and tidy your Go project and reference SDK v0.23.0, stand at the location of the go.mod and run:

go get github.com/nextmv-io/sdk@v0.23.0
go mod tidy
Copy

Page last updated

Go to on-page nav menu