Skip to content

1.5.0

Compare
Choose a tag to compare
@kampute kampute released this 02 Apr 12:50
· 10 commits to master since this release
e20605f

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 the HttpRestClient class. This method offers an enhancement over the existing FetchToStreamAsync 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 the HttpRestClient 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.