Skip to content

Commit

Permalink
Merge pull request #501 from ipfs/release
Browse files Browse the repository at this point in the history
Merge Release v0.14.0
  • Loading branch information
hacdias committed Nov 1, 2023
2 parents 08b11e5 + 07c5719 commit 9c22812
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ The following emojis are used to highlight certain changes:

### Added

### Changed

### Removed

### Fixed

### Security

## [v0.14.0]

### Added

* `boxo/gateway`:
* A new `WithResolver(...)` option can be used with `NewBlocksBackend(...)` allowing the user to pass their custom `Resolver` implementation.
* The gateway now sets a `Cache-Control` header for requests under the `/ipns/` namespace if the TTL for the corresponding IPNS Records or DNSLink entities is known.
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.13.1"
"version": "v0.14.0"
}

0 comments on commit 9c22812

Please sign in to comment.