Releases: myarichuk/SharpArena
Releases · myarichuk/SharpArena
Release v0.7.20
What's Changed
- fix: enforce maximum expression length in MathParser by @myarichuk in #63
Full Changelog: v0.7.19...v0.7.20
Release v0.7.19
What's Changed
- test: add happy path tests for ArenaBlockList.GetSpan() by @myarichuk in #60
Full Changelog: v0.7.18...v0.7.19
Release v0.7.18
What's Changed
- test: Add tests for NativeAllocator.ApplyProtection() by @myarichuk in #62
- 🔒 fix: prevent out-of-bounds writes in unmanaged collections by @myarichuk in #61
Full Changelog: v0.7.17...v0.7.18
Release v0.7.17
What's Changed
- 🧪 test: add tests for ToArenaList extension method by @myarichuk in #59
Full Changelog: v0.7.16...v0.7.17
Release v0.7.16
What's Changed
- test: add happy path test for ArenaList.AsReadOnlySpan() by @myarichuk in #58
Full Changelog: v0.7.15...v0.7.16
Release v0.7.15
What's Changed
- test: add happy path test for ArenaList.AsSpan() by @myarichuk in #57
Full Changelog: v0.7.14...v0.7.15
Release v0.7.14
What's Changed
- chore: remove unnecessary thread locks and fix possible struct copy issue by @myarichuk in #56
Full Changelog: v0.7.13...v0.7.14
Release v0.7.13
What's Changed
- docs: document ArenaList growth memory consumption by @myarichuk in #54
Full Changelog: v0.7.12...v0.7.13
Release v0.7.12
What's Changed
- tests: add more tests for ArenaList by @myarichuk in #55
Full Changelog: v0.7.11...v0.7.12
Release v0.7.11
What's Changed
- fix: security fix for integer truncation in arena memory copies by @myarichuk in #52
- fix: resolve security, performance and documentation issues by @myarichuk in #53
Full Changelog: v0.7.10...v0.7.11