Skip to content

Releases: at0dd/tesla-api

1.1.3

14 Jan 20:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

08 Dec 08:16
f5d8376
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

04 Jun 19:27
4a9fc96
Compare
Choose a tag to compare

What's Changed

  • Bump coverlet.collector from 3.2.0 to 6.0.0 in /tests by @dependabot in #55
  • Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /tests by @dependabot in #58
  • Make tpms last seen properties nullable by @at0dd in #59

Full Changelog: 1.1.0...1.1.1

1.1.0

18 May 07:02
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-dotnet from 2 to 3 by @dependabot in #46
  • Many tweaks and subjectively helpful changes. by @Doug-Murphy in #47
  • Add SourceLink to package. by @Doug-Murphy in #49
  • Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src by @dependabot in #51
  • Fixed issue with ClimateState BatteryHeaterNoPower by @eclipsed4utoo in #52
  • Bump Newtonsoft.Json from 13.0.2 to 13.0.3 in /src by @dependabot in #53
  • Tests & Model Changes by @at0dd in #50
    • Added support for .NET 7, dropped support for .NET Core 3.1.
    • Removed depreciated authentication endpoints that were replaced by oauth.
    • Removed deprecated vehicle data_request endpoints that no longer return data.
    • Added additional user, trip planner, release notes, and energy endpoints.
    • Added new properties on vehicle models.
    • Some method names may have slightly changed - added Async to the end of the name if it wasn't already there.

New Contributors

Full Changelog: 1.0.8...1.1.0

1.0.8

08 Aug 03:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.7...1.0.8

1.0.7

24 Mar 13:17
8293f55
Compare
Choose a tag to compare

What's Changed

  • Fix trip charging nullable by @at0dd in #33

1.0.6

23 Mar 16:09
Compare
Choose a tag to compare

What's Changed

  • Added properties for the following missing climate state fields by @ramonsmits in #31
  • Climate state null values in response by @ramonsmits in #29
  • Capture the response in the returned exception in case of deserialization errors by @ramonsmits in #30

1.0.5

15 Mar 14:53
Compare
Choose a tag to compare

What's Changed

  • Temps can be null by @ramonsmits in #28
  • Add support for setting the max charge current. by @hydnar in #27
  • Add documentation, schedule charge, scheduled departure, VehicleState TPMS, Vehicle UserID & AccessType. by @at0dd in e6371cc

1.0.4

18 Apr 16:40
Compare
Choose a tag to compare

Add extension to navigate to destination #16

1.0.3

01 Mar 17:25
Compare
Choose a tag to compare

Fix ChargeState NotEnoughPowerToHeat nullable #13