Skip to content

V5.4.3

Compare
Choose a tag to compare
@tomweber-sas tomweber-sas released this 27 Oct 16:31
· 75 commits to main since this release

[5.4.3] - 2023-10-27

Added

  • None Nothing added

Changed

  • None Nothing changed

Fixed

  • Fixed The upload method wasn't validating that the file was uploaded successfully after the fact.
    It has a number of checks up front, and if there's a failure, it could return Success=False, but each
    access method is different and they didn't each get a failure the same way. So I added a more explicit
    validation after the upload is completed, to prove the file really made it or not. For the HTTP access
    method, I also mitigated a situation where the Compute server process could be killed for trying to
    access a restricted path. Now that just gets a clean failure with a message about the problem.

Removed

  • None Nothing removed