这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: ironfede/openmcdf

v3.0.3

04 Sep 00:37

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

26 Aug 23:51

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

22 Jun 22:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

03 Jun 01:44

Choose a tag to compare

What's Changed

  • New API following dotnet conventions
  • Idiomatic exception hierarchy
  • Support for 16 TB files
  • Support for transactions
  • Support for consolidation on commit
  • Improved performance
  • Reduced memory usage
  • Nullable attributes/static analysis
  • Multi-targeting for netstandard2.0 and net8.0
  • Support for Spans (System.Memory if targeting netstandard2.0)

Full Changelog: v2.4.1.0...v3.0.0

v3.0.0-preview.5

22 Apr 02:34

Choose a tag to compare

v3.0.0-preview.5 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-preview.4...v3.0.0-preview.5

v3.0.0-preview.4

29 Nov 01:37

Choose a tag to compare

v3.0.0-preview.4 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-preview.3...v3.0.0-preview.4

v2.4.1.0

01 Dec 22:46

Choose a tag to compare

This release contains fix for #256 issue - wrong DIFAT calculation
Thanks to @aunverdorben-dap for reporting issue.

v3.0.0-preview.3

28 Nov 23:30

Choose a tag to compare

v3.0.0-preview.3 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-preview.2...v3.0.0-preview.3

v3.0.0-preview.2

21 Nov 00:09

Choose a tag to compare

v3.0.0-preview.2 Pre-release
Pre-release

Hot on the heels of v3.0.0-preview.1, a new preview release with some additional overloads to control the opening/creation of new files along with some validation improvements for detecting cycles in the FAT and mini FAT. Also, a reduced API surface for the experimental OLE library courtesy of @Numpsy.

What's Changed

Full Changelog: v3.0.0-preview.1...v3.0.0-preview.2

v3.0.0-preview.1

19 Nov 07:20

Choose a tag to compare

v3.0.0-preview.1 Pre-release
Pre-release

What's Changed

A full rewrite to support:

  • An idiomatic dotnet API and exception hierarchy
  • Fast and efficient enumeration and manipulation of storages and streams
  • File sizes up to 16 TB (using major format version 4 with 4096 byte sectors)
  • Transactions (i.e. commit and/or revert)
  • Consolidation (i.e. reclamation of space by removing free sectors)
  • Nullable attributes

New Contributors

Full Changelog: v2.3.1.0...v3.0.0-preview.1