Skip to content

Commit

Permalink
Merge pull request #78 from Arlodotexe/release-notes
Browse files Browse the repository at this point in the history
Add missing release notes
  • Loading branch information
Arlodotexe authored Sep 7, 2024
2 parents 825745b + 0c798c6 commit 2e887d0
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 2e887d0

Please sign in to comment.