Skip to content

2.6.0: Improved Caching

Compare
Choose a tag to compare
@oschwald oschwald released this 13 Jan 18:15
  • This release was updated to 1.2.0 of the MaxMind DB reader, which includes
    faster caching with fewer allocations.
  • The IP addresses in the database models are now injected via Jackson rather
    than being added to the JsonNode before deserialization. Pull requests by
    Viktor Szathmáry. GitHub #56.