Releases: NordSecurity/libdrop
Releases · NordSecurity/libdrop
v5.2.0
- Use unbounded events queue in order to disable back pressure on the connection handlers in case the event callback blocks.
- Improve the suppression of the TransferRequest and TransferCancelled event pair for cancelled transfers.
- Fix same named directories being merged on the sender side
- Disallow transfers with no files in them
v5.1.0
Merge pull request #212 from NordSecurity/msz/FILE-488-sender-emits-f…
v5.0.1
v5.0.1 changelog
v5.0.0
Merge pull request #195 from NordSecurity/msz/FILE-470-all-file-start…
v4.2.0
Print libdrop version when building Signed-off-by: Lukas Pukenis <lukas.pukenis@nordsec.com>
v4.1.0
- Add IPv6 support
- Add file rejections via
norddrop_reject_file()
- Switch to rusqlite for persistence
- Report database opening errors to moose
- Use in memory database if on-disk fails
- Checksum validation at the end of download
- More trace logs on persistence layer
v4.0.0
- Persist transfers to SQLite
v3.1.1
- Fix the go bindings being unusable, again
v3.1.0
- Remove reporting already downloaded file as finished. Instead, redownload it with (1) suffix
- Fix the go bindings being unusable
- Fix directory flattening on Windows
- Use
byte[]
for the private key in C# bindings
v3.0.0
- Accept
storage_path
throughnorddrop_start
config for SQLite persistence - File IDs are no longer valid paths. Changed the structure of
RequestQueued/Received
events to contain a flat file list - Fix duplicate filenames error
- Removed libnorddrop 2.0.0 wire protocol, because of the security issue