Skip to content

Commit

Permalink
chore: release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jun 9, 2023
1 parent bb75935 commit c3d2e53
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,48 @@ The following emojis are used to highlight certain changes:

## [Unreleased]

* ✨ The gateway now supports partial CAR exports via query parameters from [IPIP-402](https://github.com/ipfs/specs/pull/402).
### Added

### Changed

### Removed

### Fixed

### Security

## [0.10.0] - 2023-06-09

### Added

* ✨ The gateway now supports partial CAR exports via query parameters from [IPIP-402](https://github.com/ipfs/specs/pull/402).

### Changed

* 🛠 A few trivial breaking changes have been done to the gateway:
* The signature of `IPFSBackend.GetCAR` has been adapted to support [IPIP-402](https://github.com/ipfs/specs/pull/402) CAR Parameters.
* A few variables have been renamed for consistency:
* `WithHostname` -> `NewHostnameHandler`
* `Specification` -> `PublicGateway`
* `NewErrorResponse` -> `NewErrorStatusCode`
* `NewErrorResponseForCode` -> `NewErrorStatusCodeFromStatus`
* `BlocksGateway` -> `BlocksBackend`
* `BlocksGatewayOption` -> `BlocksBackendOption`
* `NewBlocksGateway` -> `NewBlocksBackend`
* Some functions that are not supposed to be outside of the package were removed: `ServeContent`.

### Removed

None.

### Fixed

None.

### Security

None.

## [0.9.0] - 2023-06-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.9.0"
"version": "v0.10.0"
}

0 comments on commit c3d2e53

Please sign in to comment.