Skip to content

Releases: AdrianJSClark/aydsko-iracingdata

0.7.3

24 Feb 13:39
Compare
Choose a tag to compare

Fixes / Changes:

  • Better handling for situations where iRacing is offline at the time you attempt to authenticate. (by @AdrianJSClark)

0.7.2

09 Feb 14:33
657ac8c
Compare
Choose a tag to compare

Fixes / Changes:

  • Add Time Attack Member Season Results Endpoint (#145 by @AdrianJSClark)
    • Includes an endpoint to get a list of Time Attack seasons
    • Also includes an endpoint to get the member's season results

0.7.1

06 Feb 13:29
Compare
Choose a tag to compare

Fixes / Changes:

Contributions:

  • From Dennis Møllegaard Pedersen (@dennis):
    • Implement League Season Standings Endpoint (Pull Request #142)

Thanks for helping out with pull requests to the library!

0.7.0

23 Dec 04:33
Compare
Choose a tag to compare

Fixes / Changes:

  • Added documentation to Tracks.Track.TrackConfigLength and added Tracks.Track.TrackConfigLengthKm (Issue #132)
  • Support the "Participation Credits" Endpoint (Issue #134)
  • Support the "Past Seasons" Endpoint (Issue #133)

0.6.4

27 Nov 08:09
Compare
Choose a tag to compare

Fixes / Changes:

  • REVERT: "LicenseChangeOval" and "LicenseChangeRoad" changed from an integer to boolean on "Result" and "DriverResult" types.

0.6.3

27 Nov 02:40
Compare
Choose a tag to compare

Fixes / Changes:

  • "LicenseChangeOval" and "LicenseChangeRoad" changed from an integer to boolean on "Result" and "DriverResult" types to better represent the data.

0.6.2

12 Oct 14:49
f1cc595
Compare
Choose a tag to compare

Fixes / Changes:

  • Accept Pre-Hashed Password (Issue #130)
    • Allow a user of the library the ability of using a pre-encoded password rather than the plain text.

Thanks for helping out with pull requests to the library!

0.6.1

28 Sep 08:41
Compare
Choose a tag to compare

Fixes / Changes:

  • Error running example console application (Issue #127)
    • Resolved problem with iRacing Dollars & Credits data type

Thanks for helping out with issues & pull requests to the library!

0.6.0

24 Sep 15:08
05aff85
Compare
Choose a tag to compare

Fixes / Changes:

  • Support Optional "Club Id" and "Division" Parameters (Issue #104)
  • Add Club History Endpoint (Issue #89)
  • Fix issue where "GetSeasonQualifyResultsAsync" method called the wrong API URL
  • Support Member Profile Endpoint (Issue #101)
  • Support Member Bests Endpoint (Issue #102)
  • Support Drivers Lookup Endpoint (Issue #103)
  • Support Season "Race Guide" Endpoint (Issue #100)
  • Support Driver Awards Endpoint (Issue #111)
  • Support World Records Endpoint (Issue #93)
  • Support Team Data Endpoint (Issue #68)
  • Support League Points Systems Endpoint (Issue #71)

Contributions:

  • From Dennis Møllegaard Pedersen (https://github.com/dennis):
    • Support League Seasons Endpoint (Pull Request #112)
    • Support League Season Sessions Endpoint (Pull Request #120)

Thanks for helping out with pull requests to the library!

0.5.1

19 Sep 14:07
Compare
Choose a tag to compare

Fixes / Changes:

  • Username & Password are now optional during initial config. The "UseUsernameAndPassword(...)" method must be called first after resolving the "IDataClient" in this case.

Contributions:

Thanks for helping out with pull requests to the library!