From e28e3fb1292bb0883f46530d6a3fa525f0af50b1 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 10 Jan 2025 21:27:09 +0100 Subject: [PATCH] docs: ipfs --api example --- docs/changelogs/v0.33.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelogs/v0.33.md b/docs/changelogs/v0.33.md index 16437194a4e..ae469cf1fe2 100644 --- a/docs/changelogs/v0.33.md +++ b/docs/changelogs/v0.33.md @@ -66,6 +66,11 @@ Onboarding files and directories with `ipfs add --to-files` now requires non-emp CLI and RPC client now supports accessing Kubo RPC over `https://` protocol when multiaddr ending with `/https` or `/tls/http` is passed to `ipfs --api`: +```console +$ ipfs id --api /dns/kubo-rpc.example.net/tcp/5001/tls/http +# → https://kubo-rpc.example.net:5001 +``` + #### New options for faster writes: `WriteThrough`, `BlockKeyCacheSize`, `BatchMaxNodes`, `BatchMaxSize` Now that Kubo supports [`pebble`](https://github.com/ipfs/kubo/blob/master/docs/datastores.md#pebbleds) as a datastore backend, it becomes very useful to expose some additional configuration options for how the blockservice/blockstore/datastore combo behaves.