Archivev1.1.0

Adding observer interfaces to nextroute and bug fixes

January 10, 2024

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 a SolutionUnPlanObserver. Use the functions AddSolutionObserver and AddSolutionUnPlanObserver on the model to add your observer implementations to track solutions.

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:

nextmv update
Copy

Alternatively, you can specify the version.

nextmv update v1.1.0
Copy

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:

go get github.com/nextmv-io/sdk@v1.1.0
go mod tidy
Copy

Page last updated

Go to on-page nav menu