Version 1.12.0

This commit is contained in:
Girish Ramakrishnan
2024-07-29 09:51:07 +02:00
parent fe4d7e7bb3
commit f59f9b73da
2 changed files with 14 additions and 2 deletions

View File

@@ -117,3 +117,15 @@
[1.11.1] [1.11.1]
* Fix bug where OIDC configuration was cleared in non-sso mode * Fix bug where OIDC configuration was cleared in non-sso mode
[1.12.0]
* Update traccar to 6.3
* [Full changelog](https://www.traccar.org/blog/traccar-6-3/)
* Health check on the volume of stored messages
* Fix push notifications for read-only users
* Use official Google Map tiles with an API key
* Add Google traffic overlay
* New reverse geocoding options
* Faster device removal without removing history
* Avoid duplicated tasks with horizontal scaling
* Add a users column to the device list
* Clear attribute on null computation result

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md", "changelog": "file://CHANGELOG.md",
"tagline": "Modern GPS Tracking Platform", "tagline": "Modern GPS Tracking Platform",
"version": "1.11.1", "version": "1.12.0",
"upstreamVersion": "6.2", "upstreamVersion": "6.3",
"minBoxVersion": "7.1.0", "minBoxVersion": "7.1.0",
"memoryLimit": 1073741824, "memoryLimit": 1073741824,
"healthCheckPath": "/", "healthCheckPath": "/",