Releases: snowplow/scala-maxmind-iplookups
0.8.1
Version 0.8.0
The maintenance release with dependencies upgrades containing the most significant one, namely Cats Effect 3
Changelog
Scala Maxmind IP Lookups v0.7.2 (2021-08-11)
A maintenance release, with upgraded dependencies to newer versions, and uses github actions as our publishing workflow.
Extend copyright notice to 2021 (#162)
Update publishing workflow for GH pages (#125)
Run scalafmtCheck in github action (#160)
Migrate from travis to github actions (#159)
Bump scala-lru-map to 0.5.0 (#158)
Bump cats to 2.6.1 (#157)
Bump cats-effect to 2.5.3 (#156)
Bump maxmind geopip2 to 2.15.0 (#155)
Bump sbt to 1.5.5 (#154)
Scala Maxmind IP Lookups v0.7.1 (2020-07-07)
Maintenance release with dependency bumps and Snyk vulnerability scan integration.
Scala Maxmind IP Lookups v0.7.0 (2020-06-06)
API Changes
Add support for anonymous IP database (#132)
- Thanks to Mike Robins for this contribution.
Scala Maxmind IP Lookups v0.6.1 (2019-11-25)
This patch release adds support for Spark applications.
API changes
Default isInEuropeanUnion to false in case of NoSuchMethodError (#123)
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)
Scala Maxmind IP Lookups v0.5.0 (2018-06-29)
Scala Maxmind IP Lookups v0.4.0 (2018-04-04)
Improvements
- Upgrade to Maxmind's GeoIP2 databases (#35)
- Turn IpLookupResult into a case class (#47)
- Remove organization file argument (#48)
- Differentiate between absent MaxMind file and failed lookup (#46)
- Remove useless Future (#44)
- Upgrade to Scala 2.12 (#38)
Build
- Bump SBT to 1.1.1 (#52)
- Add CI/CD (#50)
- Bump specs2 to 4.0.3 (#49)
- Remove dependency resolvers (#37)
- Add Bintray credentials to .travis.yml (#51)
- Add Sonatype credentials to .travis.yml (#54)