Skip to main content

CityLens releases

To install CityLens version 2.0.0 or later, install the DGCLI utility version 3 and follow the update instructions.

2.2.0

Release date: 2025-12-05

Dependencies

Before updating CityLens to version 2.2.0, make sure that the required dependency components of the correct versions are installed:

Component
Minimum required version
DGCLI utility3
Core services2.1.0
API Platform2.47.0
Urbi Pro2.1.0

For more details, see the Updating CityLens section.

New

Service
Changes
CityLens API and CityLens Routes APIEnabled building routes using points on the map in the Task Planner.

Breaking changes and backward compatibility

Service
Changes
CityLens API and CityLens Routes APIAdded the following required parameters for accessing the Task Planner and internal services:
  • routes.adminCredentials.password
  • routes.adminCredentials.username
  • routes.endpointInternalApiKey.dataScience
  • routes.endpointInternalApiKey.companies
See the values.yaml example on GitHub and the updated configuration file.

2.1.0

Release date: 2025-10-16

Dependencies

Before updating CityLens to version 2.1.0, make sure that the required dependency components of the correct versions are installed:

Component
Minimum required version
DGCLI utility3
Core services2.0.0
API Platform2.44.0
Urbi Pro2.1.0

For more details, see the Updating CityLens section.

New

Service
Changes
CityLens API and CityLens Routes API
  • Enabled logging SQL queries: see parameters routes.api.logging.extendedSqlLogging, routes.worker.logging.extendedSqlLogging, and routes.realtimeDataApi.logging.extendedSqlLogging.
  • Enabled viewing route information and the last activity point of a driver on the map in the Task Planner.
See the values.yaml example on GitHub.
CityLens Routes UIAdded an environment variable env.METRICS_API_URL to specify the metrics service address: see the values.yaml example on GitHub.

Breaking changes and backward compatibility

Service
Changes
CityLens API and CityLens Routes API
  • Renamed the routes.api.logging.extended parameter for logging REST requests to routes.api.logging.extendedRestLogging.
  • Moved all settings for connecting to databases to a separate routes.postgres group:
    • Moved the routes.postgres parameter group to routes.postgres.api.
    • Moved the routes.hangfire.postgres parameter group to routes.postgres.hangfire.
    • Moved the routes.realtimeDataApi.postgres parameter group to routes.postgres.realtimeDataApi.
    • Combined the routes.postgres.maxPoolSize and routes.postgres.pooling parameters for configuring the PostgreSQL connection pool into the routes.postgres.api.poolSize group.
See the values.yaml example on GitHub and the updated configuration file.
CityLens Routes UIAdded a mandatory environment variable env.MAPGL_DEFAULT_CENTER to set the default map center: see the values.yaml example on GitHub and the updated configuration file.

2.0.0

Release date: 2025-09-30

Dependencies

Before updating CityLens to version 2.0.0, make sure that the required dependency components of the correct versions are installed:

Component
Minimum required version
DGCLI utility3
Core services2.0.0
API Platform2.44.0
Urbi Pro2.0.0

For more details, see the Updating CityLens section.