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

Bump geoip2/geoip2 from 2.13.0 to 3.0.0 in /_backend #3421

Merged
merged 3 commits into from
Mar 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps geoip2/geoip2 from 2.13.0 to 3.0.0.

Release notes

Sourced from geoip2/geoip2's releases.

3.0.0

  • IMPORTANT: PHP 8.1 or greater is now required.
  • BREAKING: Read-only properties are now used for the model and record classes rather than magic methods. This significantly improves performance.
  • BREAKING: The raw property on model classess and the record property on record classes have been removed.
  • BREAKING: On GeoIp2\Record\Traits, the deprecated isAnonymousProxy and isSatelliteProvider properties have been removed.
  • BREAKING: The jsonSerialize output has changed.
  • GeoIp2\WebService\Client methods now throw an InvalidArgumentException if an invalid IP address is passed to them. Previously, they would make a request to the web service and throw a GeoIp2\Exception\InvalidRequestException.
  • The isAnycast property was added to GeoIp2\Record\Traits. This returns 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.
Changelog

Sourced from geoip2/geoip2's changelog.

3.0.0 (2023-12-04)

  • IMPORTANT: PHP 8.1 or greater is now required.
  • BREAKING: Read-only properties are now used for the model and record classes rather than magic methods. This significantly improves performance.
  • BREAKING: The raw property on model classess and the record property on record classes have been removed.
  • BREAKING: On GeoIp2\Record\Traits, the deprecated isAnonymousProxy and isSatelliteProvider properties have been removed.
  • BREAKING: The jsonSerialize output has changed.
  • GeoIp2\WebService\Client methods now throw an InvalidArgumentException if an invalid IP address is passed to them. Previously, they would make a request to the web service and throw a GeoIp2\Exception\InvalidRequestException.
  • The isAnycast property was added to GeoIp2\Record\Traits. This returns 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.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 11, 2023
@dependabot dependabot bot requested a review from lewisgoddard December 11, 2023 11:08
@dependabot dependabot bot force-pushed the dependabot/composer/_backend/geoip2/geoip2-3.0.0 branch 2 times, most recently from a59df85 to 7fe5b10 Compare December 12, 2023 12:23
@lewisgoddard lewisgoddard self-assigned this Dec 12, 2023
@dependabot dependabot bot force-pushed the dependabot/composer/_backend/geoip2/geoip2-3.0.0 branch from 7fe5b10 to 7d52b17 Compare December 12, 2023 18:27
@dependabot dependabot bot force-pushed the dependabot/composer/_backend/geoip2/geoip2-3.0.0 branch from 7d52b17 to 93b8ea4 Compare December 26, 2023 00:50
@dependabot dependabot bot force-pushed the dependabot/composer/_backend/geoip2/geoip2-3.0.0 branch from 93b8ea4 to c1b6139 Compare January 8, 2024 14:03
@dependabot dependabot bot force-pushed the dependabot/composer/_backend/geoip2/geoip2-3.0.0 branch from c1b6139 to e2d3b99 Compare March 13, 2024 05:25
@lewisgoddard
Copy link
Member

@dependabot rebase

Bumps [geoip2/geoip2](https://github.com/maxmind/GeoIP2-php) from 2.13.0 to 3.0.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@v2.13.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/_backend/geoip2/geoip2-3.0.0 branch from e2d3b99 to 93e3426 Compare March 21, 2024 11:29
@lewisgoddard lewisgoddard enabled auto-merge (rebase) March 21, 2024 12:41
@lewisgoddard lewisgoddard merged commit 2043fd7 into master Mar 21, 2024
5 checks passed
@lewisgoddard lewisgoddard deleted the dependabot/composer/_backend/geoip2/geoip2-3.0.0 branch March 21, 2024 12:41
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.

1 participant