Releases: NordSecurity/libdrop
Releases · NordSecurity/libdrop
v2.0.0
- Fix not receiving
FileUploadStarted
andFileUploadSuccess
events before the transfer is canceled - Fix the wrong
by_peer
field inFileCanceled
event when the sender cancels the file upload - Return moose init error only on non-prod
- When requesting the file, perform the check if the file is already downloaded. If yes, report successful file transfer
- Do not remove temporary files in case of transfer failure, resume transfer when the temporaries are available
- Return more status codes from the ffi layer methods
- The
FileDownloaded
event reports the full file path - Improve moose error handling
- Configure Android SONAME
- Introduce authentication with X25519 keys, accept private key and peer public key callback in
norddrop_new()
v1.1.1
v1.1.0
- Replace illegal characters and file names in the download location path with the valid ones
- Issue ping/pong over the WS connection periodically
- Add
connection_max_retry_interval_ms
config parameter for controlling the maximal interval between connection retries. Default(10,000) - Monitor files during transfers for modification
- Rename the directory if its name conflicts with the existing one
v1.0.0
Initial release