Skip to content

Releases: Reloaded-Project/Reloaded.Memory.Buffers

1.4.6

17 Jun 23:15
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

Unreleased

1.4.6 - 2022-06-18

Commits

  • Changed: Do not include unnecessary dependency in .NET 5 & .NET 6 2fcea9a

1.4.5

17 Jun 13:06
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

Unreleased

1.4.5 - 2022-06-17

Commits

  • Updated: Reloaded.Memory to Trimmable Version e17a350

1.4.4

19 Apr 08:07
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

Unreleased

1.4.4 - 2022-04-19

Merged

  • Increase Create[Private]MemoryBuffer reliability #2

Commits

  • make Create[Private]MaemoryBuffer more reliable on wine 5a2a38d
  • Bumped: Version of Reloaded.Memory.Buffers 469c893

1.4.3

13 Apr 19:25
a5c05ad
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

Unreleased

1.4.3 - 2022-04-13

Merged

  • Increase MemoryBufferHelper.Allocate reliability #1

Commits

  • make MemoryBufferHelper.Allocate more reliable (with wine) 8f0899a
  • Bumped: Version of Reloaded.Memory.Buffers a5c05ad

1.4.2

17 Mar 14:47
120040d
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

Unreleased

1.4.2 - 2022-03-17

Commits

  • Create FUNDING.yml 58505e9
  • Changed: Mark Library as Trimmable f0302e0
  • Updated: Tests config for Code Coverage Tool 03555da
  • Create: Build GitHub Actions Configuration ca98278
  • Update README.md 120040d

1.4.1

09 Sep 21:16
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

1.4.1 - 2021-09-09

Commits

  • Fixed: Do Not Assume Buffer Start Ptr is Memory Aligned ff78e21
  • Updated AppVeyor.yml 8084c09

1.3.5

01 Feb 22:15
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

1.3.5 - 2021-02-01

Commits

  • Update Version to 1.3.5 and Build for .NET 5 aa91d66
  • Add AppVeyor Configuration c898e6b

Hotfix | 1.3.4

10 Dec 16:49
Compare
Choose a tag to compare

Bug Fixes

MemoryPages.GetPages() would not terminate on some machines after the last page.

Improvements

Added some error handling for calls to VirtualQuery and its derivatives.

Minor #3 Patch #3

04 Sep 03:42
Compare
Choose a tag to compare

Fixes

  • SetAlignment function was not functional. 🤦‍♀️

Minor #3 Patch #2

04 Sep 02:51
Compare
Choose a tag to compare

Changes

  • Re-hid the SetAlignment function in MemoryBufferProperties in case the user is unaware that obtaining the properties gets a copy.

  • Exposed an SetAlignment function in base MemoryBuffer class, which will read the properties, edit alignment and write back.