-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from Keyfactor/timeout-handling
Timeout handling
- Loading branch information
Showing
9 changed files
with
1,107 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,38 @@ | ||
v1.0.4/1.0.5 | ||
v1.1.0 | ||
- Added partial sync functionality | ||
- Added five new optional settings to Gateway config - ApiTimeoutinSeconds, NumberOfCertPageRetrievalRetriesBeforeFailure, NumberOfCertDownloadRetriesBeforeSkip, | ||
NumberOfTimeoutsBeforeSyncFailure, MillisecondsBetweenCertDownloads | ||
- Added logic for certificate download retries for timeouts based on new settings above | ||
- Added additional sync statistics logging for each sync showing number of certificate retrievals, downloads, and any API timeout counts | ||
|
||
v1.0.8 | ||
- Improved logging | ||
- Improved error handling for API timeouts | ||
|
||
v1.0.7 | ||
- Improved logging | ||
|
||
v1.0.6 | ||
- Code cleanup | ||
|
||
v1.0.4/1.0.5 | ||
- Update nuget packages | ||
|
||
v1.0.3 | ||
- Code cleanup, publish to github. | ||
v1.0.3 | ||
- Code cleanup, publish to github. | ||
|
||
v1.0.2 | ||
- Remove PEM header before returning certificates during sync and enrollment | ||
|
||
v1.0.1 | ||
- Added support for 5 OV and 2 EV GoDaddy products | ||
- Added Renew/Reissue functionality | ||
|
||
v1.0.0: | ||
- Original Version | ||
|
||
|
||
v1.0.2 | ||
- Remove PEM header before returning certificates during sync and enrollment | ||
|
||
v1.0.1 | ||
- Added support for 5 OV and 2 EV GoDaddy products | ||
- Added Renew/Reissue functionality | ||
|
||
v1.0.0: | ||
- Original Version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.