v1.15.0
版本发布时间: 2022-07-15 18:52:16
tobiasehlert/teslamateapi最新发布版本:v1.16.5(2023-10-13 05:34:09)
Information
🔓 Encryption of API tokens was added in 1.27.0 of TeslaMate.
You therefore need to adjust your TeslaMateApi deployment with the new added environment variables ENCRYPTION_KEY
.
The ENCRYPTION_KEY
needs to have the same value as the key in the environment variables of your TeslaMate.
Added
- TeslaMate encryption of API tokens (#141 by @LelandSindt, @tobiasehlert)
- support execute commands for China region cars (#184 by @richard1122)
- support for tire pressure metrics from MQTT (#186 by @tobiasehlert)
- support for new commands (#187 by @tobiasehlert)
Changed
- removing v in container image tag (#188 by @tobiasehlert)
- bump golang from 1.18.1 to 1.18.3 (#177, #181 by @dependabot)
- bump github.com/eclipse/paho.mqtt.golang from 1.3.5 to 1.4.1 (#182 by @dependabot)
- bump github.com/gin-contrib/gzip from 0.0.5 to 0.0.6 (#189 by @dependabot)
- bump github.com/gin-gonic/gin from 1.7.7 to 1.8.1 (#179, #183 by @dependabot)
- bump github.com/lib/pq from 1.10.5 to 1.10.6 (#178 by @dependabot)
- some go mod and workflow build updates (#180 by @dependabot)
Full Changelog: https://github.com/tobiasehlert/teslamateapi/compare/v1.14.0...v1.15.0