Skip to content

Commit

Permalink
Upgrade MaxMind.GeoIP2 to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 6, 2023
1 parent ab952c5 commit 30f8ea0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions MaxMind.MinFraud.UnitTest/TestData/factors-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"is_anonymous": true,
"is_anonymous_proxy": true,
"is_anonymous_vpn": true,
"is_anycast": true,
"is_hosting_provider": true,
"is_legitimate_proxy": false,
"is_public_proxy": true,
Expand Down
1 change: 1 addition & 0 deletions MaxMind.MinFraud.UnitTest/TestData/insights-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"is_anonymous": true,
"is_anonymous_proxy": true,
"is_anonymous_vpn": true,
"is_anycast": true,
"is_hosting_provider": true,
"is_legitimate_proxy": false,
"is_public_proxy": true,
Expand Down
2 changes: 1 addition & 1 deletion MaxMind.MinFraud/MaxMind.MinFraud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MaxMind.GeoIP2" Version="5.1.0" />
<PackageReference Include="MaxMind.GeoIP2" Version="5.2.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
</ItemGroup>

Expand Down
7 changes: 6 additions & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

4.2.0
4.2.0 (2023-12-05)
------------------

* .NET 5.0 has been removed as a target as it has reach its end of life.
Expand All @@ -13,6 +13,11 @@ Release Notes
Pull request by Ian Göbl. GitHub #152.
* Added `GooglePay` to the `PaymentProcessor` enum.
* Added `Placetopay` to the `PaymentProcessor` enum.
* Updated `MaxMind.GeoIP2` dependency to version that includes the `IsAnycast`
property on `MaxMind.GeoIP2.Model.Traits`. This is `true` if the IP address
belongs to an [anycast network](https://en.wikipedia.org/wiki/Anycast).
This is available in minFraud Insights and Factors.


4.1.0 (2022-03-28)
------------------
Expand Down

0 comments on commit 30f8ea0

Please sign in to comment.