Skip to content

v4.5.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@BWMac BWMac released this 09 Sep 20:39
· 3 commits to v4.5.0-rc-dev since this release

Highlights

  • Improved handling of pre-authorized requests:
    • During long running asyncronous download operations (i.e. syncing a folder with many files),
      some pre-authorized URLs were expiring before they were used to download the file. This
      change will now check the expiration datetime of the URL before using it to download the file.
      If the URL is expired it will be refreshed.
  • Added support for pandas.read_csv key word arguments:
    • Added support for all pandas.read_csv key word arguments to the asDataFrame method of the CsvFileTable class.
    • This enables custom handling of how to handle missing values and default values when reading a Synapse table to a pandas DataFrame.

What's Changed

  • [SYNPY-1514] Handle Expired Pre-Signed URLs by @BWMac in #1126
  • [SYNPY-1509] Updates NA handling for CSVFileTable.asDataFrame by @BWMac in #1127
  • [FDS-2373] Update retry delay, add some otel traces, add retry to url creation by @BryanFauble in #1128

Full Changelog: v4.4.1...v4.5.0-rc