You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates user agent string
Updates the default user agent string to be constructed from the package name and version.
This provides a more consistent and descriptive user agent across the application.
Exposes DownloadHandle properties
Makes the properties of the DownloadHandle struct publicly accessible.
This allows external code to observe download progress, await the finished
result, and trigger cancellation.
Refactors downloader to use a handle.
Changes the downloader to return a `DownloadHandle`
containing the progress stream, a Task representing the
finished download, and a cancellation closure.
This provides a more structured and flexible way to
manage downloads, allowing for better control and
observation of the download process.
Updates Networking dependency version
Updates the Networking dependency in Package.swift to version 0.9.6.
This ensures the project uses the latest features and bug fixes from the Networking library.
Updates Networking package dependency
Updates the minimum version of the Networking Swift package dependency.
This ensures compatibility with the latest features and bug fixes in the Networking library.
Updates Networking version to 0.9.4
Updates the Networking library version to the latest release.
This ensures compatibility with the newest features and bug fixes.