Archivev0.32.1

Release of “no mix” constraint

October 6, 2023

The release of Nextmv Platform v0.32.1 introduces the no mix constraint to the nextroute routing engine. This constraint prevents stops with conflicting properties from being on the vehicle at the same time.

Additionally, we changed the behavior of initial stops on a vehicle. Initial sequences that are infeasible are now allowed for increased flexibility.

Upgrading

Nextmv CLI v0.32.1 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.32.1
Copy

Nextmv SDK v0.32.1 upgrade guide

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

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

Page last updated

Go to on-page nav menu