Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: awnumar/memguard

v0.23.0

27 Aug 22:19
b28f395

Choose a tag to compare

What's Changed

  • Improve concurrent test; replace depreciated Slice conversion by @awnumar in #172
  • Bumping minor version since last release upgraded Go version in go.mod.

Full Changelog: v0.22.6...v0.23.0

v0.22.6

27 Aug 20:57

Choose a tag to compare

What's Changed

Full Changelog: v0.22.5...v0.22.6

v0.22.5

28 Mar 19:23
4ed2841

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.22.4...v0.22.5

v0.22.4

04 Dec 20:10
fce56aa

Choose a tag to compare

  • Fix deadlock when panic occurs during Purge
  • Stop auto-initialising a global Coffer at program start
  • Improvements to mutex handling in core
  • Update memcall dependency

v0.22.3

15 Jun 17:21
9572d00

Choose a tag to compare

  • Improvements to locking in core
  • Patch a race condition in core

v0.22.2

30 Apr 21:59

Choose a tag to compare

Patch deadlock issue #135

v0.22.1

21 Mar 10:54

Choose a tag to compare

patch thread-safety bug

v0.22.0

20 Mar 14:18
153b5da

Choose a tag to compare

Changed error handling and added some convenience methods to Stream.

v0.21.0

27 Nov 22:01

Choose a tag to compare

  • Add in-memory encrypted streaming ability. #128

v0.20.1

28 Oct 12:45
1dcdba3

Choose a tag to compare

Harden safe termination functionality.