From 31d090620ab4010e7e748f92d41fd6b12590f9ca Mon Sep 17 00:00:00 2001 From: rxu17 <26471741+rxu17@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:06:57 -0800 Subject: [PATCH] version v4.1.1 docs --- docs/news.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/news.md b/docs/news.md index 5b4257c0b..9989116e1 100644 --- a/docs/news.md +++ b/docs/news.md @@ -1,5 +1,21 @@ # Release Notes +## 4.1.1 (2024-02-28) + +### Highlights +- **New Downloading Data in Bulk Tutorial** + - See [Downloading data in bulk tutorial](https://python-docs.synapse.org/tutorials/python/download_data_in_bulk/) for more details on downloading data in bulk from Synapse. +- **Downloading Files Troubleshooting Improvement** + - Improved error logging for when users are downloading files using commands like `get-download-list` from Synapse. + +### Bug Fixes +- \[[SYNPY-1443](https://sagebionetworks.jira.com/browse/SYNPY-1443)\] - Storing container without retrieving it before setting files/folder breaks +- \[[SYNPY-1445](https://sagebionetworks.jira.com/browse/SYNPY-1445)\] - Improve error handling when unable to download file + +### Stories +- \[[SYNPY-1383](https://sagebionetworks.jira.com/browse/SYNPY-1383)\] - Downloading data in bulk documentation +- \[[SYNPY-1442](https://sagebionetworks.jira.com/browse/SYNPY-1442)\] - Log exception when `get_download_list` fails + ## 4.1.0 (2024-02-21) ### Highlights