Skip to content

Commit a19e342

Browse files
authored
Merge pull request #915 from ipfs/release-v0.30.0
Release v0.30.0
2 parents 64141fd + b712c67 commit a19e342

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

+15-4
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.30.0]
29+
30+
### Added
31+
1932
- Control over UnixFS DAG Width
2033
- We have made some changes to allow setting custom max width of UnixFS DAGs. This enables users to produce DAGs that follow current and future community conventions (see the [related discussion](https://discuss.ipfs.tech/t/should-we-profile-cids/18507)).
2134
- `ipld/unixfs`: `DagModifier` now allows specifying file DAG Width (`MaxLinks`) [#898](https://github.com/ipfs/boxo/pull/898)
@@ -38,18 +51,16 @@ The following emojis are used to highlight certain changes:
3851
- `bitswap/network`: Add a new `requests_in_flight` metric gauge that measures how many bitswap streams are being written or read at a given time.
3952
- improve speed of data onboarding by batching/bufering provider queue writes [#888](https://github.com/ipfs/boxo/pull/888)
4053
- `provider`: providing queue is now independent from reprovides, speeding up initial provides [#907](https://github.com/ipfs/boxo/pull/907)
54+
- renamed `provider.ReproviderStats.TotalProvides` => `provider.ReproviderStats.TotalReprovides`
55+
- renamed `provider.ReproviderStats.AvgProvideDuration` => `provider.ReproviderStats.AvgReprovideDuration`
4156
- `provider/queue` deduplicates CIDs [#910](https://github.com/ipfs/boxo/pull/910)
4257

43-
### Removed
44-
4558
### Fixed
4659

4760
- `gateway`: query parameters are now supported and preserved in redirects triggered by a [`_redirects`](https://specs.ipfs.tech/http-gateways/web-redirects-file/) file [#886](https://github.com/ipfs/boxo/pull/886)
4861
- `provider`: adjusted first reprovide timing after node reboot [#890](https://github.com/ipfs/boxo/pull/890)
4962
- `gateway`: validate configuration and warn when `UseSubdomains=true` is used with IP-based hostnames [#903](https://github.com/ipfs/boxo/pull/903)
5063

51-
### Security
52-
5364

5465
## [v0.29.1]
5566

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.29.1"
2+
"version": "v0.30.0"
33
}

0 commit comments

Comments
 (0)