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:
Alternatively, you can specify the version.
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:
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: