API Platform releases
To install API Platform services version 2.44.0 or later, install the DGCLI utility version 3 and follow the update instructions.
2.48.0
Release date: 2025-12-26
Dependencies
Before updating any service included in API Platform version 2.48.0, make sure that the required dependency components of the correct versions are installed:
Component | Minimum required version |
|---|---|
| DGCLI Utility | 3 |
| Core services | 2.2.0 |
For more details, see the Administrator guide → Update section.
New
Service | Changes |
|---|---|
| Statistics Collection Service | Added the historical statistics service Stat API, which allows you to display request distribution information on the Statistics tab in the Platform Manager. See the values.yaml example on GitHub and the configuration file. |
| Maps API (Tiles API) | Enabled using an existing Kubernetes secret with the TLS certificate for connecting to Apache Cassandra. See the cassandra.tls.existingSecret parameters block in the values.yaml example on GitHub. |
| Navigation API (Distance Matrix Async API) | Updated configuration file structure:
|
| Navigation API (Navi-Attractor) | Enabled setting the maximum number of requests in the queue: see the attractor.queueSize parameter. See the values.yaml example on GitHub. |
| Navigation API (Navi-Back) |
|
| Navigation API (Navi-Front) | Enabled specifying a path to a custom nginx configuration file: see the nginx.customConfigPath parameter. See the values.yaml example on GitHub. |
Breaking changes and backward compatibility
Service | Changes |
|---|---|
| Navigation API (Distance Matrix Async API) |
|
| Navigation API (Navi-Back) | Updated the configuration file structure:
|
| Navigation API (VRP Task Manager) | Renamed the bss parameters block to stat. See the values.yaml example on GitHub. |
2.47.1
Release date: 2025-12-11
Dependencies
Before updating any service included in API Platform version 2.47.1, make sure that the required dependency components of the correct versions are installed:
Component | Minimum required version |
|---|---|
| DGCLI Utility | 3 |
| Core services | 2.1.0 |
For more details, see the Administrator guide → Update section.
Bug fixes and enhancements
Service | Changes |
|---|---|
| Navigation API (Distance Matrix Async API) | Fixed an issue where completed tasks were not deleted from the database according to the timer. |
2.47.0
Release date: 2025-11-27
Dependencies
Before updating any service included in API Platform version 2.47.0, make sure that the required dependency components of the correct versions are installed:
Component | Minimum required version |
|---|---|
| DGCLI Utility | 3 |
| Core services | 2.1.0 |
For more details, see the Administrator guide → Update section.
New
Service | Changes |
|---|---|
| Maps API (Styles API) | Updated service version to support the latest versions of MapGL and Zenith. |
| Maps API (MapGL JS API) | See the full list of changes from version 1.66.0 to 1.67.0. |
| Maps API (Tiles API) |
|
| Traffic API Proxy | Updated the configuration file structure:
|
| Platform Manager |
|
Breaking changes and backward compatibility
Service | Changes |
|---|---|
| Maps API (Tiles API) | Renamed the cassandra.ssl parameter to cassandra.tls. See the values.yaml example on GitHub and the updated configuration file. |
| Search API (Catalog APIs) |
|
| Traffic API Proxy | Renamed the proxy.apiKey parameter to proxy.licenseKey. See the values.yaml example on GitHub and the updated configuration files. |
| Statistics Collection service | Updated the configuration file structure:
|
| Platform Manager | To ensure proper operation of the service, update the API Keys service to version 1.140.0. |
2.46.0
Release date: 2025-11-17
Dependencies
Before updating any service included in API Platform version 2.46.0, make sure that the required dependency components of the correct versions are installed:
Component | Minimum required version |
|---|---|
| DGCLI Utility | 3 |
| Core services | 2.0.0 |
For more details, see the Administrator guide → Update section.
New
Service | Changes |
|---|---|
| Navigation API (Navi-Back) |
|
| Navigation API (Navi-Attractor) |
|
| Navigation API (Navi-Splitter) |
|
| Navigation API (Distance Matrix Async API) | Renamed the parameter s3.publicNetloc to s3.publicUrl. The previous parameter name is still supported but will trigger a warning. See the values.yaml example on GitHub. |
Bug fixes and enhancements
Service | Changes |
|---|---|
| Navigation API (Navi-Back, Navi-Attractor) | Updated the path to Apache Kafka certificates. |
| Navigation API (Distance Matrix Async API) | Optimized task preparation for large matrices. |
2.45.0
Release date: 2025-10-30
Dependencies
Before updating any service included in API Platform version 2.45.0, make sure that the required dependency components of the correct versions are installed:
Component | Minimum required version |
|---|---|
| DGCLI Utility | 3 |
| Core services | 2.0.0 |
For more details, see the Administrator guide → Update section.
New
Service | Changes |
|---|---|
| Maps API (Tiles API) |
|
| Maps API (MapGL JS API) | See the full list of changes from version 1.65.0 to version 1.66.0. |
| Navigation API | Enabled building routes on public transport using the mobile SDK. To start working with public transport routes, reinstall the navigation services with the updated rules file and then use the /ctx/3.0 endpoint. |
| Navigation API (Navi-Attractor) | Enabled redefining the mount point of configuration files: see the attractor.configFilepath parameter in the values.yaml example on GitHub. |
| Navigation API (Navi-Back) | Enabled redefining the mount point of configuration files: see the naviback.configFilepath and envoy.configFilepath parameters in the values.yaml example on GitHub. |
| Navigation API (Navi-Router) | Enabled redefining the name of the file with city information provided by the Navi-Castle service: see the router.citiesFilename parameter in the values.yaml example on GitHub. |
| Navigation API (Navi-Front) | Enabled configuring the liveness and readiness probes for containers: see the livenessProbe and readinessProbe parameter groups and the customLivenessProbe and customReadinessProbe parameters in the values.yaml example on GitHub. |
| Navigation API (Distance Matrix Async API) |
|
2.44.0
Release date: 2025-09-30
Dependencies
Before updating any service included in API Platform version 2.44.0, make sure that the required dependency components of the correct versions are installed:
Component | Minimum required version |
|---|---|
| DGCLI Utility | 3 |
| Core services | 2.0.0 |
For more details, see the Administrator guide → Update section.
New
Service | Changes |
|---|---|
| MapGL JS API | See the full list of changes from version 1.63.0 to version 1.65.0. |
| Catalog APIs | Added the items.trade_license field with information about the organization trade license to the response body for the 3.0/markers endpoint. |
| Statistics Collection service | Added a new service for collecting API usage statistics and tracking API key limits. See the description of architecture and installation of the service. |