Releases: runk/mmdb-lib
Releases · runk/mmdb-lib
v3.0.1
v3.0.0
3.0.0 (2025-05-03)
Features
- uint64 and uint128 now decode to BigInts (a109747)
BREAKING CHANGES
- Values stored in the database as a 64 bit or 128 bit
unsigned integer will now be decoded to a BigInt. Previously, they
would be decode to a number if they were less than 281,474,976,710,656
and a string otherwise.