LiteDB v5.0.9 Release Notes

Release Date: 2020-08-06 // over 3 years ago
  • ๐Ÿ”„ Changes

    • ๐ŸŒฒ The LiteDatabase ctor that takes a Stream for its data storage now takes another Stream as log storage. LiteDB can now be used with custom storage solutions (as long as it implements Stream).
    • Custom serializers and deserializers can now be used even with basic BSON types. This is useful if you don't want to lose precision when storing DateTime.

    ๐Ÿ› Bug fixes


Previous changes from v5.0.8