Skip to content

Commit

Permalink
Update Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianJSClark committed Nov 2, 2024
1 parent 04b6666 commit 2a9122d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Aydsko.iRacingData/Package Release Notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ iRacing has enabled two-factor authentication by default. To continue to use thi
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"

0 comments on commit 2a9122d

Please sign in to comment.