Releases: nersent/qusly
Releases · nersent/qusly
4.0.0
Features
- Updated dependencies.
- Improved performance and stability.
- Improved consistency of the API.
- Added an option to register custom protocols.
- A lot of under the hood changes. Moved to strategies model.
Fixes
- Fixed a lot of network related cases.
- Fixed tasks not being executed in the right order.
- Fixed tasks queue being blocked when connection is closed.
Breaking changes
There are many. See the migration guide.
2.6.0
2.5.2
2.1.0
Breaking changes
- Changed
ITransferClientNew
andITransferClientProgress
toITransferClientItem
Changes
- Ensure that local path exists, otherwise creating recursively,
TransferClient
#22 - Changed
_config
property inClient
class from protected to public
Fixes
- Fixed You must provide config! in
TransferClient
#21
2.0.0
Breaking changes
- Changed
Client
methods responses to pure values instead of objects (e.g.IRes
) - Removed
TreeTraversal
class - Changed events responses
Features
- Added universal method to delete file or folder, see #15
- Added an utility class
TransferClient
, which helps to split transfers, see #17
Fixes
- Fixed invalid date on ms-dos style listening see, see #12