- Update dependencies and re-build binaries with new Go version. No substantive changes.
Unclaimed project
Are you a maintainer of geoipupdate? Claim this project to take control of your public changelog and roadmap.
Host configuration directive and the GEOIPUPDATE_HOST
environment variable to accept a value with the scheme set. If not set, it
will continue to default to https://. Pull request by Gabe Cook. GitHub
#310.HTTPError to enable fine-grained error handling for users of
github.com/maxmind/geoipupdate/client. Pull request by Ryan Davis. GitHub
#341./geoip/updates/metadata which is responsible for getting information about
a database edition./geoip/databases/{edition-id}/download which is responsible for downloading
the content of a database edition. This new endpoint redirects downloads to R2
presigned URLs, so systems...geoipupdate now sets the version in the User-Agent header to the
version in the binary. While there were no issues with the version in the
header, this makes sure it will match the binary. The header also now
includes build information, such as OS and architecture.GEOIPUPDATE_ACCOUNT_ID_FILE,
GEOIPUPDATE_LICENSE_KEY_FILE are ignored, see #262 issue...