Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps geoip2/geoip2 from 3.2.0 to 3.3.0.

Release notes

Sourced from geoip2/geoip2's releases.

3.3.0

  • A new anonymizer property has been added to GeoIp2\Model\Insights. This property is an instance of GeoIp2\Record\Anonymizer and provides information about whether the IP address belongs to an anonymous network, VPN provider details (including confidence, providerName, and networkLastSeen), and various anonymity flags. This data is available from the GeoIP2 Insights web service.
  • A new ipRiskSnapshot property has been added to GeoIp2\Record\Traits. This property provides a risk score from 0.01 to 99.99 indicating the risk associated with the IP address. Higher values indicate higher risk. This is a static snapshot that is less dynamic than minFraud risk scoring. This attribute is only available from the GeoIP2 Insights web service.
  • The isAnonymous, isAnonymousVpn, isHostingProvider, isPublicProxy, isResidentialProxy, and isTorExitNode properties in GeoIp2\Record\Traits have been deprecated. Please use the corresponding properties in the new anonymizer object in the Insights response instead.
Changelog

Sourced from geoip2/geoip2's changelog.

3.3.0 (2025-11-20)

  • A new anonymizer property has been added to GeoIp2\Model\Insights. This property is an instance of GeoIp2\Record\Anonymizer and provides information about whether the IP address belongs to an anonymous network, VPN provider details (including confidence, providerName, and networkLastSeen), and various anonymity flags. This data is available from the GeoIP2 Insights web service.
  • A new ipRiskSnapshot property has been added to GeoIp2\Record\Traits. This property provides a risk score from 0.01 to 99.99 indicating the risk associated with the IP address. Higher values indicate higher risk. This is a static snapshot that is less dynamic than minFraud risk scoring. This attribute is only available from the GeoIP2 Insights web service.
  • The isAnonymous, isAnonymousVpn, isHostingProvider, isPublicProxy, isResidentialProxy, and isTorExitNode properties in GeoIp2\Record\Traits have been deprecated. Please use the corresponding properties in the new anonymizer object in the Insights response instead.
Commits
  • 49fcedd Update for v3.3.0
  • f8e5f5d Update release deps
  • f8398ad Set release date
  • 063db1e Update deps
  • 02a79e7 Merge pull request #279 from maxmind/greg/eng-3314-ip-risk-and-anonymous-plus...
  • 341119e Add anonymizer and IP risk data to Insights web service
  • 144d04e Add CLAUDE.md documentation for AI assistants
  • 444ddcb Merge pull request #278 from maxmind/greg/eng-3236
  • 47b5ec5 Set Dependabot cooldown period to 4 days
  • 6dfae22 Merge pull request #277 from maxmind/wstorey/eng-3188-zizmor-github-action-do...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [geoip2/geoip2](https://github.com/maxmind/GeoIP2-php) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/maxmind/GeoIP2-php/releases)
- [Changelog](https://github.com/maxmind/GeoIP2-php/blob/main/CHANGELOG.md)
- [Commits](maxmind/GeoIP2-php@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: geoip2/geoip2
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 24, 2025
@lewisgoddard lewisgoddard enabled auto-merge (squash) November 25, 2025 04:58
@lewisgoddard lewisgoddard merged commit bdfb842 into master Nov 25, 2025
5 checks passed
@lewisgoddard lewisgoddard deleted the dependabot/composer/_backend/geoip2/geoip2-3.3.0 branch November 25, 2025 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants