We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1fa7f commit ffc744bCopy full SHA for ffc744b
CHANGELOG.md
@@ -5,6 +5,11 @@ CHANGELOG
5
------------------
6
7
* Java 17 or greater is now required.
8
+* Added support for MaxMind DB files larger than 2GB. The library now uses
9
+ an internal Buffer abstraction that can handle databases exceeding the
10
+ 2GB ByteBuffer limit. Files under 2GB continue to use a single ByteBuffer
11
+ for optimal performance. Requested by nonetallt. GitHub #154. Fixed by
12
+ Silvano Cerza. GitHub #289.
13
14
3.2.0 (2025-05-28)
15
0 commit comments