kubo icon indicating copy to clipboard operation
kubo copied to clipboard

Deprecate and remove `/api/v0` under the gateway port

Open hacdias opened this issue 2 years ago • 2 comments

We've been wanting to deprecate the access to /api/v0 under the gateway path for at least two years, but I have not found any issue. This is the tracking issue.

  • [x] Kubo 0.27: deprecate /api/v0 from gateway port: https://github.com/ipfs/kubo/pull/10311.
  • [ ] Kubo 0.28: completely remove /api/v0 from gateway port: https://github.com/ipfs/kubo/pull/10352

hacdias avatar Jan 22 '24 15:01 hacdias

Is this just for the gateway functionality or the API in general. Over localhost we'll still be using this or am I missing something? The issues here are a little confusing to understand.

bahner avatar Feb 27 '24 13:02 bahner

@bahner this is about removing /api/v0 on the gateway port (default 8080). The API will still be available on the API port (default 5001).

hacdias avatar Feb 27 '24 13:02 hacdias