You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,19 @@ The following emojis are used to highlight certain changes:
16
16
17
17
### Added
18
18
19
+
### Changed
20
+
21
+
### Removed
22
+
23
+
### Fixed
24
+
25
+
### Security
26
+
27
+
28
+
## [v0.34.0]
29
+
30
+
### Added
31
+
19
32
-`autoconf`: Client library for fetching, caching and expanding IPFS network configurations using "auto" placeholders
20
33
-`gateway`: Added configurable limits for gateway resource protection:
21
34
-`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:
46
59
-`blockstore`: Removed HashOnRead API. This is a potentially BREAKING CHANGE for any users of the HashOnRead API. Use the `ValidatingBlocksore` instead.
47
60
- The `HashOnRead` function was also removed from `Filestore`. To use this functionality, provide a `ValidatingBlockstore` when creating a new `Filestore`.
0 commit comments