Releases: tobiasehlert/teslamateapi
Releases · tobiasehlert/teslamateapi
v1.13.2
Changed
- bump docker/build-push-action from 2.7.0 to 2.8.0 (#135 by @dependabot)
Fixed
- slimming down on the codebase and fixing bug with drivedetails view (#134 by @tobiasehlert)
Full Changelog: v1.13.1...v1.13.2
v1.13.1
Changed
- bump golang from 1.17.5 to 1.17.6 (#133 by @dependabot)
- removing code smell from SonarCloud (#132 by @tobiasehlert)
Full Changelog: v1.13.0...v1.13.1
v1.13.0
Changed
- simplified response handler for communication (#110 by @alecdoconnor, @tobiasehlert)
Full Changelog: v1.12.1...v1.13.0
v1.12.1
Changed
- using of BasePath function in output and redirect (#130 by @tobiasehlert)
- updating build workflow with enhancements (#131 by @tobiasehlert)
Full Changelog: v1.12.0...v1.12.1
v1.12.0
Fixed
- bug in new installations by changing float64 to NullFloat64 on cars efficiency (#129 by @tobiasehlert)
v1.11.1
Changed
- bump golang from 1.17.2 to 1.17.5 (#115, #122, #124 by @dependabot)
- bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7 (#119, #120 by @dependabot)
- bump github.com/lib/pq from 1.10.3 to 1.10.4 (#116 by @dependabot)
- bump various workflow versions (#118, #121, #123, #125, #126 by @dependabot)
- updating build workflow and Dockerfile (by @tobiasehlert)
v1.11.0
Added
- add support for new endpoints with 4.2.2 (#113 by @michaeldyrynda, @tobiasehlert)
Changed
- bump docker/metadata-action from 3.5.0 to 3.6.0 (#111 by @dependabot)
v1.10.2
Changed
- bump golang from 1.17.1 to 1.17.2 (#108 by @dependabot)
- updating readme with table for variables
v1.10.1
Changed
- bump golang from 1.16.5 to 1.17.1 (#90, #96, #103, #104, #107 by @dependabot)
- bump github.com/gin-gonic/gin from 1.7.2 to 1.7.4 (#94, #100 by @dependabot)
- bump github.com/lib/pq from 1.10.2 to 1.10.3 (#105 by @dependabot)
- bump various workflow versions (#85, #86, #87, #89, #91, #101, #102, #106 by @dependabot)
v1.10.0
Added
- adding power mqtt value to status endpoint (#74)
Changed
- improved log message of convert-functions (#75 by @alecdoconnor)
- bump various workflow versions (#78, #82, #83 by @dependabot)
- minor code adjustments based on go-staticcheck