Skip to content

Commit

Permalink
Add missing release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Sep 7, 2024
1 parent 825745b commit 0c798c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/OwlCore.Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
The Stream opened from HttpFile is no longer seekable, as the internal LazySeekStream and all usages have been removed.

[Fixes]
Fixed an issue where CreateCopyOfAsync and MoveFromAsync slowpaths would throw when given a stream that couldn't set length.
Fixes an issue where files larger than 2GB couldn't be fully read via HttpFile.
Fixed inconsistent behavior when calling CreateCopyOfAsync from interface instead of extension method. The overwrite: false throw check now happens inside of CreateCopyOfFallbackAsync.
Fix inconsistent CreateCopyOfAsync behavior in SystemFolder when a file exist and overwrite: false is given.
Fixed an issue where calling MemoryFile.OpenStreamAsync wouldn't return a stream with a 0 position, and would keep position the same even after outer disposal by other callers.

--- 0.11.3 ---
[Improvement]
Expand Down

0 comments on commit 0c798c6

Please sign in to comment.