Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

58 lines (42 loc) · 1.53 KB

Changelog

1.1.1 - 2021-02-18

Added

  • setting mqtt cleansession flag for unsubscribe on disconnect

Changed

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

1.1.0 - 2021-02-18

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
  • bumping dependabot versions
  • some code cleanup

Fixed

  • sql query issue with TeslaMateAPICars

1.0.2 - 2021-02-15

Fixed

  • sql query error

1.0.1 - 2021-02-15

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

1.0.0 - 2021-02-15