This page documents every release ofDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/msimerson/maxmind-geolite-mirror/llms.txt
Use this file to discover all available pages before exploring further.
maxmind-geolite-mirror, sourced directly from the project’s CHANGES.md file. Entries are listed in reverse chronological order, with the most recent release at the top.
The current stable release is 1.3.0. The package is published on npm at npmjs.com/package/maxmind-geolite-mirror.
v1.3.0 — 2024-03-04
- feat: automatically follow HTTP 302 redirects during database downloads
- Bumped all dependency versions to latest
v1.2.0 — 2023-06-20
- Bumped all dependency versions to latest
- ci: added
.releaseworkflow for automated releases - deps: removed
contributorsdependency (unmaintained; had known vulnerability)
v1.1.8 — 2022-03-14
- Updated CI runner images (maintenance follow-up to v1.1.7)
v1.1.7 — 2021-09-24
- Migrated continuous integration from Travis CI to GitHub Actions
v1.1.6 — 2020-02-13
- Fixed archive extraction to work correctly with the new MaxMind download URL format, which no longer includes a file extension in the URL path
v1.1.5 — 2020-01-14
- Added support for storing the MaxMind license key in the
MAXMIND_LICENSE_KEYenvironment variable (see #34)
v1.1.4 — 2020-01-14
- Updated the downloader to authenticate with the MaxMind license key, required by MaxMind’s new download API (see #32)
v1.1.3 — 2019-02-20
- Removed legacy GeoIP v1
.datfile entries fromconfig.js; MaxMind stopped publishing them
v1.1.2 — 2019-01-29
- Errors are now passed to callbacks instead of being silently ignored or thrown
- Expanded use of ES6 template strings throughout the codebase
v1.1.1 — 2019-01-09
- Removed GeoIP databases that MaxMind no longer serves
- Added graceful handling of HTTP 404 responses (fixes #21)
- Added Node.js v10 to the test matrix
- Applied additional ES6 syntax updates
- Bumped
tar-streamto v1.6.2
v1.1.0 — 2018-03-23
- Expanded test suite and made it fully offline (no live network calls during tests)
- Moved the majority of the logic into
lib/mm-geolite-mirror.js; reduced the surface ofbin/maxmind-geolite-mirror - Restored Node.js 4 compatibility via
'use strict' - Fixed bugs in
.tar.gzarchive handling
v1.0.9 — 2018-03-19
- Added
GeoLite2-ASNto the default database list (contributed by Tom Lee, #16) - Applied ES6 syntax improvements throughout
- Dropped Node.js 4 from CI; added Node.js 9
v1.0.7 — 2016-07-20
- Added GeoLite2 v2 databases to the default download list
v1.0.6 — 2016-04-05
- Added Contributors section to README
- Suppressed spurious errors when attempting to delete a file that failed to download
v1.0.5 — 2015-06-23
- Enabled testing on Node.js 0.12; removed Node.js 0.11 from the test matrix
- Moved developer documentation into
DEVELOP.md - Demoted non-working status badges to the bottom of the README
v1.0.4 — 2015-06-23
- Added support for a configurable database directory via the
MAXMIND_DB_DIRenvironment variable (contributed by Carl Banbury)