Pinning Services Api Spec Versions Save

Standalone, vendor-agnostic Pinning Service API for IPFS ecosystem

v1.0.0

3 years ago

This release includes only documentation improvements. There is no functional change, nor need to re-generate any code.

v0.1.2

3 years ago
  • fast exact name search by default (#66)

v0.1.1

3 years ago
  • style: rename object returned with error (#65)
    • this does not change structures sent over the wire, only renames Error response scheme to Failure, which means that code generated with openapi-generator have better ergonomics
  • chore: updated version to v0.1.1

v0.1.0

3 years ago

This release includes improved documentation, new error responses and one field name change. The :mega: indicates BREAKING CHANGES which require client/server regeneration for interop to work.

Changes since last release:

  • :mega: feat: improved error responses (#59)
  • :mega: refactor: rename PinStatus id → requestid (#63)
  • fix: adjust cid filter limits (#62)
  • improved documentation
    • clarified replace operation (#61)
    • case-insensitive Pin.name filter (#58)
    • updated adoption section (#60)
    • added query params examples (#55)

:point_right: FYSA v1.0.0 will be tagged when go-ipfs 0.8.x ships with a built-in client for this API. We are committed to no breaking changes from that point.

Latest docs: https://ipfs.github.io/pinning-services-api-spec/

v0.0.5

3 years ago
  • feat: Pin.name (#49)
  • fix: single pin I/O in POST operations (#48)
  • docs: clarify use of PinStatus.id (#47)
  • fix: disambiguating *.meta fields (#51)
  • fix: disambiguating *.providers fields (#50)
  • chore: cleanup and updated diagrams (#52)

Docs: https://ipfs.github.io/pinning-services-api-spec/

v0.0.4

3 years ago

Docs: https://ipfs.github.io/pinning-services-api-spec/

v0.0.3

3 years ago

Changes to status field and filter: https://github.com/ipfs/pinning-services-api-spec/pull/31