Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 22:53
· 11 commits to master since this release
153def4

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.