v0.10.0
Added
- ✨ The gateway now supports partial CAR exports via query parameters from IPIP-402.
Changed
- 🛠 A few trivial breaking changes have been done to the gateway:
- The signature of
IPFSBackend.GetCARhas been adapted to support IPIP-402 CAR Parameters. - A few variables have been renamed for consistency:
WithHostname->NewHostnameHandlerSpecification->PublicGatewayNewErrorResponse->NewErrorStatusCodeNewErrorResponseForCode->NewErrorStatusCodeFromStatusBlocksGateway->BlocksBackendBlocksGatewayOption->BlocksBackendOptionNewBlocksGateway->NewBlocksBackend
- Some functions that are not supposed to be outside of the package were removed:
ServeContent.
- The signature of
Removed
None.
Fixed
None.
Security
None.
What's Changed
- feat(gateway): implement IPIP-402 extensions for gateway CAR requests by @aschmahmann in #303
- docs(changelog): add gateway deserialized responses by @hacdias in #341
- feat: update gateway-conformance to v0.1 by @laurentsenta in #342
Full Changelog: v0.9.0...v0.10.0