|
1 | 1 | # for this file format description,
|
2 | 2 | # see https://github.com/olivierlacan/keep-a-changelog
|
3 | 3 |
|
4 |
| -## [2.56.0] - 2025-02-10 |
| 4 | +## [2.56.0] - 2025-02-11 |
5 | 5 | ### Added
|
6 | 6 | - Config params for shared local destination
|
7 | 7 | - AddressBook full addresses cache
|
|
12 | 12 | - Set minimal version for peer test to 0.9.62
|
13 | 13 | - Send ack requested flag after second SSU2 resend attempt
|
14 | 14 | - Shorter ECIESx25519 ack request interval for datagram and I2CP sessions
|
15 |
| -- Don't change datagram routing path too often if unidirectional data stream |
16 |
| -- Reduce LeaseSet and local RouterInfo publishing confimation intervals |
| 15 | +- Don't change datagram routing path too often if unidirectional data stream |
| 16 | +- Reduce LeaseSet and local RouterInfo publishing confirmation intervals |
17 | 17 | - Don't delete buffer of connected routers or if an update received
|
18 | 18 | - Smaller RouterInfo request timeout if sent directly
|
19 | 19 | - Persist local RouterInfo in separate thread
|
|
85 | 85 | - Handle i2cp.inboundlimit and i2cp.outboundlimit params in I2CP
|
86 | 86 | - Publish LeaseSet with new timestamp update if tunnel was replaced in the same second
|
87 | 87 | - Increase max number of generated tags to 800 per tagset
|
88 |
| -- Routing path expiration by time instead num attempts |
| 88 | +- Routing path expiration by time instead num attempts |
89 | 89 | - Save timestamp from epoch instead local time to profiles
|
90 | 90 | - Update introducer's iTag if session to introducer was replaced to new one
|
91 | 91 | - RTT, window size and number of NACKs calculation for streaming
|
92 | 92 | - Don't select same peer for tunnel too often
|
93 |
| -- Use WinApi for data path UTF-8 conversion for Windows |
| 93 | +- Use WinApi for data path UTF-8 conversion for Windows |
94 | 94 | ### Fixed
|
95 | 95 | - Jump link crash if address book is disabled
|
96 | 96 | - Race condition if connect through an introducer
|
|
0 commit comments