v5.0.0
5.0.0 (2025-08-06)
Features
BREAKING CHANGES
- Values stored in the database as uint64 or uint128
will now be decoded to BigInt. Previously, they were decoded as strings.
This change comes from mmdb-lib v3 which now uses BigInt for all 64-bit
and 128-bit unsigned integers.