Changelog |
* Tue Sep 27 2022 Paul Howarth <paul@city-fan.org> - 4.10.0-1
- Update to 4.10.0
- HTTPS proxies are now supported (GH#172)
- An HTTP request to get the filename for the edition ID has been removed;
this was previously required as the GeoIP Legacy edition IDs bore little
relation to the name of the database on disk
- Use SPDX-format license tag
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 4.9.0-3
- Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in
golang
* Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 4.9.0-2
- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
CVE-2022-29526, CVE-2022-30629
* Wed Feb 16 2022 Paul Howarth <paul@city-fan.org> - 4.9.0-1
- Update to 4.9.0
- The client now sets the User-Agent header
- The error handling has been improved
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jul 21 2021 Paul Howarth <paul@city-fan.org> - 4.8.0-1
- Update to 4.8.0
- Go 1.13 or greater is now required
- 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
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Dec 15 2020 Paul Howarth <paul@city-fan.org> - 4.6.0-1
- Update to 4.6.0
- Show version number in verbose output
- Retry downloads in more scenarios: previously we would not retry failures
occurring when reading the response body, but now we do
* Thu Oct 29 2020 Paul Howarth <paul@city-fan.org> - 4.5.0-1
- Update to 4.5.0
- 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, which prevents a possible leak of the account's license key (GH#109)
- 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 default
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
|