Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated dataset (2020-10-13) #80

Merged
merged 2 commits into from
Oct 20, 2020
Merged

Commits on Oct 19, 2020

  1. feat: updated dataset (20201013)

    This updates the IPv4 City geoip dataset to the latest version
    provided on https://dev.maxmind.com/geoip/geoip2/geolite2/
    
    The b-tree format and lookup logic remain unchanged, however the code
    responsible for building the b-tree had to be changed to work with the
    new CSV format of the source dataset.
    
    Closes #68
    Closes #63
    
    BREAKING CHANGE: `area_code` and `metro_code` are no longer provided due to upstream changes
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7b0d9b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. refactor: src/generate/index.js

    Co-authored-by: Irakli Gozalishvili <contact@gozala.io>
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a1eba19 View commit details
    Browse the repository at this point in the history