Archivev0.29.0

Backend support for legacy fleet schema in Nextmv Marketplace

September 7, 2023

The release of Nextmv Platform v0.30.0 includes backend support for the legacy v0/run fleet schema using the new nextroute engine with the Nextmv marketplace as well as bugfixes and performance improvements.

Platform Release Details

Nextmv SDK v0.29.0

  • Performance improvements and bugfixes in the nextroute routing engine.

Upgrading

Nextmv CLI v0.29.0 upgrade guide

This upgrade guide assumes you’ve previously installed and configured the Nextmv CLI.

Open up your terminal and run the following command:

nextmv update
Copy

Alternatively, you can specify the version.

nextmv update v0.29.0
Copy

Nextmv SDK v0.29.0 upgrade guide

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

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

Page last updated

Go to on-page nav menu