Skip to content

Releases: tobiasehlert/teslamateapi

v1.2.3

16 Mar 14:38
Compare
Choose a tag to compare

Added

  • adding probot for stale and no-response

Changed

  • bump golang from 1.16.0 to 1.16.2 (#12 by @dependabot)
  • bump go mod version from 1.15 to 1.16

v1.2.2

11 Mar 22:51
Compare
Choose a tag to compare

Changed

  • bump github.com/lib/pq from 1.9.0 to 1.10.0 (#7 by @dependabot)
  • adjustment in logging

v1.2.1

02 Mar 18:56
Compare
Choose a tag to compare

Fixed

  • fixing endpoint redirect to /api/v1 destinations
  • resolving path issue with traefik

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