File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 0.9.1 (2026-02-18)
2+ --------------------------
3+ Avoid off-heap memory growth from JDK direct buffer caching (#186)
4+
15Version 0.9.0 (2026-02-06)
26--------------------------
37Extract ASN fields from ISP database (#183)
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ can also configure an LRU (Least Recently Used) cache of variable size
1919
2020## Installation
2121
22- The latest version of scala-maxmind-iplookups is ** 0.9.0 ** and is compatible with Scala 2.13.
22+ The latest version of scala-maxmind-iplookups is ** 0.9.1 ** and is compatible with Scala 2.13.
2323
2424Add this to your SBT config:
2525
2626``` scala
27- val maxmindIpLookups = " com.snowplowanalytics" %% " scala-maxmind-iplookups" % " 0.9.0 "
27+ val maxmindIpLookups = " com.snowplowanalytics" %% " scala-maxmind-iplookups" % " 0.9.1 "
2828```
2929
3030Retrieve the ` GeoLite2-City.mmdb ` file from the [ MaxMind downloads page] [ maxmind-downloads ]
@@ -295,7 +295,7 @@ As such we recommend upgrading to version 0.4.0 as soon as possible
295295
296296## Copyright and license
297297
298- Copyright 2012-2022 Snowplow Analytics Ltd.
298+ Copyright 2012-2026 Snowplow Analytics Ltd.
299299
300300Licensed under the [ Apache License, Version 2.0] [ license ] (the "License");
301301you may not use this software except in compliance with the License.
You can’t perform that action at this time.
0 commit comments