Skip to content

Commit d9a7c91

Browse files
committed
updates release docs
1 parent 801c81b commit d9a7c91

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/news.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,22 @@ the 4.x.x versions hidden behind optional feature flags or different import path
1010
breaking changes will not be included until v5.0.
1111

1212
## 4.5.0 (2024-09-09)
13+
### Highlights
14+
- **Improved handling of pre-authorized requests:**
15+
- During long running asyncronous download operations (i.e. syncing a folder with many files),
16+
some pre-authorized URLs were expiring before they were used to download the file. This
17+
change will now check the expiration datetime of the URL before using it to download the file.
18+
If the URL is expired it will be refreshed.
19+
- **Added support for `pandas.read_csv` key word arguments:**
20+
- Added support for all `pandas.read_csv` key word arguments to the `asDataFrame` method of the `CsvFileTable` class.
21+
- This enables custom handling of how to handle missing values and default values when reading a Synapse table to a pandas DataFrame.
22+
1323

1424
### Bug Fixes
1525
- \[[SYNPY-1514](https://sagebionetworks.jira.com/browse/SYNPY-1514)\] - Retry logic for unauthorized needed for non-multi threaded downloads
1626

1727
### Stories
1828
- \[[SYNPY-1509](https://sagebionetworks.jira.com/browse/SYNPY-1509)\] - Add `na_values` and `keep_default_na` as parameters for the CsvFileTable class's asDataFrame method
19-
- \[[FDS-2373](https://sagebionetworks.jira.com/browse/FDS-2373)\] - Update retry delay, add some otel traces, add retry to url creation
2029

2130
## 4.4.1 (2024-07-05)
2231

0 commit comments

Comments
 (0)