Merge branch 'stable-1.112' into flub/clone-provider-in-wait

This commit is contained in:
Floris Bruynooghe
2023-03-29 17:23:16 +02:00
6 changed files with 90 additions and 229 deletions

View File

@@ -4,6 +4,8 @@
### Changes
- Update iroh, remove `default-net` from `[patch.crates-io]` section.
- transfer backup: Connect to mutliple provider addresses concurrently. This should speed up connection time significantly on the getter side. #4240
- Make sure BackupProvider is cancelled on drop (or dc_backup_provider_unref). The BackupProvider will now alaway finish with an IMEX event of 1000 or 0, previoulsy it would sometimes finishe with 1000 (success) when it really was 0 (failure). #4242
- Fix crash when dc_backup_provider_t is unrefed while dc_backup_provider_wait() is still using it. #4244
## [1.112.1] - 2023-03-27