Skip to content

Commit 2946c88

Browse files
docs: update changelog with breaking changes description (#4691)
* docs: update changelog * docs: add note for user which revoked permissions * docs: update changelog
1 parent f4cdc6c commit 2946c88

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [unreleased]
44

5+
**This is a breaking change release** TeslaMate uses PostgreSQL as database, this is an external dependency and needs to be updated by yourself. We now require PostgreSQL 16.7 or 17.3 or higher as we are upgrading the bundled earthdistance extension to v1.2. TeslaMate will now fail to start if you are using an older version. Ensure to upgrade your database before upgrading Teslamate. To upgrade PostgreSQL, you need to follow these instructions:
6+
7+
- [Backup your data](https://docs.teslamate.org/docs/maintenance/backup_restore#backup)
8+
- [Upgrade PostgreSQL to postgres:17](https://docs.teslamate.org/docs/maintenance/upgrading_postgres) (Yes, you will have to erase your data, which is why you need your backup in the first place.)
9+
- [Upgrade TeslaMate to this version](https://docs.teslamate.org/docs/upgrading)
10+
- [Backup your data after the upgrade](https://docs.teslamate.org/docs/maintenance/backup_restore#backup)
11+
12+
**Note for user which revoked permissions:** If the SUPERUSER privilege has been revoked after the initial (manual) installation, it must be temporarily granted for pending earthdistance migrations to succeed. The privilege can then be safely revoked.
13+
14+
As always, there are also many improvements. The webview now shows the TPMS values in the low pressure tooltip. We use the latest Grafana 11.6.1 and have improved the battery health dashboard and aligned the range calculation through the dashboards. Additionally time zone handling has been improved and the date formats are now based on the browser locale.
15+
16+
Enjoy it.
17+
518
### Breaking Changes
619

720
- feat: check Postgres version on startup, require 16.7 / 17.3, update earthdistance extension (#4648 - @swiffer)
@@ -56,6 +69,7 @@
5669

5770
- chore(issue-template): add PostgreSQL version input and checkbox for latest version check in bug report template (#4643 - @JakobLichterfeld)
5871
- docs: allow to add energy added to the Home Assistant's Energy tab to measure how much energy each session uses (#4659 - @alexsapran)
72+
- docs: update changelog with breaking changes description (#4691 - @JakobLichterfeld)
5973

6074
## [1.33.0] - 2025-03-28
6175

0 commit comments

Comments
 (0)