Skip to content

Releases: Bobris/BTDB

14.5.2

09 Jul 07:35
Compare
Choose a tag to compare

Fixed

Event Deserialization does not eagerly require Types exists in List and Dictionary.
Iterator fix for back reference in inlined lists and dictionaries. Now really works ;-)

14.5.1

20 Jun 13:44
Compare
Choose a tag to compare

Fixed

Shut up Coverity. DiskChunkCache findings are false positives.
Iterator fix for back reference in inlined lists and dictionaries.
EventStore2Layer Deserializer bug in specific case.

14.5.0

13 Jun 21:32
Compare
Choose a tag to compare

Added

Allow to use DateTime.MinValue and DateTime.MaxValue in ordered context - they will be automatically converted to UTC.

14.4.0

10 Jun 19:19
Compare
Choose a tag to compare

Fixed

ListBy... methods in relations now correct type of AdvancedEnumeratorParam

14.3.0

10 Jun 00:52
Compare
Choose a tag to compare

Fixed

Made order of properties in EventSerializers stable by sorting them by name.

14.2.1

07 Jun 22:55
Compare
Choose a tag to compare

Fixed

EventLayer2 serialization of Dictionary<int, Dictionary<int, ComplexObject>> property.

14.2.0

06 Jun 07:16
Compare
Choose a tag to compare

Changed

IOC RegisterInstance(object value) now must be explicitly used so new RegisterInstance(object value) could be used.

14.1.0

06 Jun 07:08
Compare
Choose a tag to compare

Added

IOC RegisterInstance(object value) overload.

14.0.0

05 Jun 22:08
Compare
Choose a tag to compare

Added

RollbackAdvised property on KV and Object transactions interfaces to simplify notification of some infrastructure code to rollback transaction instead of committing it.

Relations support inheriting of methods from other interfaces.

Breaking change

IOC RegisterInstance(T value) now allows also value types as T, and value is not registered as value.GetType() but as typeof(T), which is same behavior as AutoFac.

13.1.0

03 Jun 22:10
Compare
Choose a tag to compare

Added

Possibility to limit number of removed items at once in prefix based remove in relations.