Skip to content

Releases: AdrianJSClark/aydsko-iracingdata

0.9.0

07 Apr 13:53
21a8eb1
Compare
Choose a tag to compare

Fixes / Changes:

  • Cache the results of requests to iRacing. (#165 by @AdrianJSClark)
  • Fix CustomerId properties incorrectly named "CustId" on MemberAward and RecentAwards classes.

0.8.0

12 Mar 13:39
Compare
Choose a tag to compare

Fixes / Changes:

  • Include XML Documentation files in the package (#151 by @AdrianJSClark)

  • Include tags in the package (#152 by @AdrianJSClark)

  • Update Season Schedule with race_time_descriptors Field (#158 by @AdrianJSClark)

  • Enable Building of Track Image URLs (#154 by @AdrianJSClark)

    • Introduces the TrackScreenshotService class to provide URLs for the circuit screenshots.
    • Previously it was impossible to create these URLs as the required information wasn't in the results.
  • Implement 2023 Season 2 Updates (#155 by @AdrianJSClark)

    • Add the "Member Recap" endpoint (/data/stats/member_recap) to provide a summary of a driver's year or season.
    • Add the "Spectator Subsession Identifiers" endpoint (/data/season/spectator_subsessionids) to list subsessions available to spectate.
    • Ability to query league membership by Customer Identifier (/data/league/membership)

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!