Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

1.3.0

Compare
Choose a tag to compare
@oschwald oschwald released this 21 Jan 21:45
· 110 commits to main since this release
  • LookupService will now throw an InvalidDatabaseException if there is a
    problem with the database. This is a unchecked, runtime exception in order
    to not introduce an API change. Previously LookupService would swallow
    exceptions, either returning null or an invalid value or throwing an
    exception such as ArrayIndexOutOfBoundsException cause by the invalid
    state.
  • When using GEOIP_MEMORY_CACHE, the number of allocations has been reduced,
    providing a moderate performance increase.
  • Minor code clean-up and de-duplication.