Skip to content

Commit

Permalink
docs: changelog for 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Sep 21, 2023
1 parent 339ec17 commit b1613de
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,30 @@ The following emojis are used to highlight certain changes:

### Security

## [v0.13.0]
## [v0.13.1]

### Added

* ✨ The `routing/http` implements Delegated Peer Routing introduced in [IPIP-417](https://github.com/ipfs/specs/pull/417).
* An option `DisableHTMLErrors` has been added to `gateway.Config`. When this option
is `true`, pretty HTML error pages for web browsers are disabled. Instead, a
`text/plain` page with the raw error message as the body is returned.

### Changed

### Removed

### Fixed

### Security

## [v0.13.0]

### Added

* ✨ The `routing/http` implements Delegated Peer Routing introduced in [IPIP-417](https://github.com/ipfs/specs/pull/417).

### Changed

* 🛠 The `routing/http` package received the following modifications:
* Client `GetIPNSRecord` and `PutIPNSRecord` have been renamed to `GetIPNS` and
`PutIPNS`, respectively. Similarly, the required function names in the server
Expand Down

0 comments on commit b1613de

Please sign in to comment.