Skip to content

Commit d11922e

Browse files
authored
Merge pull request #885 from ipfs/release-v0.29.1
Release v0.29.1
2 parents bea9a39 + 658c1b8 commit d11922e

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,26 @@ The following emojis are used to highlight certain changes:
1818

1919
### Changed
2020

21-
- fix(`provider`): don't reprovide if `reprovideInterval` is set to 0 [#871](https://github.com/ipfs/boxo/pull/871)
22-
2321
### Removed
2422

2523
### Fixed
2624

25+
### Security
26+
27+
28+
## [v0.29.0]
29+
30+
### Changed
31+
32+
- `bitswap/httpnet`: do not follow redirects [#878](https://github.com/ipfs/boxo/pull/878)
33+
- `provider`: provider helper that buffers results to fix issues with slow re-providing [#870](https://github.com/ipfs/boxo/pull/870)
34+
35+
### Fixed
36+
37+
- fix(`provider`): don't reprovide if `reprovideInterval` is set to 0 [#871](https://github.com/ipfs/boxo/pull/871)
2738
- `gateway`: Skip DNSLink lookup for IP addresses to avoid unnecessary DNS queries [#880](https://github.com/ipfs/boxo/pull/880)
2839
- `bitswap/client`: Fix unintentional ignoring `DontHaveTimeoutConfig` [#872](https://github.com/ipfs/boxo/pull/872)
2940

30-
### Security
31-
3241

3342
## [v0.29.0]
3443

version.json

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

0 commit comments

Comments
 (0)