updating CHANGELOG

- linking to contributors
- linking to pull requests
This commit is contained in:
Tobias Lindberg
2021-12-31 12:01:40 +01:00
parent 1cac2e6806
commit 87234d3056
+49 -49
View File
@@ -3,73 +3,73 @@
## [1.12.0] - 2021-12-28
### Fixed
- bug in new installations by changing float64 to NullFloat64 on cars efficiency (#129 by @tobiasehlert)
- bug in new installations by changing float64 to NullFloat64 on cars efficiency ([#129](https://github.com/tobiasehlert/teslamateapi/pull/129) by [tobiasehlert](https://github.com/tobiasehlert))
## [1.11.1] - 2021-12-23
### 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)
- bump golang from 1.17.2 to 1.17.5 ([#115](https://github.com/tobiasehlert/teslamateapi/pull/115), [#122](https://github.com/tobiasehlert/teslamateapi/pull/122), [#124](https://github.com/tobiasehlert/teslamateapi/pull/124) by [dependabot](https://github.com/dependabot))
- bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7 ([#119](https://github.com/tobiasehlert/teslamateapi/pull/119), [#120](https://github.com/tobiasehlert/teslamateapi/pull/120) by [dependabot](https://github.com/dependabot))
- bump github.com/lib/pq from 1.10.3 to 1.10.4 ([#116](https://github.com/tobiasehlert/teslamateapi/pull/116) by [dependabot](https://github.com/dependabot))
- bump various workflow versions ([#118](https://github.com/tobiasehlert/teslamateapi/pull/118), [#121](https://github.com/tobiasehlert/teslamateapi/pull/121), [#123](https://github.com/tobiasehlert/teslamateapi/pull/123), [#125](https://github.com/tobiasehlert/teslamateapi/pull/125), [#126](https://github.com/tobiasehlert/teslamateapi/pull/126) by [dependabot](https://github.com/dependabot))
- updating build workflow and Dockerfile (by [tobiasehlert](https://github.com/tobiasehlert))
## [1.11.0] - 2021-11-08
### Added
* add support for new endpoints with 4.2.2 (#113 by @michaeldyrynda, @tobiasehlert)
* add support for new endpoints with 4.2.2 ([#113](https://github.com/tobiasehlert/teslamateapi/pull/113) by @michaeldyrynda, [tobiasehlert](https://github.com/tobiasehlert))
### Changed
* bump docker/metadata-action from 3.5.0 to 3.6.0 (#111 by @dependabot)
* bump docker/metadata-action from 3.5.0 to 3.6.0 ([#111](https://github.com/tobiasehlert/teslamateapi/pull/111) by [dependabot](https://github.com/dependabot))
## [1.10.2] - 2021-10-15
### Changed
- bump golang from 1.17.1 to 1.17.2 (#108 by dependabot)
- bump golang from 1.17.1 to 1.17.2 ([#108](https://github.com/tobiasehlert/teslamateapi/pull/108) by [dependabot](https://github.com/dependabot))
- updating readme with table for variables
## [1.10.1] - 2021-09-23
### 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)
- bump golang from 1.16.5 to 1.17.1 ([#90](https://github.com/tobiasehlert/teslamateapi/pull/90), [#96](https://github.com/tobiasehlert/teslamateapi/pull/96), [#103](https://github.com/tobiasehlert/teslamateapi/pull/103), [#104](https://github.com/tobiasehlert/teslamateapi/pull/104), [#107](https://github.com/tobiasehlert/teslamateapi/pull/107) by [dependabot](https://github.com/dependabot))
- bump github.com/gin-gonic/gin from 1.7.2 to 1.7.4 ([#94](https://github.com/tobiasehlert/teslamateapi/pull/94), [#100](https://github.com/tobiasehlert/teslamateapi/pull/100) by [dependabot](https://github.com/dependabot))
- bump github.com/lib/pq from 1.10.2 to 1.10.3 ([#105](https://github.com/tobiasehlert/teslamateapi/pull/105) by [dependabot](https://github.com/dependabot))
- bump various workflow versions ([#85](https://github.com/tobiasehlert/teslamateapi/pull/85), [#86](https://github.com/tobiasehlert/teslamateapi/pull/86), [#87](https://github.com/tobiasehlert/teslamateapi/pull/87), [#89](https://github.com/tobiasehlert/teslamateapi/pull/89), [#91](https://github.com/tobiasehlert/teslamateapi/pull/91), [#101](https://github.com/tobiasehlert/teslamateapi/pull/101), [#102](https://github.com/tobiasehlert/teslamateapi/pull/102), [#106](https://github.com/tobiasehlert/teslamateapi/pull/106) by [dependabot](https://github.com/dependabot))
## [1.10.0] - 2021-06-30
### Added
- adding power mqtt value to status endpoint (#74)
- adding power mqtt value to status endpoint ([#74](https://github.com/tobiasehlert/teslamateapi/pull/74))
### Changed
- improved log message of convert-functions (#75 by @alecdoconnor)
- bump various workflow versions (#78, #82, #83 by dependabot)
- improved log message of convert-functions ([#75](https://github.com/tobiasehlert/teslamateapi/pull/75) by [alecdoconnor](https://github.com/alecdoconnor))
- bump various workflow versions ([#78](https://github.com/tobiasehlert/teslamateapi/pull/78), [#82](https://github.com/tobiasehlert/teslamateapi/pull/82), [#83](https://github.com/tobiasehlert/teslamateapi/pull/83) by [dependabot](https://github.com/dependabot))
- minor code adjustments based on go-staticcheck
## [1.9.0] - 2021-06-14
### Added
- option to disable auth token for commands (#71 by @LelandSindt)
- option to disable auth token for commands ([#71](https://github.com/tobiasehlert/teslamateapi/pull/71) by [LelandSindt](https://github.com/LelandSindt))
### Changed
- bump golang from 1.16.4 to 1.16.5 (#72 by dependabot)
- bump github.com/eclipse/paho.mqtt.golang from 1.3.4 to 1.3.5 (#73 by dependabot)
- bump golang from 1.16.4 to 1.16.5 ([#72](https://github.com/tobiasehlert/teslamateapi/pull/72) by [dependabot](https://github.com/dependabot))
- bump github.com/eclipse/paho.mqtt.golang from 1.3.4 to 1.3.5 ([#73](https://github.com/tobiasehlert/teslamateapi/pull/73) by [dependabot](https://github.com/dependabot))
## [1.8.0] - 2021-06-01
### Fixed
- fixing sql error when EndDate is null (#58 and #69 by @alecdoconnor)
- fixing sql error when EndDate is null ([#58](https://github.com/tobiasehlert/teslamateapi/pull/58) and [#69](https://github.com/tobiasehlert/teslamateapi/pull/69) by [alecdoconnor](https://github.com/alecdoconnor))
## [1.7.1] - 2021-06-01
### Changed
- bump github.com/gin-gonic/gin from 1.7.1 to 1.7.2 (#63 by dependabot)
- bump various workflow versions (#64, #65, #66, #67 by dependabot)
- bump github.com/gin-gonic/gin from 1.7.1 to 1.7.2 ([#63](https://github.com/tobiasehlert/teslamateapi/pull/63) by [dependabot](https://github.com/dependabot))
- bump various workflow versions ([#64](https://github.com/tobiasehlert/teslamateapi/pull/64), [#65](https://github.com/tobiasehlert/teslamateapi/pull/65), [#66](https://github.com/tobiasehlert/teslamateapi/pull/66), [#67](https://github.com/tobiasehlert/teslamateapi/pull/67) by [dependabot](https://github.com/dependabot))
## [1.7.0] - 2021-05-20
### Added
- feature to resume/suspend logging of TeslaMate through TeslaMateApi (#34, #45 and #48 by @LelandSindt)
- feature to resume/suspend logging of TeslaMate through TeslaMateApi ([#34](https://github.com/tobiasehlert/teslamateapi/pull/34), [#45](https://github.com/tobiasehlert/teslamateapi/pull/45) and [#48](https://github.com/tobiasehlert/teslamateapi/pull/48) by [LelandSindt](https://github.com/LelandSindt))
### Changed
- minor code adjustments based on go-staticcheck
@@ -77,23 +77,23 @@
## [1.6.2] - 2021-05-19
### Changed
- bump github.com/lib/pq from 1.10.1 to 1.10.2 (#59 by dependabot)
- bump various workflow versions (#52, #53, #54, #55, #56 and #57 by dependabot)
- bump github.com/lib/pq from 1.10.1 to 1.10.2 ([#59](https://github.com/tobiasehlert/teslamateapi/pull/59) by [dependabot](https://github.com/dependabot))
- bump various workflow versions ([#52](https://github.com/tobiasehlert/teslamateapi/pull/52), [#53](https://github.com/tobiasehlert/teslamateapi/pull/53), [#54](https://github.com/tobiasehlert/teslamateapi/pull/54), [#55](https://github.com/tobiasehlert/teslamateapi/pull/55), [#56](https://github.com/tobiasehlert/teslamateapi/pull/56) and [#57](https://github.com/tobiasehlert/teslamateapi/pull/57) by [dependabot](https://github.com/dependabot))
## [1.6.1] - 2021-05-10
### Changed
- bump golang from 1.16.3 to 1.16.4 (#49 by dependabot)
- bump github.com/eclipse/paho.mqtt.golang from 1.3.3 to 1.3.4 (#46 by dependabot)
- bump golang from 1.16.3 to 1.16.4 ([#49](https://github.com/tobiasehlert/teslamateapi/pull/49) by [dependabot](https://github.com/dependabot))
- bump github.com/eclipse/paho.mqtt.golang from 1.3.3 to 1.3.4 ([#46](https://github.com/tobiasehlert/teslamateapi/pull/46) by [dependabot](https://github.com/dependabot))
## [1.6.0] - 2021-05-03
### Added
- doing persistant mqtt connection for status collection (#16 by @LelandSindt and #21 by @MattBrittan)
- adding randomized string to mqtt client (#15 by @LelandSindt)
- doing persistant mqtt connection for status collection ([#16](https://github.com/tobiasehlert/teslamateapi/pull/16) by [LelandSindt](https://github.com/LelandSindt) and [#21](https://github.com/tobiasehlert/teslamateapi/pull/21) by [MattBrittan](https://github.com/MattBrittan))
- adding randomized string to mqtt client ([#15](https://github.com/tobiasehlert/teslamateapi/pull/15) by [LelandSindt](https://github.com/LelandSindt))
### Changed
- fixing sql error when FastChargerBrand is null (#39 by @alecdoconnor)
- fixing sql error when FastChargerBrand is null ([#39](https://github.com/tobiasehlert/teslamateapi/pull/39) by [alecdoconnor](https://github.com/alecdoconnor))
- updating workflow for stale issues/PRs
### Removed
@@ -103,46 +103,46 @@
## [1.5.0] - 2021-05-03
### Changed
- missing convertion of SpeedMax and SpeedAvg in Drive (km->mi) (#37 by @alecdoconnor)
- missing convertion of SpeedMax and SpeedAvg in Drive (km->mi) ([#37](https://github.com/tobiasehlert/teslamateapi/pull/37) by [alecdoconnor](https://github.com/alecdoconnor))
## [1.4.9] - 2021-05-03
### Changed
- bump crazy-max/ghaction-docker-meta from v2.3.0 to v2.4.0 (#35 by dependabot)
- bump crazy-max/ghaction-docker-meta from v2.3.0 to v2.4.0 ([#35](https://github.com/tobiasehlert/teslamateapi/pull/35) by [dependabot](https://github.com/dependabot))
- updating build workflow by removing if
## [1.4.8] - 2021-04-22
### Changed
- bump github.com/lib/pq from 1.10.0 to 1.10.1 (#33 by dependabot)
- bump github.com/lib/pq from 1.10.0 to 1.10.1 ([#33](https://github.com/tobiasehlert/teslamateapi/pull/33) by [dependabot](https://github.com/dependabot))
## [1.4.7] - 2021-04-13
### Changed
- bump actions/cache from v2.1.4 to v2.1.5 (#32 by dependabot)
- bump actions/cache from v2.1.4 to v2.1.5 ([#32](https://github.com/tobiasehlert/teslamateapi/pull/32) by [dependabot](https://github.com/dependabot))
- renaming file to lowercase to match other naming
## [1.4.6] - 2021-04-09
### Changed
- bump github.com/gin-gonic/gin from 1.6.3 to 1.7.1 (#31 by dependabot)
- bump crazy-max/ghaction-docker-meta from v2.2.1 to v2.3.0 (#30 by dependabot)
- bump github.com/gin-gonic/gin from 1.6.3 to 1.7.1 ([#31](https://github.com/tobiasehlert/teslamateapi/pull/31) by [dependabot](https://github.com/dependabot))
- bump crazy-max/ghaction-docker-meta from v2.2.1 to v2.3.0 ([#30](https://github.com/tobiasehlert/teslamateapi/pull/30) by [dependabot](https://github.com/dependabot))
## [1.4.5] - 2021-04-06
### Changed
- bump crazy-max/ghaction-docker-meta from v2.2.0 to v2.2.1 (#29 by dependabot)
- bump crazy-max/ghaction-docker-meta from v2.2.0 to v2.2.1 ([#29](https://github.com/tobiasehlert/teslamateapi/pull/29) by [dependabot](https://github.com/dependabot))
## [1.4.4] - 2021-04-05
### Changed
- bump crazy-max/ghaction-docker-meta from v2.1.1 to v2.2.0 (#28 by dependabot)
- bump golang from 1.16.2 to 1.16.3 (#27 by dependabot)
- bump crazy-max/ghaction-docker-meta from v2.1.1 to v2.2.0 ([#28](https://github.com/tobiasehlert/teslamateapi/pull/28) by [dependabot](https://github.com/dependabot))
- bump golang from 1.16.2 to 1.16.3 ([#27](https://github.com/tobiasehlert/teslamateapi/pull/27) by [dependabot](https://github.com/dependabot))
## [1.4.3] - 2021-04-01
### Changed
- bump github.com/eclipse/paho.mqtt.golang from 1.3.2 to 1.3.3 (#26 by dependabot)
- bump github.com/eclipse/paho.mqtt.golang from 1.3.2 to 1.3.3 ([#26](https://github.com/tobiasehlert/teslamateapi/pull/26) by [dependabot](https://github.com/dependabot))
### Removed
- github.com/go-sql-driver/mysql removed, since NullTime isn't used/supported anymore
@@ -150,28 +150,28 @@
## [1.4.2] - 2021-03-31
### Changed
- bump crazy-max/ghaction-docker-meta from v2.1.0 to v2.1.1 (#24 by dependabot)
- bump crazy-max/ghaction-docker-meta from v2.1.0 to v2.1.1 ([#24](https://github.com/tobiasehlert/teslamateapi/pull/24) by [dependabot](https://github.com/dependabot))
## [1.4.1] - 2021-03-30
### Changed
- bump crazy-max/ghaction-docker-meta from v1 to v2.1.0 (#23 by dependabot)
- bump crazy-max/ghaction-docker-meta from v1 to v2.1.0 ([#23](https://github.com/tobiasehlert/teslamateapi/pull/23) by [dependabot](https://github.com/dependabot))
## [1.4.0] - 2021-03-25
### Added
- added feature commands to proxy POST commands to Tesla owner API (#22)
- added feature commands to proxy POST commands to Tesla owner API ([#22](https://github.com/tobiasehlert/teslamateapi/pull/22))
- support for authentication on command endpoints
## [1.3.1] - 2021-03-23
### Fixed
- fixing sql error when BatteryHeaterNoPower is null (#19 by @LelandSindt)
- fixing sql error when BatteryHeaterNoPower is null ([#19](https://github.com/tobiasehlert/teslamateapi/pull/19) by [LelandSindt](https://github.com/LelandSindt))
## [1.3.0] - 2021-03-17
### Added
- adding mqtt sleep time before doing disconnect (#17)
- adding mqtt sleep time before doing disconnect ([#17](https://github.com/tobiasehlert/teslamateapi/pull/17))
## [1.2.3] - 2021-03-16
@@ -179,13 +179,13 @@
- adding probot for stale and no-response
### Changed
- bump golang from 1.16.0 to 1.16.2 (#12 by dependabot)
- bump golang from 1.16.0 to 1.16.2 ([#12](https://github.com/tobiasehlert/teslamateapi/pull/12) by [dependabot](https://github.com/dependabot))
- bump go mod version from 1.15 to 1.16
## [1.2.2] - 2021-03-11
### Changed
- bump github.com/lib/pq from 1.9.0 to 1.10.0 (#7 by dependabot)
- bump github.com/lib/pq from 1.9.0 to 1.10.0 ([#7](https://github.com/tobiasehlert/teslamateapi/pull/7) by [dependabot](https://github.com/dependabot))
- adjustment in logging
## [1.2.1] - 2021-03-02
@@ -224,7 +224,7 @@
- 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)
- bump golang from 1.15.8 to 1.16.0 ([#2](https://github.com/tobiasehlert/teslamateapi/pull/2) by [dependabot](https://github.com/dependabot))
- some code cleanup
### Fixed
@@ -288,4 +288,4 @@ Initial commit
[1.1.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/tobiasehlert/teslamateapi/releases/tag/v1.0.0
[1.0.0]: https://github.com/tobiasehlert/teslamateapi/compare/31dcb4b...v1.0.0