Skip to content

Commit 95e263a

Browse files
author
Evan Greer
committed
updates changelog
1 parent bb487c3 commit 95e263a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## 6.4.16
66
### Added
7-
- `sendRequestWithRetries` function added as part of the `NetworkHelperclass` which allows for multiple retries to be triggered when a 500 and above status code is returned in the response
7+
- `sendRequestWithRetries` function added as part of the `NetworkHelperclass` which automatically retries network request when a 500 and above status code is returned in the response
88

99
### Changed
1010
- updates `sendRequest` in `RequestProcessorUtil` to retry the API request that resulted in a 401 response upon receipt of a new JWT
11+
- updates `NetworkHelper` class logic to use `sendRequestWithRetries`method which wraps the original `networkSession.makeRequest`
1112

1213
## 6.4.15
1314
### Added

0 commit comments

Comments
 (0)