Skip to content

Releases: tobiasehlert/teslamateapi

v1.2.0

02 Mar 13:45
Compare
Choose a tag to compare

Added

  • adding version into URL for better versioning of api

Changed

  • previous endpoints (without versioning) return 301 towards new uri
  • renaming of all go files to see version number

v1.1.1

18 Feb 14:33
Compare
Choose a tag to compare

Added

  • setting mqtt cleansession flag for unsubscribe on disconnect

Changed

  • changing to one multi-subscribe instead of 46 separate subscribes on mqtt

v1.1.0

18 Feb 13:05
Compare
Choose a tag to compare

Added

  • adding codeql-analysis workflow
  • adding dependabot for gomod and docker
  • using go mod now

Changed

  • calling on functions without params and using gin.Context in functions instead
  • logging for better readability (some rows based on DEBUG_MODE)
  • merged TeslaMateAPICars and TeslaMateAPICarsID into one file
  • updating Dockerfile a little
  • renaming of functions
  • bump golang from 1.15.8 to 1.16.0 (#2 by @dependabot)
  • some code cleanup

Fixed

  • sql query issue with TeslaMateAPICars

v1.0.2

15 Feb 18:33
Compare
Choose a tag to compare

Fixed

  • sql query error

v1.0.1

15 Feb 14:29
Compare
Choose a tag to compare

Added

  • / endpoint saying API is running
  • DEBUG_MODE variable (printing out debug of TeslaMateApi if set to true)

Changed

  • specifying port 8080 in Run()
  • updated Traefik example in README
  • code cleanup

Fixed

  • added missing tzdata package in Dockerfile

v1.0.0

15 Feb 12:35
Compare
Choose a tag to compare

Initial commit