Skip to content

Commit 8878bd0

Browse files
authored
Merge pull request #250 from ipfs/release-v1.12.0
Release v1.12.0
2 parents 0c588d4 + ddde49a commit 8878bd0

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ The following emojis are used to highlight certain changes:
1515

1616
### Added
1717

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-
2418
### Changed
2519

2620
### Fixed
@@ -31,6 +25,17 @@ The following emojis are used to highlight certain changes:
3125

3226
### Security
3327

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.
38+
3439
## [1.11.0]
3540

3641
### Changed

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v1.11.0"
2+
"version": "v1.12.0"
33
}

0 commit comments

Comments
 (0)