Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Bump geoip2 from 2.12.0 to 2.15.0 #454

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps geoip2 from 2.12.0 to 2.15.0.

Release notes

Sourced from geoip2's releases.

2.15.0

  • No changes since 2.15.0-rc1.

2.15.0-rc1

  • The HTTP client now allows up to 20 connections to be active at once. Previously the limit was 2.
  • Update maxmind-db dependency to a new version that no longer uses Jackson. This improves database lookup performance.
  • The isResidentialProxy() method was added to com.maxmind.geoip2.model.AnonymousIpResponse and com.maxmind.geoip2.record.Traits for use with the Anonymous IP database and GeoIP2 Precision insights.

2.14.0

  • Update maxmind-db dependency to reduce locking when being used from multiple threads and to improve the exceptions thrown on an invalid database.
  • Update Jackson dependencies.

2.13.1

  • Update maxmind-db dependency to fix handling of long strings in the database. Reported by Dongmin Yu. GitHub #181.
  • Update Jackson dependencies.

2.13.0

  • IMPORTANT: Java 8 is now required. If you need Java 7 support, please continue using 2.12.0.
  • DatabaseReader now provides the methods that return an Optional rather than throwing an exception when the record is not found in the database. These methods are prefixed with "try". Closes #28. Pull request by Luke Butters. GitHub #147.
  • getNetwork() methods have been added to the various response models. These return a com.maxmind.db.Network object representing the largest network where all the fields besides the IP address are the same.
  • Updated documentation of anonymizer methods isAnonymousVpn() and isHostingProvider() to be more descriptive.
  • The DatabaseReader methods city() and country() can now be called on the Enterprise database and the country() method can be called on City databases. Request by Gergely Boromissza. GitHub #132.
  • New getStaticIpScore() and getUserCount() methods were added to com.maxmind.geoip2.record.Traits for use with GeoIP2 Precision Insights. They represent a measure of how static or dynamic an IP address is, and an estimate of the number of users sharing a given address or network, respectively.
Changelog

Sourced from geoip2's changelog.

2.15.0 (2020-10-14)

  • No changes since 2.15.0-rc1.

2.15.0-rc1 (2020-09-29)

  • The HTTP client now allows up to 20 connections to be active at once. Previously the limit was 2.
  • Update maxmind-db dependency to a new version that no longer uses Jackson. This improves database lookup performance.
  • The isResidentialProxy() method was added to com.maxmind.geoip2.model.AnonymousIpResponse and com.maxmind.geoip2.record.Traits for use with the Anonymous IP database and GeoIP2 Precision insights.

2.14.0 (2020-06-15)

  • Update maxmind-db dependency to reduce locking when being used from multiple threads and to improve the exceptions thrown on an invalid database.
  • Update Jackson dependencies.

2.13.1 (2020-03-03)

  • Update maxmind-db dependency to fix handling of long strings in the database. Reported by Dongmin Yu. GitHub #181.
  • Update Jackson dependencies.

2.13.0 (2019-12-18)

  • IMPORTANT: Java 8 is now required. If you need Java 7 support, please continue using 2.12.0.
  • DatabaseReader now provides the methods that return an Optional rather than throwing an exception when the record is not found in the database. These methods are prefixed with "try". Closes #28. Pull request by Luke Butters. GitHub #147.
  • getNetwork() methods have been added to the various response models. These return a com.maxmind.db.Network object representing the largest network where all the fields besides the IP address are the same.
  • Updated documentation of anonymizer methods isAnonymousVpn() and isHostingProvider() to be more descriptive.
  • The DatabaseReader methods city() and country() can now be called on the Enterprise database and the country() method can be called on City databases. Request by Gergely Boromissza. GitHub #132.
  • New getStaticIpScore() and getUserCount() methods were added to
Commits
  • 0d68230 [maven-release-plugin] prepare release v2.15.0
  • 94b4b05 update version number in README.md
  • 48b9427 Add changelog entry for 2.15.0
  • b0e812d Merge pull request #227 from maxmind/dependabot/maven/com.maxmind.db-maxmind-...
  • d2f9573 Bump maxmind-db from 2.0.0-rc2 to 2.0.0
  • 802fd7b Merge pull request #226 from maxmind/dependabot/maven/junit-junit-4.13.1
  • d044fde Bump junit from 4.13 to 4.13.1
  • 73bf12a Merge pull request #225 from maxmind/dependabot/maven/org.apache.httpcomponen...
  • e1db2c5 Bump httpclient from 4.5.12 to 4.5.13
  • f44ad4f Merge pull request #224 from maxmind/horgh/github-action
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants