ip2location-io 1.4.0 → 1.5.0
raw patch · 6 files changed
+11/−6 lines, 6 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ IPGeolocation: [is_ai_crawler] :: ProxyObj -> Bool
- IPGeolocation: ProxyObj :: Int -> String -> String -> String -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> ProxyObj
+ IPGeolocation: ProxyObj :: Int -> String -> String -> String -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> ProxyObj
Files
- ChangeLog.md +4/−0
- Configuration.hs +2/−2
- DomainWhois.hs +1/−1
- IPGeolocation.hs +2/−1
- LICENSE +1/−1
- ip2location-io.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for ip2location.io +## 1.5.0 -- 2026-04-27++* Added support for is_ai_crawler field.+ ## 1.4.0 -- 2025-09-26 * Added support for as_info section.
Configuration.hs view
@@ -1,7 +1,7 @@ {-| Module : Configuration Description : IP2Location.io Haskell package -Copyright : (c) IP2Location, 2025 +Copyright : (c) IP2Location, 2026 License : MIT Maintainer : sales@ip2location.com Stability : experimental @@ -28,4 +28,4 @@ -} open :: String -> IO Config open apikey = do - return (Config apikey "sdk-haskell-iplio" "1.4.0") + return (Config apikey "sdk-haskell-iplio" "1.5.0")
DomainWhois.hs view
@@ -2,7 +2,7 @@ {-| Module : DomainWhois Description : IP2Location.io Haskell package -Copyright : (c) IP2Location, 2025 +Copyright : (c) IP2Location, 2026 License : MIT Maintainer : sales@ip2location.com Stability : experimental
IPGeolocation.hs view
@@ -2,7 +2,7 @@ {-| Module : IPGeolocation Description : IP2Location.io Haskell package -Copyright : (c) IP2Location, 2025 +Copyright : (c) IP2Location, 2026 License : MIT Maintainer : sales@ip2location.com Stability : experimental @@ -120,6 +120,7 @@ is_public_proxy :: Bool, is_web_proxy :: Bool, is_web_crawler :: Bool, + is_ai_crawler :: Bool, is_residential_proxy :: Bool, is_consumer_privacy_network :: Bool, is_enterprise_private_network :: Bool,
LICENSE view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 IP2Location+Copyright (c) 2025-2026 IP2Location Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
ip2location-io.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.4.0+version: 1.5.0 -- A short (one-line) description of the package. synopsis: IP2Location.io Haskell package for IP geolocation and domain WHOIS.