1.5.0
In this update, we continue our mission to improve the developer experience, optimize resource management, and ensure the flexibility and reliability of the library. Here is what's new in the latest release:
- Introduced the
DownloadAsync
method to theHttpRestClient
class. This method offers an enhancement over the existingFetchToStreamAsync
by allowing the caller to decide how to create the download target stream based on the received content headers, providing greater flexibility and control over the download process. - Relocated the
FetchToStreamAsync
method from theHttpRestClient
class, transforming it into an extension method. This change improves the modularity and reusability of our codebase, aligning with modern development practices. - Updated various XML comments throughout the code to reflect these changes and to enhance documentation clarity.
These updates reflect our ongoing commitment to our developer community. Your feedback is crucial in guiding our developments and enhancements. We appreciate your continued support and collaboration.