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

Update dependency com.maxmind.geoip2:geoip2 to v2.17.0 #31

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 2, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.maxmind.geoip2:geoip2 (source) 2.11.0 -> 2.17.0 age adoption passing confidence

Release Notes

maxmind/GeoIP2-java (com.maxmind.geoip2:geoip2)

v2.17.0: 2.17.0

Compare Source

  • Updated model classes with non-breaking changes from the 4.2.0
    branch. In particular, this fixes an issue deserializing the
    new connection_type from the GeoIP2 web services.
  • Updated Jackson and maxmind-db dependencies.

v2.16.1

Compare Source

  • Added JsonProperty annotations to getMobileCountryCode() and
    getMobileNetworkCode() so that it is possible to serialize the
    object as JSON and then deserialize without losing data.

v2.16.0

Compare Source

  • Support for mobile country code (MCC) and mobile network codes (MNC) was
    added for the GeoIP2 ISP and Enterprise databases as well as the GeoIP2
    City and Insights web services. getMobileCountryCode() and
    getMobileNetworkCode() were added to com.maxmind.geoip2.model.IspResponse
    for the GeoIP2 ISP database and com.maxmind.geoip2.record.Traits for the
    Enterprise database and the GeoIP2 City and Insights web services. We expect
    this data to be available by late January, 2022.
  • Deprecated model constructors that exist for backwards compatibility.
    These constructors are not generally used by users of this library
    directly except perhaps when mocking the reader in tests.

v2.15.0

Compare Source

  • No changes since 2.15.0-rc1.

v2.14.0

Compare Source

  • 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.

v2.13.1

Compare Source

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

v2.13.0

Compare Source

  • 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.

v2.12.0

Compare Source

  • Rename userId to accountId in various places and support the future error
    codes ACCOUNT_ID_REQUIRED and ACCOUNT_ID_UNKNOWN.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/com.maxmind.geoip2-geoip2-2.x branch from 3b1b6c8 to dbe8496 Compare June 3, 2023 20:03
@renovate renovate bot force-pushed the renovate/com.maxmind.geoip2-geoip2-2.x branch from dbe8496 to 066c4cb Compare June 5, 2023 16:51
@alanorth alanorth force-pushed the main-test branch 2 times, most recently from 654c3b9 to 250f609 Compare June 9, 2023 20:09
@alanorth alanorth force-pushed the main-test branch 3 times, most recently from b6ed4e8 to b705f12 Compare June 25, 2023 16:36
@renovate renovate bot force-pushed the renovate/com.maxmind.geoip2-geoip2-2.x branch 2 times, most recently from 68a8455 to 8fd4c92 Compare June 27, 2023 10:49
@renovate renovate bot force-pushed the renovate/com.maxmind.geoip2-geoip2-2.x branch 2 times, most recently from 2bc1681 to cdd9085 Compare June 30, 2023 17:16
@alanorth alanorth force-pushed the main-test branch 3 times, most recently from cf439c0 to a54ae53 Compare July 4, 2023 04:58
@renovate renovate bot force-pushed the renovate/com.maxmind.geoip2-geoip2-2.x branch from cdd9085 to 223cc3b Compare August 10, 2023 19:45
@renovate renovate bot changed the title Update dependency com.maxmind.geoip2:geoip2 to v2.16.1 Update dependency com.maxmind.geoip2:geoip2 to v2.17.0 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/com.maxmind.geoip2-geoip2-2.x branch from 223cc3b to e0193e9 Compare November 21, 2023 19:42
@renovate renovate bot force-pushed the renovate/com.maxmind.geoip2-geoip2-2.x branch from e0193e9 to 142104e Compare November 27, 2023 10:38
@renovate renovate bot force-pushed the renovate/com.maxmind.geoip2-geoip2-2.x branch from 142104e to a4bdd34 Compare November 28, 2023 08:16
@alanorth alanorth merged commit 6f2ee6e into main-test Nov 28, 2023
14 checks passed
@alanorth alanorth deleted the renovate/com.maxmind.geoip2-geoip2-2.x branch November 28, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant