Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 10:16
6f82d77

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.GetCAR has been adapted to support IPIP-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.

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