Published June 1, 2023
| Version v7.13.0-RC2
Software
Open
Tribler/tribler: v7.13.0-RC2
Authors/Creators
- Martijn de Vos1
- Lipu Fei2
- Niels Zeilemaker3
- Egbert Bouman
- Andrei Andreev4
- Vadim Bulavintsev
- S. Pan
- Alexander Kozlovsky5
- Elric Milon6
- Quinten Stokkink
- Boudewijn
- Christian Clauss7
- Laurens Versluis8
- Rob Ruigrok9
- Paul Brussee
- Chris Tanaskoski
- Ardhi Putra Pratama10
- Captain-Coder
- Pim Veldhuisen
- Johan Pouwelse11
- Bulat Nasrulin12
- Solomon1732
- Rutger
- JeffGoderie
- Riccardo Petrocco
- wtud11
- Steffan Norberhuis
- António Fraga13
- PetervB
- Daniel Aleksandersen
- 1. EPFL
- 2. @kpn
- 3. GoDataDriven
- 4. @Tribler
- 5. @ponyorm
- 6. ABN AMRO
- 7. Christian Clauss
- 8. Vrije Universiteit Amsterdam
- 9. Content Power
- 10. TU Dresden
- 11. Delft University of Technology
- 12. TU Delft
- 13. FEUP
Description
Overview
This release have important bugfixes that improve Tribler speed and stability
What's Changed Stability fixes:- Properly stop non-primary process by @kozlovsky in #7349
- Detect slow coroutines and freezes in the asyncio loop by @kozlovsky in #7414
- Fixes #7344: AssertionError "transport is not None" in aiohttp/web_request.py by @kozlovsky in #7385
- Temporarily increase the core manager API port check timeout to be sure it is big enough by @kozlovsky in #7419
- Profiling of slow coroutines by @kozlovsky in #7446
- Fix the step interval of DiscoveryBooster by @kozlovsky in #7449
- 100x speedup of EdgeWalk.take_step() by caching results of GigaChannelCommunity.guess_address() by @kozlovsky in #7450
- Add extended logging to RESTManager.site.start() call by @kozlovsky in #7451
- Send events to GUI only before shutdown and in the proper order by @kozlovsky in #7364
- Skip
on_tribler_exceptionif EventsEndpoint is shutting down. by @drew2a in #7357 - Decrease the frequency of the
downloadsrequest by @drew2a in #7377 - Check on ancient version by @drew2a in #7383
- Fix #7386 "The connection to the Tribler Core was lost" by @xoriole in #7387
- Ignore old responses for the DownloadsPage by @drew2a in #7391
- Stop sending request after shutdown by @drew2a in #7405
- Suppress
ConnectionResetErrorby @drew2a in #7404 - Make
KnowledgeRulesProcessorless aggressive by @drew2a in #7418 - Add queue for multithread processing by @drew2a in #7417
- Fix empty
saveasissue by @drew2a in #7346 - Read the language file in
utf-8encoding. by @drew2a in #7355 - Check EditMetadataDialog on closed by @drew2a in #7371
- Fix KeyError for translations by @drew2a in #7370
- Refactor the Downloads page by @drew2a in #7378
- Add a description to the error when tried to download a newer version of channel by @kozlovsky in #7380
- Fixes #7395 "Labels on Discovered channels are missing" by @kozlovsky in #7402
- Fix
FileNotFoundErrorby @drew2a in #7401 - Fix #7453 KeyError when clicking on a personal channel by @xoriole in #7454
- Fix invalid handle when there is no torrent metadata by @xoriole in #7415
- Use separate
misctable for the KnowledgeDB by @drew2a in #7413 - Add reprocess feature for
KnowledgeRulesProcessorby @drew2a in #7379 - Add
CONTENT_ITEMrelation by @drew2a in #7445
- Disable logging in the faker module for pytest. by @drew2a in #7348
- Disable logging in tests for
faker.factoryandPyQT5.uicby @drew2a in #7384 - Fix test check core api port timeout by @kozlovsky in #7420
- Add
tribler_stoppedtag to the Sentry by @drew2a in #7365 - Sentry: add the field
additional_informationby @drew2a in #7394 - Add an option to cease the collection of breadcrumbs by @drew2a in #7426
- Increase the size of log files from 100 kilobytes to 1 megabyte, and the number of log backups from 1 to 2 by @kozlovsky in #7455
- Pin pip version for the macOS build by @drew2a in #7375
- Remove events and requests from Sentry report by @drew2a in #7376
Full Changelog: https://github.com/Tribler/tribler/compare/v7.13.0-RC1...v7.13.0-RC2
Files
Tribler/tribler-v7.13.0-RC2.zip
Files
(4.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:0a0365982dbea323d4c0ccfb363a342b
|
4.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/Tribler/tribler/tree/v7.13.0-RC2 (URL)