Skip to content

Commit

Permalink
Merge pull request #519 from ipfs/release
Browse files Browse the repository at this point in the history
Merge Release v0.16.0
  • Loading branch information
hacdias committed Dec 6, 2023
2 parents 08959f2 + 709c7c6 commit ba5ba1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ The following emojis are used to highlight certain changes:

### Changed

### Removed

### Security

## [v0.16.0]

### Changed

* 🛠 `boxo/namesys`: now fails when multiple valid DNSLink entries are found for the same domain. This used to cause undefined behavior before. Now, we return an error, according to the [specification](https://dnslink.dev/).

### Removed
Expand All @@ -32,8 +40,6 @@ The following emojis are used to highlight certain changes:
* a panic (which is recovered) could sporadically be triggered inside a CAR request, if the right [conditions were met](https://github.com/ipfs/boxo/pull/511).
* no longer emits `http: superfluous response.WriteHeader` warnings when an error happens.

### Security

## [v0.15.0]

### Changed
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.15.0"
"version": "v0.16.0"
}

0 comments on commit ba5ba1a

Please sign in to comment.