Skip to content

Commit

Permalink
Added configuration options for request timeout and retries, set defa…
Browse files Browse the repository at this point in the history
…ult timeout to 5 seconds, wait at least one second before retrying a request, removed hostname from configuration, upgraded to Go 1.20, updated dependencies.
  • Loading branch information
Kugelschieber committed Apr 2, 2023
1 parent b38d55d commit da27722
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 77 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.9.0

* added configuration options for request timeout and retries
* set default timeout to 5 seconds
* wait at least one second before retrying a request
* removed hostname from configuration
* upgraded to Go 1.20
* updated dependencies

## 1.8.0

* removed IP headers
Expand Down
Loading

0 comments on commit da27722

Please sign in to comment.