Skip to content

Releases: bitsocialnet/bso-resolver

v0.0.7

02 May 06:22

Choose a tag to compare

0.0.7 (2026-05-02)

Features

  • implement pkc-js NameResolverInterface (0c0db69)

Bug Fixes

  • ci: regenerate lock file with missing utf-8-validate v5 (cfdffbf)

v0.0.6

19 Apr 04:04

Choose a tag to compare

0.0.6 (2026-04-19)

Features

  • record provider provenance on cached resolves (18c7f88)

v0.0.5

19 Apr 01:26

Choose a tag to compare

0.0.5 (2026-04-19)

v0.0.4

10 Apr 05:49

Choose a tag to compare

0.0.4 (2026-04-10)

Bug Fixes

  • ci: fix npm trusted publishing failures (6c6d9db)
  • trigger initial trusted publishing pipeline test (ae62998)

v0.0.3

08 Apr 11:08

Choose a tag to compare

0.0.3 (2026-04-08)

v0.0.2

08 Apr 08:20

Choose a tag to compare

0.0.2 (2026-04-08)

Features

  • abort/destroy cancels connections, add WebSocket transport support (22a68e5)
  • add abortSignal support to resolveBso (923ced7)
  • add automatic versioning with release-it and CI workflows (76dca57)
  • add browser runtime and Vitest Playwright tests (6098de0)
  • add createBsoResolver factory with caching and singleton client (7410b32)
  • add input validation and error context to resolveBso (5255ff5)
  • add persistent cache with SQLite and IndexedDB backends (7d6ba9d)
  • refactor to BsoResolver class with destroy() and shared resource registries (1e56e9f)
  • return parsed object from resolveBso (1491791)
  • stale-while-revalidate cache with in-flight deduplication (8412add)

Bug Fixes

  • handle unhandled errors in destroy() and IndexedDB operations (9972b26)
  • resolve IndexedDB transactions on tx.oncomplete instead of request.onsuccess (c3130b4)