golang-set v2.9.0 Release Notes
Release Date: 2026-04-21 // about 2 months ago-
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
- @lazychanger made their first contribution in #166
- @mai7star made their first contribution in #171
Full Changelog : v2.8.0...v2.9.0
Previous changes from v1.7.1
-
- 🛠 Fixes PowerSet functionality which previously caused panic
- ✅ Adds additional unit-testing