The release of Nextmv Platform v1.1.0
adds interfaces to add observers to the nextroute model and fixes a couple of small bugs.
- nextroute changes
- A nextroute model has new interfaces to add a
SolutionObserver
and aSolutionUnPlanObserver
. Use the functionsAddSolutionObserver
andAddSolutionUnPlanObserver
on the model to add your observer implementations to track solutions.
- A nextroute model has new interfaces to add a
Upgrading
Nextmv CLI v1.1.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:
Alternatively, you can specify the version.
Nextmv SDK v1.1.0
upgrade guide
To update and tidy your Go project and reference SDK v1.1.0
, stand at the location of the go.mod
and run: