LiteDB v5.0.0-rc Release Notes

Release Date: 2020-01-19 // over 4 years ago
  • ๐Ÿ†• New

    • Collation: define culture and sort comparer options to your database
    • Shrink was renamed to Rebuild with change password/change collation option
    • ๐Ÿšš Move some engine options to Pragmas
    • ๐Ÿ“‡ Rename ConnectionMode.Embedded to ConnectionType.Direct
    • โž• Adding EnsureIndex method in Repository pattern
    • ๐Ÿ‘Œ Support JsonEx syntax for special data types in BsonExpression parser
    • Create $page_list and $dump(pageID) system collections
    • Do not allow current document in aggregation expressions
    • ๐Ÿ›  Lot of bugfixes

    ๐Ÿ’ฅ BREAKING: Datafiles created with v5-alpha/beta are not compatible with this version. You must re-create your datafile using v5-rc