All Versions
22
Latest Version
Avg Release Cycle
66 days
Latest Release
1550 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.9 Changes
August 06, 2020๐ Changes
- ๐ฒ The
LiteDatabase
ctor that takes aStream
for its data storage now takes anotherStream
as log storage. LiteDB can now be used with custom storage solutions (as long as it implementsStream
). - 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
- ๐ฒ The
-
v5.0.7 Changes
April 14, 2020๐ New
- Maximum index key length increased to 1023 bytes
- โฌ๏ธ
Upgrade
option inConnectionString
is now abool
again (DataOnly
no longer needed because index key length was increased) - Id field in resolved includes are now stored with
$id
key (instead of_id
)
๐ Bug fixes
-
v5.0.5 Changes
March 26, 2020 -
v5.0.4 Changes
March 12, 2020 -
v5.0.2 Changes
February 10, 2020 -
v5.0.1 Changes
February 03, 2020 -
v5.0.0-rc Changes
January 19, 2020๐ New
- Collation: define culture and sort comparer options to your database
Shrink
was renamed toRebuild
with change password/change collation option- ๐ Move some engine options to
Pragmas
- ๐ Rename
ConnectionMode.Embedded
toConnectionType.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 usingv5-rc
-
v5.0.0-beta Changes
October 29, 2019๐ New
- Be compatible with NETStandard 1.3
- โ Add back
UserVersion
forLiteEngine
andLiteDatabase
- ๐ Support for
ISet<T>
- ๐ Implement
EnumAsInteger
inBsonMapper
for better LINQ support - Shell tool in
netcore3.0
- โฌ๏ธ Upgrade to VS2019