On-Premise releases
1.31.0
Release date: 2024-11-07
New
Service/API |
Description |
---|---|
Maps API (MapGL JS API) |
See the full list of changes since version 1.51.0 till version 1.53.0. |
Maps API (Floors API) |
Enabled configuring custom certificates. See the customCAs settings group in the updated configuration file. |
Navigation API (Navi-Back) |
Enabled setting the following values:
|
1.30.0
Release date: 2024-10-24
New
Service/API |
Description |
---|---|
API Keys service |
|
Tiles API | Added the region parameter to specify the region of the installation artifacts storage. See the dgctlStorage settings blocks in the updated configuration file. |
Traffic API Proxy | Enabled:
|
Pro API |
|
CityLens | Added the web.pgPoolSize parameter for configuring pool connection size. See the values.yaml example on GitHub. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
Pro API | Updated the configuration file structure:
|
Bug fixes and enhancements
Service/API |
Description |
---|---|
Pro API | Added automatic creating of an empty layer group for new users if automatic registration is enabled. |
CityLens |
|
1.29.0
Release date: 2024-10-02
New
Service/API |
Description |
---|---|
License service | Added the region parameter to specify the region of the installation artifacts storage and the region of the License service states storage. See the dgctlStorage and the persistence settings blocks in the updated configuration file. |
Navigation API | Enabled configuring custom certificates for Navi-Castle, Navi-Back, Distance Matrix Async API, and Restrictions API. See the customCAs settings block in the updated configuration file (example for Navi-Castle). |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
MapGL JS API | Renamed the following parameters:
|
Pro API | Updated the configuration file structure:
|
Bug fixes and enhancements
Service/API |
Description |
---|---|
License service |
|
CityLens | Improved the frame uploading mechanism for the mobile app. |
1.28.2
Release date: 2024-09-18
New
Service/API |
Description |
---|---|
Maps API (MapGL JS API) |
See the full list of changes since version 1.50.1 till version 1.51.0. |
1.28.0
Release date: 2024-09-11
New
Service/API |
Description |
---|---|
Platform Manager | Enabled uploading map styles created using the Style editor (Styles API must be installed). For a detailed instruction on uploading styles, see Installing maps API.
|
Maps API | Added the Styles API service that enables convenient loading of customized map styles to the On-Premise environment. See the updated description of Maps API architecture and Styles API installation instruction. |
Navigation API (Navi-Back) |
|
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
Navigation API (Distance Matrix Async API) |
The s3.publicNetloc value now must contain a scheme: http:// or https:// . See the values.yaml example on GitHub. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Navigation API (Navi-Back) |
|
Navigation API (Distance Matrix Async API) |
Fixed issues with connecting to Apache Kafka using mTLS. |
1.27.0
Release date: 2024-08-30
New
Service/API |
Description |
---|---|
Maps API (MapGL JS API) |
|
Catalog APIs | Enabled configuring the number of Search API connections. See the search.minConnections , search.maxConnections , and search.maxOpenRequests parameters in the values.yaml example on GitHub. |
Search API | Enabled configuring custom certificates. See the customCAs settings group in the updated configuration file. |
Pro API |
|
Pro UI |
|
Platform Manager | Upgraded the minimum version of Node.js to 20.0.0. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
Catalog APIs | Updated integration with the license service:
|
Pro UI | Updated the configuration file structure: moved parameters related to deploy settings to separate groups from the ui settings group. See the full list of moved parameters on GitHub and the updated configuration file. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Platform Manager |
|
1.26.0
Release date: 2024-07-25
New
Service/API |
Description |
---|---|
All services | Added the revisionHistoryLimit parameter to configuration files for all services. See all files on GitHub. |
Navigation API | Enabled support for the free navigation mode without routes (free roam). To use this navigation type, add a corresponding rule to the rules.yaml file and install a separate Navi-Back entity. See installation instructions for navigation services. |
Pro UI | Changed configuration file parameters:
|
MapGL JS API | See the full list of changes since version 1.47.1 till version 1.49.0. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
CityLens |
|
1.25.0
Release date: 2024-06-27
New
Service/API |
Description |
---|---|
Pro API | Enabled using an existing Kubernetes service account: see the api.serviceAccountOverride parameter in the full values.yaml example on GitHub. |
1.24.0
Release date: 2024-06-19
New
Service/API |
Description |
---|---|
Mobile SDK | Added architecture description and installation instructions for mobile SDK. |
MapGL JS API |
|
Floors API | Removed the import.enabled parameter for managing import tasks. See the full values.yaml example on GitHub. |
Pro UI |
|
CityLens | Enabled configuring custom certificates. See the the customCAs settings group in the updated configuration file. |
Administration | Enabled changing the login of a manager (administrator who added a partner to the system) when editing the partner data. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
Pro API | Added integration with the License service:
|
CityLens | Replaced the pro.url parameter with a combination of pro.baseUrl and pro.framesAssetId parameters to set a Pro API URL and a dataset for uploading frames respectively. See the updated configuration file. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
License service | Added the automountServiceAccountToken: true to the pod specification to set obligatory mounting of a directory with a Kubernetes certificate. |
Pro API | Fixed category naming in the firms and demand aggregations. |
Pro UI | Fixed tooltip display issues in the visualization settings. |
CityLens |
|
Administration | Fixed issues when popups could display unchanged data on the key page after the data was edited. |
1.23.0
Release date: 2024-05-28
New
Service/API |
Description |
---|---|
Pro UI |
|
Tiles API | Enabled managing the tries of creating import tasks: see the importer.retryInterval and importer.retryCount parameters in the full values.yaml example on GitHub. |
License service | Added instructions on advanced steps for getting a license for corner cases when the default way of getting a license is not available. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Pro UI |
|
1.22.0
Release date: 2024-05-06
New
Service/API |
Description |
---|---|
Pro API |
|
Search API | Enabled TLS support for connecting Catalog APIs to PostgreSQL: see the api.postgres.tls and importer.postgres.tls parameter groups in the full values.yaml example on GitHub. |
Navigation API | Updated the process of fetching installation artifacts for navigation services: now the --services=navi flag is used for fetching any navigation data (including road closures). Removed the --services=navi-restrictions value. See Updating navigation API services. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
Pro API | Added the kafka.eventsTopic.name and kafka.eventsTopic.readerGroupId parameters for configuring the event management topic. See the updated configuration file. |
CityLens | Removed the kafka.predictors parameter. Now predition topics are set using the kafka.topics.predictions parameter. See the updated configuration file. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Pro UI |
|
Pro API |
|
API Keys service |
|
1.21.0
Release date: 2024-04-02
New
Service/API |
Description |
---|---|
API Keys service |
|
Search API | Updated the configuration file for installing the Catalog APIs:
|
Navigation API | Updated several parameters for installing Restrictions API:
|
CityLens | Updated the description of kafka.topic parameters: see the updated configuration file. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
CityLens | Renamed the worker.reporterProTracks.replicas parameter to worker.reporterProTracks.enabled . See the values.yaml example on GitHub. |
1.20.2
Release date: 2024-03-20
New
Service/API |
Description |
---|---|
API Keys service | Enabled sending audit logs to Apache Kafka when a user is authenticated in the admin interface or a key is created in the admin interface. To use audit logs, enable the feature using featureFlags.enableAudit and configure message sending using kafka.audit (see the service Helm chart on GitHub). |
1.20.0
Release date: 2024-03-18
New
Service/API |
Description |
---|---|
Pro API | Translated descriptions of system datasets into Arabic. |
Pro UI |
|
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
CityLens |
|
Navigation API | Renamed several parameters for installing Navi-Router:
|
Bug fixes and enhancements
Service/API |
Description |
---|---|
Pro API | Fixed issues with reading streaming datasets. |
1.19.0
Release date: 2024-02-27
New
Service/API |
Description |
---|---|
Pro API | |
Pro UI | |
MapGL JS API | See the full list of changes since version 1.42.0 till version 1.45.1. |
Platform Manager | Added documentation for the Platform Manager service: see the architecture description and installation instructions. |
CityLens | Added documentation for the CityLens service: see the architecture description and installation instructions. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Pro API | |
Pro UI |
1.18.0
Release date: 2024-01-24
New
Service/API |
Description |
---|---|
License service | /status API.tpm.securityContext parameter (see the updated configuration file). |
Pro UI | APP_LOCALE environment variable. For example, if you set the variable to ar-AE , the application interface will be displayed in Arabic from the start. |
Pro API |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Pro UI | |
Pro API |
1.17.0
Release date: 2023-12-29
New
Service/API |
Description |
---|---|
License service | persistence settings in the configuration file).customCAs settings in the configuration file. |
Tiles API | customCAs settings in the configuration file.customCAs settings instead of the cassandra.ssl.caCrt parameter. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
License service | Backward compatibility of the License service versions is affected. If you upgrade from On-Premise versions 1.9.1 or lower, you need to upgrade On-Premise to the 1.16.0 version first (to get the latest version of the License service) and then upgrade to the 1.17.0 version. |
Navigation API | naviback.ecaHost parameter for defining the domain name of the Traffic API Proxy service. New parameter name is naviback.ecaUrl (see the updated Navi Back configuration file).naviback.castleHost parameter for specifying the domain name of the Navi-Castle service. New parameter naviback.castleUrl specifies the service URL (see the updated Navi Back configuration file). |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Tiles API | |
Navigation API | Fixed issues with launching Navi Castle in cases when importing data takes too much time. |
1.16.0
Release date: 2023-12-12
New
Service/API |
Description |
---|---|
Pro UI | Added translation of UI texts into Arabic language. |
Pro API | __delete_all_objects .dgctlStorage.secure: bool parameter to the configuration file to enable working with an S3 compatible storage via HTTPS. |
MapGL JS API | See the full list of changes since version 1.40.0 till version 1.42.0. |
Catalog API | Enabled connecting to PostgreSQL via SSL. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
Catalog API | Backward compatibility of Catalog API data versions is affected. Upgrade the service to the version 1.16.0 to use the latest data. Changes are also described in GitHub. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Pro API |
1.15.0
Release date: 2023-12-01
New
Service/API |
Description |
---|---|
Navigation API | dgctlStorage settings for working with an S3 compatible storage of installation artifacts and new init settings of data import during service start. See the updated configuration file.--services parameter of DGCLI. See the command-line arguments reference. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
Navigation API | Updated the names of router.keyManagementService.apis.* service tokens listed in the Navi-Router configuration. See the updated configuration file. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Navigation API |
1.14.0
Release date: 2023-11-15
New
Service/API |
Description |
---|---|
Tiles API | Added support for Mapbox API: /mapbox/{tileset}/{z}/{x}/{y}.mvt |
Pro UI | |
Pro API | PUT /asset/filters method.asset_group_id parameter to specify the group to store the created dataset in. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
API Keys service | Added mandatory dgctlStorage settings for working with the Installation Artifacts Storage. See the updated configuration file. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Pro UI | Fixed issues related to editing a layer with filtered data. |
Pro API |
1.13.0
Release date: 2023-10-25
New
Service/API |
Description |
---|---|
Navigation API | Enabled Routing API features. |
Tiles API | Added a new /wmts/WMTSCapabilities.xml endpoint to support WMTS data. |
MapGL JS API | See the full list of changes since version 1.39.0 till version 1.40.0. |
Pro UI | ID attribute type from the attribute definition form of the uploaded asset. |
Pro API |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
License service | Backward compatibility of the License service versions is affected. If you upgrade from On-Premise versions 1.9.1 or lower, you need to update the License service before updating other services. |
1.12.0
Release date: 2023-10-13
New
Service/API |
Description |
---|---|
Navigation API (Distance Matrix Async API) | dm.tls parameter block in the Helm configuration file.dm.schema parameter in the Helm configuration file. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Navigation API | Now all Python code in the Docker images for Distance Matrix Async API is shipped as binaries. |
1.11.0
Release date: 2023-09-22
New
Service/API |
Description |
---|---|
Tiles API | Enabled setting authorization parameters for working with Cassandra via environment variables. |
Floors API | Added new parameters for working with an S3 compatible storage. See the installation instructions. |
Search API | Added new parameters for working with an S3 compatible storage. See the installation instructions. |
1.10.0
Release date: 2023-09-06
New
Service/API |
Description |
---|---|
License service | Added a new secure: bool parameter to the configuration file to enable working with an S3 compatible storage via HTTPS. |
Tiles API | subtype: immersive parameters in the configuration file.secure: bool parameter to the configuration file to enable working with an S3 compatible storage via HTTPS. |
MapGL JS API | See the full list of changes since version 1.38.1 till version 1.39.0. |
1.9.1
Release date: 2023-08-23
New
Service/API |
Description |
---|---|
Floors API | Introduced support for Floors API that allows you display 3D floor plans on the map. |
License service | Implemented a new process of obtaining a license. |
MapGL JS API | See the full list of changes since version 1.36.1 till version 1.38.1. |
Search API | Improved the search experience, in particular: |
Administration | Updated instructions on managing user accounts with Keycloak. |
Breaking changes and backward compatibility
Service/API |
Description |
---|---|
License service | Added new license.type and persistence parameters to the service configuration file. |
Bug fixes and enhancements
Service/API |
Description |
---|---|
Tiles API | Fixed connection issues between the Tiles API server and Cassandra. Previously, after the Cassandra cluster was restarted and all IP addresses were changed, the Tiles API could not reconnect to Cassandra. |
1.5.0
Release date: 2022-12-06
New
Service/API |
Description |
---|---|
MapGL JS API | See the full list of changes since version 1.30.0 till version 1.32.1. |
Places API / Geocoder API / Suggest API | |
Navigation APIs | |
API Keys service | Golang updated to v1.19.1. |
1.1.0
Release date: 2022-07-04
New
Service/API |
Description |
---|---|
GIS Platform | portal.max_body_size setting to the Helm chart, allowing you to control the maximum size of a file that can be uploaded via Portal web UI.-k argument to the configure.sh configuration script, allowing you to skip the connection security verification when connecting via HTTPS. |
0.1.9
Release date: 2022-04-05
First release of On-Premise includes the following services:
Service/API |
Description |
---|---|
Maps | A set of services that allow displaying 2GIS maps in web applications and websites. |
Search | A set of services that allow searching and retrieving information on various objects such as organizations, buildings, public places, etc. |
Navigation | A set of services that allow building routes and getting information about travel time and distance between points on the map. |
GIS Platform | A web-based solution for working with geospatial layers and performing geo-analytical tasks. |