Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 06:55
· 19 commits to master since this release
31e81f9

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.