Skip to content

8.0.0

Latest

Choose a tag to compare

@oschwald oschwald released this 10 Jul 20:05
Immutable release. Only release title and notes can be modified.
07618e0
  • BREAKING CHANGE: geoipupdate stops updating on the first error.
  • A config file can now be used to configure the Docker image. This was
    documented but was not functional. Fixed by Shizun Ge. GitHub #433.
  • NewUpdater in the unexported internal/geoipupdate package no longer
    mutates http.DefaultTransport when a proxy is configured. The CLI is the
    only caller, so there is no user-visible behavior change. Reported by B.
    Conners. GitHub #488.
  • Do not retry proxy CONNECT 4xx errors. These are now treated as permanent
    failures.