Skip to content

v2.9.0 - Reduce allocations, new PopN method, BSON support, deadlock fix

Latest

Choose a tag to compare

@deckarep deckarep released this 21 Apr 00:28
006faa1

What's Changed

  • Deadlock: if the callback on Each panics and the app has a recovery - issue 163 by @deckarep in #164
  • Implement BSON Marshaler support by @ryclarke in #142
  • feat: add PopN method to remove multiple arbitrary items from set by @lazychanger in #166
  • Specify Map Capacity for Sets by @mai7star in #171
  • Add update notes for version 2.9.0 by @deckarep in #174

New Contributors

Full Changelog: v2.8.0...v2.9.0