Skip to content

Releases: Bobris/BTDB

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.

13.0.0

07 May 00:05
Compare
Choose a tag to compare

Added

Ported to .NetCore 2.0.

Simplified Nuget. Now it embed pdb and with SourceLink. GitHub releases contains zipped BTDB sources.

New releaser project to automate releasing.