From 2a9122daa06994d4f66f43af10de476306994eb8 Mon Sep 17 00:00:00 2001 From: Adrian Clark Date: Sat, 2 Nov 2024 13:55:03 +1000 Subject: [PATCH] Update Release Notes --- src/Aydsko.iRacingData/Package Release Notes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Aydsko.iRacingData/Package Release Notes.txt b/src/Aydsko.iRacingData/Package Release Notes.txt index 47c8fab..ec38087 100644 --- a/src/Aydsko.iRacingData/Package Release Notes.txt +++ b/src/Aydsko.iRacingData/Package Release Notes.txt @@ -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"