Skip to content

Latest commit

 

History

History
187 lines (133 loc) · 6.44 KB

CHANGELOG.md

File metadata and controls

187 lines (133 loc) · 6.44 KB

CHANGELOG

4.9.0 (2022-02-15)

  • The client now sets the User-Agent header.
  • The error handling has been improved.
  • The goreleaser configuration has been consolidated. There is now one checksum file for all builds.
  • Binaries are now built for OpenBSD and FreeBSD. Pull request by Devin Buhl. GitHub #161.
  • Packages for ARM are now correctly uploaded. Bug report by Service Entity. GitHub #162.

4.8.0 (2021-07-20)

  • The Docker container now supports the following new environment variables:

    • GEOIPUPDATE_CONF_FILE - The path where the configuration file will be written. The default is /etc/GeoIP.conf.
    • GEOIPUPDATE_DB_DIR - The directory where geoipupdate will download the databases. The default is /usr/share/GeoIP.

    Pull request by Maxence POULAIN. GitHub #143.

4.7.1 (2021-04-19)

  • The Alpine version used for the Docker image now tracks the alpine:3 tag rather than a specific point release.
  • The arm64 Docker images were not correctly generated in 4.7.0. This release corrects the issue.
  • This release provides an arm/v6 Docker image.

4.7.0 (2021-04-16)

  • 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.
  • 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.
  • Docker images are now provided for ARM64. Requested by allthesebugsv2. GitHub #136.

4.6.0 (2020-12-14)

  • 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.

4.5.0 (2020-10-28)

  • We no longer use a third party library for exponential backoff. This restores support for older Go versions.

4.4.0 (2020-10-28)

  • 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. Pull request by Nate Gay. GitHub #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 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.

4.3.0 (2020-04-16)

  • First release to Docker Hub. Requested by Shun Yanaura. GitHub #24.
  • The binary builds are now built with CGO_ENABLED=0. Request by CrazyMax. GitHub #63.

4.2.2 (2020-02-21)

  • Re-release for PPA. No other changes.

4.2.1 (2020-02-21)

  • The minimum Go version is now 1.10 again as this was needed to build the PPA packages.

4.2.0 (2020-02-20)

  • The major version of the module is now included at the end of the module path. Previously, it was not possible to import the module in projects that were using Go modules. Reported by Roman Glushko. GitHub #81.
  • The minimum Go version is now 1.13.
  • A valid account ID and license key combination is now required for database downloads, so those configuration options are now required.
  • The error handling when closing a local database file would previously ignore errors and, upon upgrading to github.com/pkg/errors 0.9.0, would fail to ignore expected errors. Reported by Ilya Skrypitsa and pgnd. GitHub #69 and #70.
  • The RPM release was previously lacking the correct owner and group on files and directories. Among other things, this caused the package to conflict with the GeoIP package in CentOS 7 and GeoIP-GeoLite-data in CentOS 8. The files are now owned by root. Reported by neonknight. GitHub #76.

4.1.5 (2019-11-08)

  • Respect the defaultConfigFile and defaultDatabaseDirectory variables in the main package again. They were ignored in 4.1.0 through 4.1.4. If not specified, the GitHub and PPA releases for these versions used the config /usr/local/etc/GeoIP.conf instead of /etc/GeoIP.conf and the database directory /usr/local/share/GeoIP instead of /usr/share/GeoIP.

4.1.4 (2019-11-07)

  • Re-release of 4.1.3 as two commits were missing. No changes.

4.1.3 (2019-11-07)

  • Remove formatting, linting, and testing from the geoipupdate target in the Makefile.

4.1.2 (2019-11-07)

  • Re-release of 4.1.1 to fix Ubuntu PPA release issue. No code changes.

4.1.1 (2019-11-07)

  • Re-release of 4.1.0 to fix Ubuntu PPA release issue. No code changes.

4.1.0 (2019-11-07)

  • Improve man page formatting and organization. Pull request by Faidon Liambotis. GitHub #44.
  • Provide update functionality as an importable package as well as a standalone program. Pull request by amzhughe. GitHub #48.

4.0.6 (2019-09-13)

  • Re-release of 4.0.5 to fix Ubuntu PPA release issue. No code changes.

4.0.5 (2019-09-13)

  • Ignore errors when syncing file system. These errors were primarily due to the file system not supporting the sync call. Reported by devkappa. GitHub #37.
  • Use CRLF line endings on Windows for text files.
  • Fix tests on Windows.
  • Improve man page formatting. Reported by Faidon Liambotis. GitHub #38.
  • Dependencies are no longer vendored. Reported by Faidon Liambotis. GitHub #39.

4.0.4 (2019-08-30)

  • Do not try to sync the database directory when running on Windows. Syncing this way is not supported there and would lead to an error. Pull request by Nicholi. GitHub #32.

4.0.3 (2019-06-07)

  • Update flock dependency from theckman/go-flock to gofrs/flock. Pull request by Paul Howarth. GitHub #22.
  • Switch to Go modules and update dependencies.
  • Fix version output on Ubuntu PPA and Homebrew releases.

4.0.2 (2019-01-18)

  • Fix dependency in Makefile.

4.0.1 (2019-01-17)

  • Improve documentation.
  • Add script to generate man pages to Makefile.

4.0.0 (2019-01-14)

  • Expand installation instructions.
  • First full release.

0.0.2 (2018-11-28)

  • Fix the output when the version output, -V, is passed to geoipupdate.

0.0.1 (2018-11-27)

  • Initial version