Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2025

This PR contains the following updates:

Package Change Age Confidence
@maxmind/geoip2-node 3.5.0 -> 6.3.0 age confidence

Release Notes

maxmind/GeoIP2-node (@​maxmind/geoip2-node)

v6.3.0

Compare Source

  • A new anonymizer object has been added to the Insights response model.
    This object contains information about anonymizing services and VPN providers
    associated with an IP address. Available from the GeoIP2 Insights web service
    only. The object includes the following properties:
    • confidence: A score (1-99) representing percent confidence that the
      network is part of an actively used VPN service
    • isAnonymous: Indicates if the IP belongs to any anonymous network
    • isAnonymousVpn: Identifies IPs registered to anonymous VPN providers
    • isHostingProvider: Flags hosting/VPN providers used for anonymizing
    • isPublicProxy: Identifies public proxy addresses
    • isResidentialProxy: Detects suspected anonymizing networks on
      residential ISPs
    • isTorExitNode: Identifies Tor exit nodes
    • networkLastSeen: The last day (YYYY-MM-DD) the network was sighted in
      our analysis of anonymized networks
    • providerName: The name of identified VPN providers (e.g., "NordVPN")
  • A new ipRiskSnapshot property has been added to the traits object.
    This provides a risk score ranging from 0.01 to 99, with higher values
    indicating greater risk. Available from the GeoIP2 Insights web service only.
  • The following properties in the traits object have been deprecated in
    favor of the new anonymizer object. These properties will continue to work
    but users should migrate to using the anonymizer object:
    • isAnonymous
    • isAnonymousVpn
    • isHostingProvider
    • isPublicProxy
    • isResidentialProxy
    • isTorExitNode
  • Added the status property to WebServiceClientError. This property
    contains the HTTP status code when the error is the result of an HTTP
    response error. Network errors (timeouts, fetch errors) will not have a
    status code.

v6.2.0

Compare Source

  • Updated dependency maxmind to v5.0.0. This fixes an issue where an
    older version of maxmind was technically allowed which did not support
    GeoIP Anonymous Plus. Reported by Carlos Alberto Costa Beppler. GitHub #​1587.

v6.1.0

Compare Source

  • Support for the GeoIP Anonymous Plus database has been added. To do a
    lookup in this database, use the anonymousPlus method on the
    database reader.

v6.0.0

Compare Source

  • Breaking Internal webservice calls now use Node's built-in fetch instead of http. This
    will affect users who are on unsupported versions of Node, specifically Node 17 and below.
  • Two new error codes have been added: NETWORK_TIMEOUT and FETCH_ERROR, second of which is returned
    when there's a fetch related error that could not be handled by other errors.
  • The ip6addr dependency has been removed.
  • metroCode on LocationRecord has been marked deprecated. The code values
    are no longer being updated.

v5.0.0

Compare Source

  • Breaking Drop node 16 support
  • The isAnycast attribute was added to TraitsRecord. This is true if
    the IP address belongs to an anycast
    network
    . This is available for the
    GeoIP2 Country, City Plus, and Insights web services and the GeoIP2 Country,
    City, and Enterprise databases.
  • The boolean attributes on the record models are no longer optional. We
    set missing values to false during construction.

v4.2.0

Compare Source

  • Added Satellite to ConnectionType type.

v4.1.0

Compare Source

  • Update dependencies. Fixes issue #​911

v4.0.0

Compare Source

  • Breaking Drop Node 14 support

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Feb 22, 2025

⚠️ No Changeset found

Latest commit: 12bdfd5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/maxmind-geoip2-node-6.x branch from 38842ec to adf5d2a Compare May 5, 2025 19:13
@renovate renovate bot force-pushed the renovate/maxmind-geoip2-node-6.x branch from adf5d2a to 1ed853b Compare October 12, 2025 11:57
@renovate renovate bot force-pushed the renovate/maxmind-geoip2-node-6.x branch from 1ed853b to 12bdfd5 Compare November 23, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant