New
mountpoint-s3 v1.22.0
Breaking changes
- Address an issue where opening a file for reading/writing immediately after the file had been closed would occasionally fail. Since this release, opening a new file handle after close will succeed and trigger the completion of a deferred upload if required. As a consequence, duplicate references to the closed file handle will become invalid and read or write operations on them will fail. See this section in the semantics documentation for details. (#1704)
Other changes
- Add metric to track cache hit rate in logs. ()