Skip to content

Releases: myarichuk/SharpArena

Release v0.7.20

31 Mar 21:06
7cad667

Choose a tag to compare

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

21 Mar 17:35
bb9f9f6

Choose a tag to compare

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

21 Mar 17:33
474031a

Choose a tag to compare

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

21 Mar 17:32
4414b3b

Choose a tag to compare

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

21 Mar 17:17
6ee51c9

Choose a tag to compare

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

21 Mar 17:16
705a740

Choose a tag to compare

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

16 Mar 15:58
483a7ba

Choose a tag to compare

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

16 Mar 08:31
d8ae696

Choose a tag to compare

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

16 Mar 08:27
f3951fa

Choose a tag to compare

What's Changed

Full Changelog: v0.7.11...v0.7.12

Release v0.7.11

15 Mar 12:16
1a8ee74

Choose a tag to compare

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