Skip to content

Releases: point-platform/cassette

v1.3.2

01 Feb 05:14
5168f48
Compare
Choose a tag to compare
  • Null annotate API.
  • Improve debugging support through SourceLink and deterministic builds.
  • Various performance improvements.

v1.0.0

06 Jan 20:17
Compare
Choose a tag to compare
  • Support .NET Core and other platforms via .NET Standard
    • DrewNoakes.Cassette targets netstandard1.6 and net45
    • DrewNoakes.Cassette.Types targets netstandard1.0 and net35
  • Make Hash a non-static class and move to new package DrewNoakes.Cassette.Types
  • Fix bug in Hash.IsValid
  • Use a read/write lock for some file system operations
  • Use C# 6 language features
  • Extend documentation

v0.3.0

06 Jan 20:11
Compare
Choose a tag to compare
  • Support content encoding, such as GZipContentEncoding
  • Internal file system entry regexes match entire string

v0.2.1

06 Jan 20:09
Compare
Choose a tag to compare
  • Include API documentation XML file in NuGet package

v0.2.0

06 Jan 20:08
Compare
Choose a tag to compare
  • Add IContentAddressableStore.GetHashes()
  • Add IContentAddressableStore.Delete(byte[] hash)
  • Add IContentAddressableStore.TryGetContentLength()
  • Add Hash.TryParse
  • Add Hash.IsValid
  • Add Hash.Compute
  • Add Hash.Equals
  • Add Hash.StringLength
  • Add Hash.ByteCount
  • Add HashEqualityComparer
  • Improved hash validation
  • Reduce latency of write operations by overlapping read and write tasks
  • Documentation improvements

v0.1.0

06 Jan 20:03
Compare
Choose a tag to compare

Initial release.