Scala Maxmind IP Lookups v0.6.0 (2019-11-21)
API changes
Add support for isInEuropeanUnion flag (#87)
Add support for continent and accuracyRadius to the model (#101)
Introduce tagless final encoding (#108)
Support cats.Id (#112)
Abstract over IpLookups creation (#113)
Add function to combine errors raised when processing a CityResponse (#120)
Documentation
Add readme examples (#79)
Dependency upgrades
Bump geoip2 to 2.12.0 (#93)
Bump cats-effect to 1.2.0 (#90)
Bump cats-core to 1.6.0 (#91)
Bump scala-lru-map to 0.3.0 (#105)
Bump specs2-core to 4.4.1 (#110)
Bump Scala to 2.12.8 and remove Scala 2.11 support (#89)
Build
Bump SBT to 1.2.8 (#109)
Use sbt-tpolecat (#102)
Change Travis distribution to Trusty (#117)
Misc
Remove thread safety warning regarding LRU cache from readme file (#99)
Extend copyright to 2019 (#111)