Skip to content

Commit

Permalink
Merge pull request #28 from Keyfactor/timeout-handling
Browse files Browse the repository at this point in the history
Timeout handling
  • Loading branch information
fiddlermikey authored Jun 7, 2023
2 parents 53efb6f + 05aab95 commit 3c664f5
Show file tree
Hide file tree
Showing 9 changed files with 1,107 additions and 239 deletions.
43 changes: 33 additions & 10 deletions CHANGELOG.md
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
4 changes: 2 additions & 2 deletions GoDaddy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5D9941D2-A44F-4593-A33E-F5E0C861CAEB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.MD = CHANGELOG.MD
CHANGELOG.md = CHANGELOG.md
GoDaddy.sln.licenseheader = GoDaddy.sln.licenseheader
integration-manifest.json = integration-manifest.json
README.md = README.md
README.md.tpl = README.md.tpl
readme_source.md = readme_source.md
EndProjectSection
EndProject
Global
Expand Down
Loading

0 comments on commit 3c664f5

Please sign in to comment.