Archive

Release of new measures and the PagerDuty template

New measures (Google, HERE, OSRM, Routingkit) and the PagerDuty template with the Nextmv platform (CLI v0.12.5, SDK v0.20.3) released

This release introduces extended measures to the Nextmv SDK. These measures are used to measure distances and durations using the following sources:

  • google: Google Distance Matrix API and polylines from Google Maps Distance API.
  • here: HERE Matrix Routing API.
  • osrm: An OSRM server.
  • routingkit: offline Open Street Maps files (no server required).

A new template, called pager-duty was also introduced.

Nextmv CLI v0.12.5

Existing templates were upgraded to SDK v0.20.3. A new template was introduced: pager-duty. You can read a tutorial on this new template here.

Nextmv CLI v0.12.5 upgrade guide

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

Open up a terminal and run the following command:

nextmv update
Copy

Alternatively, you can specify the version.

nextmv update v0.12.5
Copy

Nextmv SDK v0.20.3

New measures were introduced to SDK, as their own Go modules. To use them in your Go project, stand at the root of the module and get the corresponding measure:

go get github.com/nextmv-io/sdk/route/google@v0.20.3
Copy

Nextmv SDK v0.20.3 upgrade guide

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

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

Page last updated

Go to on-page nav menu