Release Notes: vehk-axle v2.0.0, ML engine & Marketplace 2.0.0
· 2 min read
vehk-axle v2.0.0 is now available on PyPI and npm, alongside Azure Marketplace / Axle Engine artifacts tagged 2.0.0. Together they add GPS tracking, device and location APIs, and scoped API keys on the External API—while the Device Configurator remains where you register devices before sending track points.
Official SDKs (vehk-axle v2.0.0)
New capabilities
- GPS tracking —
POST /api/external/trackand/api/external/track/batch(up to 100 points). - Devices & maps — list devices; latest location per device and fleet-wide locations for real-time maps.
- Scopes — keys can enforce
telemetry:write,tracking:write,devices:read,predict,vehicles:read, and related scopes (see SDK and API docs).
Breaking / operational notes
- Granular scopes on new keys; legacy keys with
sandbox:*remain full-access for backward compatibility. - Rate limits enforced per key (defaults: 60 req/min, 5000 req/day—tune per key and plan).
Client surfaces
- Python:
client.tracking.*,client.devices.*; modelsTrackingData,DeviceLocation; User-Agentvehk-python-sdk/2.0.0. - JavaScript / TypeScript:
client.tracking.*,client.devices.*;TrackingData,DeviceLocation; User-Agentvehk-js-sdk/2.0.0. - Health:
GET /api/external/healthreports version 2.0.0 and available scopes.
Install:
pip install vehk-axle
npm install vehk-axle
Documentation: SDK overview · Python · JavaScript · Device Configurator.
For full lists of changes, see sdk/CHANGELOG.md in Vehk-Axle (section v2.0.0).
ML engine & Azure Marketplace (2.0.0)
- Container image tag
vehk-ml-engine:2.0.0(ARM template / deployment bundles aligned with this release). - Helm
appVersionset to 2.0.0. - Partner Center listing refreshed: GPS tracking, expanded model coverage, algorithms, and pointers to the official SDKs.
Technical entry point: Axle Engine getting started.