Skip to content

Commit

Permalink
docs: add changelog for 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Feb 27, 2024
1 parent 65c1721 commit be94a4e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/changelogs/v0.28.md
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

0 comments on commit be94a4e

Please sign in to comment.