Skip to content

4.7.0

Compare
Choose a tag to compare
@oschwald oschwald released this 16 Apr 16:04
· 377 commits to main since this release
  • 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.