Releases: tobiasehlert/teslamateapi
Releases · tobiasehlert/teslamateapi
v1.24.2
Changed
- deps(ci): bump docker/build-push-action from 6.18.0 to 6.19.2 (#450 by @dependabot)
- deps(ci): bump github/codeql-action from 4.32.2 to 4.32.4 (#452, #455 by @dependabot)
- deps(docker): bump golang from 1.25.6 to 1.26.0 (#447, #451 by @dependabot)
- deps(go): bump github.com/lib/pq from 1.11.1 to 1.11.2 (#449 by @dependabot)
Fixed
- fix: support at-sign in password on mqtt (#454 by @tobiasehlert)
Full Changelog: v1.24.1...v1.24.2
v1.24.1
Changed
- deps(ci): bump github/codeql-action from 4.32.0 to 4.32.2 (#445 by @dependabot)
Fixed
New Contributors
Full Changelog: v1.24.0...v1.24.1
v1.24.0
Added
- feat: new endpoint for current charge (#343 by @LukStankovic)
Changed
- ci: add build concurrency (#442 by @tobiasehlert)
- deps(ci): bump actions/attest-build-provenance from 3.0.0 to 3.2.0 (#423, #435 by @dependabot)
- deps(ci): bump actions/checkout from 5.0.0 to 6.0.2 (#407, #430 by @dependabot)
- deps(ci): bump actions/download-artifact from 6.0.0 to 7.0.0 (#416 by @dependabot)
- deps(ci): bump actions/setup-go from 6.0.0 to 6.2.0 (#401, #427 by @dependabot)
- deps(ci): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#424 by @dependabot)
- deps(ci): bump docker/login-action from 3.6.0 to 3.7.0 (#437 by @dependabot)
- deps(ci): bump docker/metadata-action from 5.8.0 to 5.10.0 (#393, #405 by @dependabot)
- deps(ci): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#422 by @dependabot)
- deps(ci): bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#394 by @dependabot)
- deps(ci): bump github/codeql-action from 4.31.0 to 4.32.0 (#390, #391, #411, #425, #436 by @dependabot)
- deps(docker): bump alpine from 3.22.2 to 3.23.3 (#419, #441 by @dependabot)
- deps(docker): bump golang from 1.25.3 to 1.25.6 (#408, #433 by @dependabot)
- deps(go): bump github.com/lib/pq from 1.10.9 to 1.11.1 (#439 by @dependabot)
- deps(go): bump github.com/quic-go/quic-go from 0.55.0 to 0.57.0 (#421 by @dependabot)
- deps(go): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#400 by @dependabot)
Fixed
- fix: filter out updates with NULL end_date or version (#413 by @LukStankovic)
- fix: handle NULL model field in cars endpoint (#431 by @LukStankovic)
- fix: prefix table names for start_date and end_date in charge queries (#432 by @LukStankovic)
Full Changelog: v1.23.0...v1.24.0
v1.23.0
Added
- feat: add api-version header into responses (#385 by @LukStankovic)
- feat: add battery health endpoint for cars (#355 by @LukStankovic)
- feat: add distance filtering for drives (#383 by @LukStankovic)
Changed
- chore: bump go mods and refactor a little (#368 by @tobiasehlert)
- chore: rewrite logic of convertStringTo-functions (#367 by @tobiasehlert)
- deps(ci): bump actions/download-artifact from 5.0.0 to 6.0.0 (#387 by @dependabot)
- deps(ci): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#389 by @dependabot)
- deps(ci): bump docker/login-action from 3.5.0 to 3.6.0 (#370 by @dependabot)
- deps(ci): bump github/codeql-action from 3.30.3 to 4.31.0 (#369, #371, #376, #382, #388 by @dependabot)
- deps(ci): bump peter-evans/dockerhub-description from 4.0.2 to 5.0.0 (#372 by @dependabot)
- deps(ci): bump sigstore/cosign-installer from 3.10.0 to 4.0.0 (#380 by @dependabot)
- deps(docker): bump alpine from 3.22.1 to 3.22.2 (#378 by @dependabot)
- deps(docker): bump golang from 1.25.1 to 1.25.3 (#377, #381 by @dependabot)
- deps(go): bump github.com/gin-contrib/gzip from 1.2.3 to 1.2.5 (#379, #386 by @dependabot)
- deps(go): bump github.com/gin-gonic/gin from 1.10.1 to 1.11.0 (#365 by @dependabot)
- deps(go): bump github.com/quic-go/quic-go from 0.54.0 to 0.54.1 (#375 by @dependabot)
Fixed
- fix: incorrect 0 values from charge_energy_used charges queries (#366 by @LukStankovic)
Full Changelog: v1.22.0...v1.23.0
v1.22.0
Added
- add energy consumption to drives and drive details (#349 by @LukStankovic)
Changed
- use multiple runners for build (#362 by @tobiasehlert)
- bump github.com/eclipse/paho.mqtt.golang from 1.5.0 to 1.5.1 (#361 by @dependabot)
- reordering sql query slightly on drives (#364 by @tobiasehlert)
Fixed
- Postgres SSL connection (#348 by @chkpwd)
- use dockerhub variable instead (#363 by @tobiasehlert)
New Contributors
Full Changelog: v1.21.1...v1.22.0
v1.21.1
Changed
- use sha instead of tag on steps (#351 by @tobiasehlert)
- bump actions/checkout from 4 to 5 (#345 by @dependabot)
- bump actions/setup-go from 5.5.0 to 6.0.0 (#353 by @dependabot)
- bump github/codeql-action from 3.30.0 to 3.30.2 (#356, #358 by @dependabot)
- bump golang from 1.24.5 to 1.25.1 (#344, #350, #357 by @dependabot)
Fixed
- adjust chmod permissions on binary (#354 by @denysvitali)
New Contributors
- @denysvitali made their first contribution in #354
Full Changelog: v1.21.0...v1.21.1
v1.21.0
Added
- add latitude and longitude to charges (#333 by @LukStankovic)
- add support for filtering on start and end dates (#339 by @darox)
Changed
- bump alpine from 3.21.3 to 3.22.1 (#336, #342 by @dependabot)
- bump github.com/gin-contrib/gzip from 1.2.2 to 1.2.3 (#331 by @dependabot)
- bump github.com/gin-gonic/gin from 1.10.0 to 1.10.1 (#335 by @dependabot)
- bump golang from 1.24.0 to 1.24.5 (#329, #330, #337, #340 by @dependabot)
New Contributors
- @LukStankovic made their first contribution in #333
- @darox made their first contribution in #339
Full Changelog: v1.20.2...v1.21.0
v1.20.2
Changed
- bump alpine from 3.21.0 to 3.21.3 (#319, #327 by @dependabot)
- bump github.com/gin-contrib/gzip from 1.0.1 to 1.2.2 (#317, #320, #324 by @dependabot)
- bump golang from 1.23.4 to 1.24.0 (#321, #328 by @dependabot)
Full Changelog: v1.20.1...v1.20.2
v1.20.1
Changed
- bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#316 by @dependabot)
Full Changelog: v1.20.0...v1.20.1
v1.20.0
Added
Changed
- bump alpine from 3.20.3 to 3.21.0 (#314 by @dependabot)
- bump golang from 1.23.3 to 1.23.4 (#315 by @dependabot)
New Contributors
Full Changelog: v1.19.0...v1.20.0