-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Kubo changelog v0.28 | ||
|
||
- [v0.28.0](#v0280) | ||
|
||
## v0.28.0 | ||
|
||
- [Overview](#overview) | ||
- [π¦ Highlights](#-highlights) | ||
- [Gateway: `/api/v0` is removed](#gateway-apiv0-is-removed) | ||
- [π Changelog](#-changelog) | ||
- [π¨βπ©βπ§βπ¦ Contributors](#-contributors) | ||
|
||
### Overview | ||
|
||
### π¦ Highlights | ||
|
||
#### Gateway: `/api/v0` is removed | ||
|
||
The legacy subset of the Kubo RPC that was available via the Gateway port and was deprecated is now completely removed. You can read more in <https://github.com/ipfs/kubo/issues/10312>. | ||
|
||
If you have a legacy software that relies on this behavior, and want to expose parts of `/api/v0` next to `/ipfs`, use reverse-proxy in front of Kubo to mount both Gateway and RPC on the same port. NOTE: exposing RPC to the internet comes with security risk: make sure to specify access control via [API.Authorizations](https://github.com/ipfs/kubo/blob/master/docs/config.md#apiauthorizations). | ||
|
||
### π Changelog | ||
|
||
### π¨βπ©βπ§βπ¦ Contributors |