Skip to content

Tags: brillcp/Networking

Tags

0.9.12

Toggle 0.9.12's commit message
Updates networking library version

Increments the networking library version to 0.9.12.

0.9.11

Toggle 0.9.11's commit message
Updates the networking library version

Bumps the networking library version to address potential issues and incorporate the latest improvements.

0.9.10

Toggle 0.9.10's commit message
Updates networking version

Increments the networking library's version number to reflect the latest changes and improvements.

0.9.9

Toggle 0.9.9's commit message
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.

0.9.8

Toggle 0.9.8's commit message
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.

0.9.7

Toggle 0.9.7's commit message
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.

0.9.6

Toggle 0.9.6's commit message
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.

0.9.5

Toggle 0.9.5's commit message
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.

0.9.4

Toggle 0.9.4's commit message
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.

0.9.3

Toggle 0.9.3's commit message
Updates version to 0.9.3

Updates the Networking-Swift version to 0.9.3 across the podspec, README, and source code.