Skip to content

Commit f8eaff5

Browse files
committed
chore: release v0.9.0
1 parent 7da5b66 commit f8eaff5

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ The following emojis are used to highlight certain changes:
1515

1616
### Added
1717

18+
### Changed
19+
20+
### Removed
21+
22+
### Fixed
23+
24+
### Security
25+
26+
## [v0.9.0]
27+
28+
### Added
29+
1830
- Added `http-block-provider-endpoints` and `http-block-provider-peerids` options to enable using a [trustless HTTP gateway](https://specs.ipfs.tech/http-gateways/trustless-gateway/) as a source for synthetic content routing records.
1931
- When the configured gateway responds with HTTP 200 to an HTTP HEAD request for a block (`HEAD /ipfs/{cid}?format=raw`), `FindProviders` returns a provider record containing a predefined PeerID and the HTTP gateway as a multiaddr with `/tls/http` suffix.
2032

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.8.1"
2+
"version": "v0.9.0"
33
}

0 commit comments

Comments
 (0)