Skip to content

4.2.0

Latest
Compare
Choose a tag to compare
@oschwald oschwald released this 05 May 16:27
c1e2b26
  • .NET 6.0 and .NET 7.0 have been removed as targets as they have both
    reach their end of support from Microsoft. If you are using these versions,
    the .NET Standard 2.1 target should continue working for you.
  • .NET 9.0 has been added as a target.
  • We now use a mutex rather than a lock statement when opening the
    database. This is done to reduce the likelihood of a race condition
    when process are opening a single database when using
    FileAccessMode.MemoryMappedGlobal.
  • Performance improvements. Pull requests by GrAcgoire. GitHub #210, #211
    and #212.