Skip to content

Releases: runk/mmdb-lib

v3.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 02:08
52bdcd0

3.0.3 (2026-07-30)

Bug Fixes

  • core: replace net dependency with local ip checks (630fd87)

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Jan 23:34
36e1d62

3.0.2 (2026-01-10)

Bug Fixes

  • update release pipeline (7c93e67)

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 23:10
d10c472

3.0.1 (2025-06-17)

Bug Fixes

  • decoder: handle mmdb files above 2.1GB (20daf49)
  • Fix string decoding in large mmdb files (d10c472)
  • general: use constant 2^31 limit for better readability (bd6ff13)
  • tests: add decoder tests to handle decoding strings at large offsets (2d22ffa)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 03 May 22:53
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.

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 02 May 01:57
ae84e9e

2.2.1 (2025-05-02)

Bug Fixes

  • correct handling of large uints (293091e)

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 23:18
0a287f2

2.2.0 (2025-04-29)

Features

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 29 May 01:36
1dec2e7

2.1.1 (2024-05-29)

Bug Fixes

  • Warning on assert import in browser env (c65e99b)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 23:19
3f1c943

2.1.0 (2023-12-04)

Features

  • add /traits/is_anycast prop definition (c547d36)

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Feb 04:02

2.0.2 (2022-02-03)

Bug Fixes

  • Address issues around utf8 string slicing (9bf3d24)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Jan 05:44

2.0.1 (2022-01-07)

Bug Fixes