Releases: nersent/qusly-core
Releases · nersent/qusly-core
4.0.0
Compare
Sorry, something went wrong.
No results found
xnerhu
released this
01 Jul 16:19
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
Compare
Sorry, something went wrong.
No results found
xnerhu
released this
08 May 08:08
Changes
Added option to set connection timeout for ftp #45
2.5.2
Compare
Sorry, something went wrong.
No results found
xnerhu
released this
04 Mar 20:57
Breaking changes
Changed order of the arguments in ConcurrentClient.upload from upload(localPath, remotePath) to upload(remotePath, localPath). See #43 .
Fixes
Fixed uploading binary files by using ConcurrentClient.upload. See #41 .
2.1.0
Compare
Sorry, something went wrong.
No results found
xnerhu
released this
07 Oct 21:21
Breaking changes
Changed ITransferClientNew and ITransferClientProgress to ITransferClientItem
Changes
Ensure that local path exists, otherwise creating recursively, TransferClient #22
Changed _config property in Client class from protected to public
Fixes
Fixed You must provide config! in TransferClient #21
2.0.0
Compare
Sorry, something went wrong.
No results found
xnerhu
released this
05 Oct 13:08
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
1.2.0
Compare
Sorry, something went wrong.
No results found
xnerhu
released this
28 Aug 16:36
New features
Added Client.createBlank (see #16 )
1.1.8
Compare
Sorry, something went wrong.
No results found
xnerhu
released this
28 Aug 09:15
Breaking changes
Changed name of Tree class to Traversal, ITreeItem to ITraversalItem and ITreeOptions to ITraversalOptions (see #14 )
1.1.7
Compare
Sorry, something went wrong.
No results found
xnerhu
released this
23 Aug 21:25
New features
Added Tree class for traversing file tree