- Update to 4.7.1:
* In verbose mode, we now print a message before each HTTP request.
Previously we would not print anything for retried requests.
* Expected response errors no longer cause request retries. For example, we
no longer retry the download request if the database subscription has
lapsed.
* When running with GEOIPUPDATE_FREQUENCY set, the Docker image will now
stop when sent a SIGTERM instead of waiting for a SIGKILL. Pull request
by Maxence POULAIN. GitHub #135.
OBS-URL: https://build.opensuse.org/request/show/888055
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=35
- Update to version 4.5.0:
* We no longer use a third party library for exponential backoff
* The edition ID is now included when there is a failure retrieving
a database
* The Docker image no longer prints the generated GeoIP.conf when
starting up. This prevents a possible leak of the account's
license key
* The minimum Go version is now 1.11.
* Failing HTTP requests are now retried using an exponential backoff.
The period to keep retrying any failed request is set to 5 minutes
by default and can be adjusted using the new RetryFor
configuration option.
* When using the go package rather than the command-line tool, the
null value for RetryFor will be 0 seconds, which means no retries
will be performed. To change that, set RetryFor explicitly in the
Config you provide, or obtain your Config value via
geoipupdate.NewConfig.
OBS-URL: https://build.opensuse.org/request/show/846029
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=31