Skip to content

Commit 1ef7a48

Browse files
authored
Merge pull request #934 from ipfs/releaase-v0.31.0
Release v0.31.0
2 parents a956869 + 7203cc3 commit 1ef7a48

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ The following emojis are used to highlight certain changes:
1616

1717
### Added
1818

19+
### Changed
20+
21+
### Removed
22+
23+
### Fixed
24+
25+
### Security
26+
27+
28+
## [v0.31.0]
29+
30+
### Added
31+
1932
- `bitswap/httpnet`: New option `WithMaxDontHaveErrors(int)` (defaults to 100)
2033
will trigger disconnections from bitswap peers that cannot provide any of
2134
the blocks that are requested for the given number of requests in a
@@ -30,12 +43,6 @@ The following emojis are used to highlight certain changes:
3043
- gateway: update backend car traversal to use go-car/v2 [#925](https://github.com/ipfs/boxo/issues/925)
3144
- This change may prohibit fetching DAGs from CAR files that have no roots.
3245

33-
### Removed
34-
35-
### Fixed
36-
37-
### Security
38-
3946

4047
## [v0.30.0]
4148

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.30.0"
2+
"version": "v0.31.0"
33
}

0 commit comments

Comments
 (0)