Skip to content

2404.5.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 04:58
· 10 commits to main since this release

BREAKING CHANGES:

iRacing has enabled two-factor authentication by default. To continue to use this library you must enable "Legacy Authentication" in your iRacing account settings before attempting to authenticate. Please do not enable this setting unless you require it, as it may reduce the security on your iRacing account.

Fixes / Changes:

  • Add "/data/stats/season_supersession_standings" Endpoint (Issue: #22)

  • Unauthorized Responses Do Not Retry And Calls Continue To Fail (Issue: #231)

    • Implemented a retry mechanism for 401 Unauthorized responses
    • If a request fails with a 401 Unauthorized response, the library will attempt to re-authenticate and retry the request 2 more times
    • If the request continues to fail after 3 attempts, the library will throw an "iRacingUnauthorizedResponseException"