Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 05:00
· 23 commits to production since this release

1.3.0 (2026-08-23)

Bug Fixes

  • cap stack segment length to what can fit in a single buffer (d6ea6ed)

Features

  • add ensureSpareBuffer so we can make sure allocations on other threads have space (84409be)
  • add way to view and control maxLength of stacks and pools + view used memory (336c3d9)
  • increase default buffer size to 1MB (f0d9d72)
  • make SharedList thread safe (a56dfc1)