Skip to content

Version 6.4.1

Compare
Choose a tag to compare
@notheotherben notheotherben released this 20 Nov 06:11
· 312 commits to main since this release

This release is intended to add support for storing binary data within your MongoDB collections through the use of Buffer objects and the MongoDB Binary type.

It is now possible to mark a property as requiring binary serialization and validation using the Iridium.Binary decorator.

In addition to this, there was a bit of refactoring done to make adding additional default validators and transforms easier in future.

This patch addresses an issue with cloning a buffer object, resulting in random memory being used to populate the new buffer.