Skip to content

Commit 0b903e3

Browse files
committed
Added new story. updated date
1 parent f94a265 commit 0b903e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/news.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Release Notes
22

3-
## 4.2.0 (2024-04-16)
3+
## 4.2.0 (2024-04-17)
44

55
### Highlights
66
- **Continued Async Support:**
7-
- **Multi-threaded Uploads Are Now Async:** This change optimizes the upload process to handle multiple tasks simultaneously: uploading file parts concurrently, performing MD5 checksum calculations in separate processes, and making HTTP calls asynchronously. Further, memory management techniques were implemented to prevent crashes on low-resource EC2 instances. Benchmark results can be found [here](./explanations/benchmarking.md)
7+
- **Multi-threaded Uploads Are Now Async:** This change optimizes the upload process to handle multiple tasks simultaneously: uploading file parts concurrently, performing MD5 checksum calculations in separate processes, and making HTTP calls asynchronously. Further, memory management techniques were implemented to prevent crashes on low-resource EC2 instances. Benchmark results can be found [here](./explanations/benchmarking.md).
88
- **HTTPX Support & Async Client Instances:** In this update, support for the HTTPX library has been introduced, enhancing the functionality of Synapse with two new async client instances for seamless interaction with Synapse and Storage Providers. Additionally, the retry and back-off mechanisms have been revamped to improve reliability and performance, ensuring smoother operation even under challenging network conditions.
99

1010
### Bug Fixes
@@ -14,6 +14,7 @@
1414
- \[[SYNPY-1417](https://sagebionetworks.jira.com/browse/SYNPY-1417)\] - Finish 'Annotation' OOP model
1515
- \[[SYNPY-1419](https://sagebionetworks.jira.com/browse/SYNPY-1419)\] - Add HTTPX dependency and an async client instance
1616
- \[[SYNPY-1420](https://sagebionetworks.jira.com/browse/SYNPY-1420)\] - Migrate multi-threaded uploads to Async
17+
- \[[SYNPY-1465](https://sagebionetworks.jira.com/browse/SYNPY-1465)\] - Adding Annotations to docs
1718

1819
## 4.1.1 (2024-02-28)
1920

0 commit comments

Comments
 (0)