You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11-6
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,6 @@ The following emojis are used to highlight certain changes:
15
15
16
16
### Added
17
17
18
-
- HTTP block retrieval support: rainbow can now use [Trustless HTTP Gateways](https://specs.ipfs.tech/http-gateways/trustless-gateway/) to perform block retrievals in parallel to [Bitswap](https://specs.ipfs.tech/bitswap-protocol/).
19
-
- This takes advantage of peers with `/tls` + `/http` multiaddrs (HTTPS is required).
20
-
- You can enable HTTP retrievals with `--http-retrieval-enable`, and limit it to urls of specific hostnames with `--http-retrieval-allowlist <hostname>`.
21
-
- You can also ignore provider records from certain peer IDs with `--routing-ignore-providers <peerID>` (for example to ignore peer IDs from bitswap endpoints of providers that offer HTTP).
22
-
-**NOTE**: this feature works in the same way as Bitswap: known HTTP-peers receive optimistic block requests even for content that they are not announcing. See [Boxo's CHANGELOG](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md) for more information.
23
-
24
18
### Changed
25
19
26
20
### Fixed
@@ -31,6 +25,17 @@ The following emojis are used to highlight certain changes:
31
25
32
26
### Security
33
27
28
+
29
+
## [1.12.0]
30
+
31
+
### Added
32
+
33
+
- HTTP block retrieval support: rainbow can now use [Trustless HTTP Gateways](https://specs.ipfs.tech/http-gateways/trustless-gateway/) to perform block retrievals in parallel to [Bitswap](https://specs.ipfs.tech/bitswap-protocol/).
34
+
- This takes advantage of peers with `/tls` + `/http` multiaddrs (HTTPS is required).
35
+
- You can enable HTTP retrievals with `--http-retrieval-enable`, and limit it to urls of specific hostnames with `--http-retrieval-allowlist <hostname>`.
36
+
- You can also ignore provider records from certain peer IDs with `--routing-ignore-providers <peerID>` (for example to ignore peer IDs from bitswap endpoints of providers that offer HTTP).
37
+
-**NOTE**: this feature works in the same way as Bitswap: known HTTP-peers receive optimistic block requests even for content that they are not announcing. See [Boxo's CHANGELOG](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md) for more information.
0 commit comments