File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,48 @@ The following emojis are used to highlight certain changes:
1414
1515## [ Unreleased]
1616
17- * ✨ The gateway now supports partial CAR exports via query parameters from [ IPIP-402] ( https://github.com/ipfs/specs/pull/402 ) .
17+ ### Added
18+
19+ ### Changed
20+
21+ ### Removed
22+
23+ ### Fixed
24+
25+ ### Security
26+
27+ ## [ 0.10.0] - 2023-06-09
1828
1929### Added
2030
31+ * ✨ The gateway now supports partial CAR exports via query parameters from [ IPIP-402] ( https://github.com/ipfs/specs/pull/402 ) .
32+
2133### Changed
2234
35+ * 🛠 A few trivial breaking changes have been done to the gateway:
36+ * The signature of ` IPFSBackend.GetCAR ` has been adapted to support [ IPIP-402] ( https://github.com/ipfs/specs/pull/402 ) CAR Parameters.
37+ * A few variables have been renamed for consistency:
38+ * ` WithHostname ` -> ` NewHostnameHandler `
39+ * ` Specification ` -> ` PublicGateway `
40+ * ` NewErrorResponse ` -> ` NewErrorStatusCode `
41+ * ` NewErrorResponseForCode ` -> ` NewErrorStatusCodeFromStatus `
42+ * ` BlocksGateway ` -> ` BlocksBackend `
43+ * ` BlocksGatewayOption ` -> ` BlocksBackendOption `
44+ * ` NewBlocksGateway ` -> ` NewBlocksBackend `
45+ * Some functions that are not supposed to be outside of the package were removed: ` ServeContent ` .
46+
2347### Removed
2448
49+ None.
50+
2551### Fixed
2652
53+ None.
54+
2755### Security
2856
57+ None.
58+
2959## [ 0.9.0] - 2023-06-08
3060
3161### Added
Original file line number Diff line number Diff line change 11{
2- "version" : " v0.9 .0"
2+ "version" : " v0.10 .0"
33}
You can’t perform that action at this time.
0 commit comments