|
5 | 5 | </div> |
6 | 6 | </div> |
7 | 7 |
|
8 | | -<div class="update-item"> |
9 | | - <div class="update-item__title">Fix: Remove Redundant EventLoopGroup Handling</div> |
10 | | - <div class="update-item__description"> |
11 | | - The swift-libp2p implementation removed redundant event loop group handling, improving performance. This fix was implemented in <a target="_blank" rel="noopener noreferrer" href="https://github.com/swift-libp2p/swift-libp2p/pull/44">PR #44</a>. |
12 | | - </div> |
13 | | -</div> |
14 | | - |
15 | | -<div class="update-item"> |
16 | | - <div class="update-item__title">Fix: Add TLS Support for Python Tests</div> |
17 | | - <div class="update-item__description"> |
18 | | - The libp2p test plans now include TLS support for python tests, enhancing security. This fix was implemented in <a target="_blank" rel="noopener noreferrer" href="https://github.com/libp2p/test-plans/pull/798">PR #798</a>. |
19 | | - </div> |
20 | | -</div> |
21 | | - |
22 | 8 | <div class="update-item"> |
23 | 9 | <div class="update-item__title">New Transport Interop Runner Changed Test Spec</div> |
24 | 10 | <div class="update-item__description"> |
|
27 | 13 | </div> |
28 | 14 |
|
29 | 15 | <div class="update-item"> |
30 | | - <div class="update-item__title">Fix: Remove Temporary Logging</div> |
| 16 | + <div class="update-item__title">Fix: Remove Redundant EventLoopGroup Handling</div> |
31 | 17 | <div class="update-item__description"> |
32 | | - The swift-libp2p implementation now removes temporary logging, improving performance. This was implemented in <a target="_blank" rel="noopener noreferrer" href="https://github.com/swift-libp2p/swift-libp2p/pull/43">PR #43</a>. |
| 18 | + The swift-libp2p implementation removed redundant event loop group handling, improving performance. This fix was implemented in <a target="_blank" rel="noopener noreferrer" href="https://github.com/swift-libp2p/swift-libp2p/pull/44">PR #44</a>. |
33 | 19 | </div> |
34 | 20 | </div> |
35 | 21 |
|
36 | | -<div class="update-item"> |
37 | | - <div class="update-item__title">Fix: Add Input Command Sanitization</div> |
38 | | - <div class="update-item__description"> |
39 | | - The swift-libp2p implementation now correctly sanitizes input commands, preventing security issues. This was implemented in <a target="_blank" rel="noopener noreferrer" href="https://github.com/swift-libp2p/swift-libp2p/pull/42">PR #42</a>. |
40 | | - </div> |
41 | | -</div> |
| 22 | +Note: These summaries are based on the activity data provided, and may not be exhaustive or entirely accurate. |
0 commit comments