Update dependency com.maxmind.geoip2:geoip2 to v2.17.0 #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.11.0
->2.17.0
Release Notes
maxmind/GeoIP2-java (com.maxmind.geoip2:geoip2)
v2.17.0
: 2.17.0Compare Source
branch. In particular, this fixes an issue deserializing the
new
connection_type
from the GeoIP2 web services.maxmind-db
dependencies.v2.16.1
Compare Source
JsonProperty
annotations togetMobileCountryCode()
andgetMobileNetworkCode()
so that it is possible to serialize theobject as JSON and then deserialize without losing data.
v2.16.0
Compare Source
added for the GeoIP2 ISP and Enterprise databases as well as the GeoIP2
City and Insights web services.
getMobileCountryCode()
andgetMobileNetworkCode()
were added tocom.maxmind.geoip2.model.IspResponse
for the GeoIP2 ISP database and
com.maxmind.geoip2.record.Traits
for theEnterprise database and the GeoIP2 City and Insights web services. We expect
this data to be available by late January, 2022.
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
v2.14.0
Compare Source
maxmind-db
dependency to reduce locking when being used frommultiple threads and to improve the exceptions thrown on an invalid
database.
v2.13.1
Compare Source
maxmind-db
dependency to fix handling of long strings in thedatabase. Reported by Dongmin Yu. GitHub #181.
v2.13.0
Compare Source
continue using 2.12.0.
DatabaseReader
now provides the methods that return anOptional
ratherthan 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. Thesereturn a
com.maxmind.db.Network
object representing the largest networkwhere all the fields besides the IP address are the same.
isAnonymousVpn()
andisHostingProvider()
to be more descriptive.DatabaseReader
methodscity()
andcountry()
can now be called onthe Enterprise database and the
country()
method can be called on Citydatabases. Request by Gergely Boromissza. GitHub #132.
getStaticIpScore()
andgetUserCount()
methods were added tocom.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
userId
toaccountId
in various places and support the future errorcodes
ACCOUNT_ID_REQUIRED
andACCOUNT_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.
This PR has been generated by Mend Renovate. View repository job log here.