Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release upload-client 1.0.0 #20

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 5, 2024

🤖 I have created a release beep boop

1.0.0 (2024-11-05)

⚠ BREAKING CHANGES

  • allow invocation configuration to be generated on demand (#1507)
  • upload-api: integrate agent store for idempotence & invocation/receipt persistence (#1444)
  • delegated capabilities required to use uploadFile, uploadDirectory and uploadCAR have changed. In order to use these methods your agent will now need to be delegated blob/add, index/add, filecoin/offer and upload/add capabilities. Note: no code changes are required.
  • restrict store API to CARs (#1415)
  • return allocated bytes in store/add receipt (#1213)
  • tweak readmes to get release-please to bump major version (#1102)
  • filecoin client to use new capabilities
  • filecoin capabilities

refactor

  • filecoin capabilities (c0b97bf)
  • filecoin client to use new capabilities (b0d9c3f)

Features

  • add store/get and upload/get capabilities (#942) (40c79eb)
  • add blob protocol to upload-client (#1425) (49aef56)
  • add blob/get (#1484) (328039d)
  • add store.get and upload.get to clients (#1178) (d1be42a)
  • add usage/report capability (#1079) (6418b4b)
  • allow invocation configuration to be generated on demand (#1507) (fd74cbb)
  • byo piece hasher (#1323) (fe2e3d5)
  • configure UnixFS encoder (#1509) (1a5e648)
  • dont use ipfs-utils fetch with upload progress by default (#1240) (86aedbc)
  • generate sharded DAG index on client and invoke w index/add (#1451) (a6d9026)
  • make it possible to disable piece hashing (#1351) (adc498d)
  • non-parallel piece hashing and CAR upload (#1305) (7a6385b)
  • remove store protocol (d59ec88)
  • remove store protocol (#13) (0028049)
  • restrict store API to CARs (#1415) (e53aa87)
  • return allocated bytes in store/add receipt (#1213) (5d52e44)
  • router (#11) (c810735)
  • tweak readmes to get release-please to bump major version (#1102) (a411255)
  • upgrade fr32-sha2-256-trunc254-padded-binary-tree-multihash for async hasher (#1044) (22ea6aa)
  • upgrade ucanto/transport to 9.1.0 in all packages to get more verbose errors from HTTP transport on non-ok response (#1312) (d6978d7)
  • upload-api: integrate agent store for idempotence & invocation/receipt persistence (#1444) (c9bf33e)
  • upload-client funcs have options.piece to opt in to piece link calculation (#1220) (c38000e)
  • upload-client uploadDirectory, by default, sorts the provided files by file name to help the user call us in a way that is deterministic and minimizes cost (#1173) (8cd2555)
  • usage/record capability definition (#1562) (98c8a87)

Fixes

  • add missing ContentNotFound definition for filecoin offer failure (c0b97bf)
  • add missing filecoin submit success and failure types (c0b97bf)
  • bind globalThis.fetch to globalThis (#1242) (ef59358)
  • check for blob/accept receipts before blob/add is concluded (#1459) (462518c)
  • cid for filecoin offer must be raw (#1450) (c3dd7b5)
  • client tests (b0d9c3f)
  • fix arethetypesworking errors in all packages (#1004) (2e2936a)
  • floating promises and add no-floating-promises to eslint-config-w3up (#1198) (1b8c5aa)
  • issue where typedoc docs would only show full docs for w3up-client (#1141) (0b8d3f3)
  • memory usage (#1227) (c9e7a49)
  • migrate repo (#1389) (475a287)
  • missing typesVersions for fetch-with-upload-progress export (b2f4508)
  • package metadata (#1161) (b8a1cc2)
  • package.json files excludes 'src' and includes .js and .js.map in dist for packages that now export their module from dist (#1012) (d2537de)
  • point main at files included in the package (#1241) (c0b306d)
  • rename blob and index client capabilities (#1478) (17e3a31)
  • repo URLs (#1550) (e02ddf3)
  • reuse http/put and blob/accept receipts when available (#1495) (416802e)
  • revert "feat: upload-client funcs have options.piece to opt in to piece link calculation (#1220) (#1224) (2f238bf)
  • revert blob add by default (#1456) (b77ec75)
  • stop writing to DUDEWHERE (#1500) (cf0a1d6)
  • tests (b179910)
  • type errors (c0b97bf)
  • update fr32 lib to support wasm import (#1294) (4a00845)
  • upgrade fr32-sha2-256-trunc-254-padded-binary-tree-multihash (#997) (f6828ec)
  • upgrade fr32-sha2-256-trunc-254-padded-binary-tree-multihash to 3.1.1. (#1223) (0801d90)
  • upgrade ucanto libs and format filecoin api (#1359) (87ca098)
  • upload API test fixes (6b0d72d)
  • upload client does not need cors mode on presigned url put (#1295) (ef70a2b)
  • upload client export blob (#1454) (5e55900)
  • upload client should perform filecoin offer (#1333) (466e3f7)

Other Changes


This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant