Releases: AdrianJSClark/aydsko-iracingdata
Releases · AdrianJSClark/aydsko-iracingdata
0.9.0
Fixes / Changes:
- Cache the results of requests to iRacing. (#165 by @AdrianJSClark)
- Fix
CustomerId
properties incorrectly named "CustId" onMemberAward
andRecentAwards
classes.
0.8.0
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.
- Introduces the
-
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
)
- Add the "Member Recap" endpoint (
0.7.3
Fixes / Changes:
- Better handling for situations where iRacing is offline at the time you attempt to authenticate. (by @AdrianJSClark)
0.7.2
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
Fixes / Changes:
- Support iRacing Status Information (#143 by @AdrianJSClark)
- Specify Full Path For Past Series "Logo" Field (#141 by @AdrianJSClark)
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
0.6.4
Fixes / Changes:
- REVERT: "LicenseChangeOval" and "LicenseChangeRoad" changed from an integer to boolean on "Result" and "DriverResult" types.
0.6.3
Fixes / Changes:
- "LicenseChangeOval" and "LicenseChangeRoad" changed from an integer to boolean on "Result" and "DriverResult" types to better represent the data.