Skip to content

V5.13.0

Compare
Choose a tag to compare
@tomweber-sas tomweber-sas released this 16 May 19:33
· 29 commits to main since this release

[5.13.0] - 2024-05-16

Added

  • None Nothing added

Changed

  • Enhancement In the HTTP access method, the upload method may encounter an error from the server when the file being uploaded
    is bigger that is allowed by the server. This previously resulted in an unclear failure. I now catch this and throw a clear exception.

Fixed

  • Fixed A bug was found with the append method of the SASdata object. When appending a Dataframe, the method uses df2sd to
    transfer the data to SAS to then proc append it. After, it deletes that SASdata set it created. The method also allows you to
    provide a SASdata object to append, but it didn't check and deletes that SASdata set too. That should not have been happening.
    This is fixed in this release and only deletes the data set if it was temporarily created from the Dataframe.

Removed

  • Deprecated A new requirement from Viya 4 is to deprecate the Azure JWT Authentication mechanism for SASPy. In a future
    version of Viya this will no longer work. I've added this to the doc and issue a warning when trying to use this, in this release.
    Support for this will be removed in a future release.