We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60164fe commit a76672dCopy full SHA for a76672d
CHANGELOG.md
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
4
+3.3.0 (2023-12-05)
5
+------------------
6
+
7
+* Updated `geoip2` dependency to version that includes the `isAnycast` method
8
+ on `com.maxmind.geoip2.record.Traits`. This returns `true` if the IP
9
+ address belongs to an [anycast network](https://en.wikipedia.org/wiki/Anycast).
10
+ This is available in minFraud Insights and Factors.
11
12
3.2.0 (2023-10-27)
13
------------------
14
pom.xml
@@ -59,7 +59,7 @@
59
<dependency>
60
<groupId>com.maxmind.geoip2</groupId>
61
<artifactId>geoip2</artifactId>
62
- <version>4.1.0</version>
+ <version>4.2.0</version>
63
</dependency>
64
65
<groupId>commons-validator</groupId>
0 commit comments