Skip to content

Releases: dj-nitehawk/MongoDB.Entities

v12.7 Release

14 Jun 07:26
Compare
Choose a tag to compare
  • new [Preserve] attribute to decorate properties for use with SavePreserving()
  • improvements to SavePreserving() internals
  • other minor code changes
  • new tests

v12.6 Release

13 Jun 17:08
Compare
Choose a tag to compare
  • .SavePreserving() no longer needs to retrieve the entity first for updating
  • updated tests
  • code cleanup

v12.5.2 Release

12 Jun 14:43
Compare
Choose a tag to compare
  • improve Many<T> index creation under high concurrency

v12.5.1 Release

10 Jun 06:50
Compare
Choose a tag to compare
  • Entity base class now has an optional property OwnerID
  • consolidate convension packs
  • upgrade dependencies

v12.4 Release

26 May 07:01
Compare
Choose a tag to compare
  • ability to get sequential numbers for any given sequence name
  • minor xml documentation updates

v12.3 Release

22 May 06:56
Compare
Choose a tag to compare
  • multi db support for sequential number generation
  • task cancellation support for sequential number generation
  • new tests

v12.2.1 Release

21 May 16:23
Compare
Choose a tag to compare
  • more options for index creation by using CreateIndexOptions<T>
  • Entity.NextSequentialNumber() method for generating incremental numbers using mongodb
  • new tests

v12.1.3 Release

15 May 07:10
Compare
Choose a tag to compare
  • Entity.ToDocument() now sets a new ID on the copy
  • mongodb driver updated to latest

v12.1.2 Release

15 Apr 08:05
Compare
Choose a tag to compare
  • fix task scheduling issue with chunk deletion
  • mongodb driver updated to latest

v12.1.1 Release

10 Apr 14:46
Compare
Choose a tag to compare
  • IEnumerable support for Many relationships
  • new tests