Skip to content

Commit d96d57d

Browse files
authored
Merge pull request #1003 from ipfs/release-v0.34.0
Release v0.34.0
2 parents d704762 + a5e00ca commit d96d57d

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
@@ -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.34.0]
29+
30+
### Added
31+
1932
- `autoconf`: Client library for fetching, caching and expanding IPFS network configurations using "auto" placeholders
2033
- `gateway`: Added configurable limits for gateway resource protection:
2134
- `Config.RetrievalTimeout`: Maximum duration between writes of non-empty data to HTTP response body (default: 30s). Returns 504 Gateway Timeout when gateway cannot retrieve content within this period.
@@ -46,10 +59,6 @@ The following emojis are used to highlight certain changes:
4659
- `blockstore`: Removed HashOnRead API. This is a potentially BREAKING CHANGE for any users of the HashOnRead API. Use the `ValidatingBlocksore` instead.
4760
- The `HashOnRead` function was also removed from `Filestore`. To use this functionality, provide a `ValidatingBlockstore` when creating a new `Filestore`.
4861

49-
### Fixed
50-
51-
### Security
52-
5362

5463
## [v0.33.1]
5564

version.json

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

0 commit comments

Comments
 (0)