Skip to content

Commit 6f82d77

Browse files
authored
chore: v0.10.0 (#345)
1 parent bb75935 commit 6f82d77

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff 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

version.json

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

0 commit comments

Comments
 (0)