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 #9

Conversation

github-actions[bot]
Copy link

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

🤖 I have created a release beep boop

1.0.0 (2024-11-01)

⚠ 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
  • Returning the size means that we need to fetch the stored item beforehand, and if it does not exist throw a StoreItemNotFound error. This is a change from the current behaviour which returns successfully even if the item is not present in the space.

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 size to store/remove receipt (#969) (d2100eb)
  • 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)
  • restrict store API to CARs (#1415) (e53aa87)
  • return allocated bytes in store/add receipt (#1213) (5d52e44)
  • 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)
  • do not log warning on failed retry (#976) (25b51ce)
  • 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)
  • 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 to latest ts (#962) (711e3f7)
  • upgrade ucanto libs and format filecoin api (#1359) (87ca098)
  • 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.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--upload-client branch 3 times, most recently from 36868dc to 3540162 Compare November 5, 2024 11:00
@github-actions github-actions bot force-pushed the release-please--branches--main--components--upload-client branch from 3540162 to 42633e2 Compare November 5, 2024 11:06
@alanshaw alanshaw closed this Nov 5, 2024
@alanshaw alanshaw deleted the release-please--branches--main--components--upload-client branch November 5, 2024 11:15
fforbeck pushed a commit that referenced this pull request Feb 5, 2025
🤖 I have created a release *beep* *boop*
---


##
[1.1.0](storacha/console@w3up-website-v1.0.0...w3up-website-v1.1.0)
(2023-11-06)


### Features

* add space route
([#10](storacha/console#10))
([eeb11c6](storacha/console@eeb11c6))
* first pass at a plans page
([#8](storacha/console#8))
([fdcebde](storacha/console@fdcebde))
* fix SpaceFinder and improve nav
([#16](storacha/console#16))
([94bcfe4](storacha/console@94bcfe4))
* gate access to the site on having a Stripe plan
([#15](storacha/console#15))
([8ddf093](storacha/console@8ddf093))
* nice button group, space list, and space create explainer
([#14](storacha/console#14))
([9755f89](storacha/console@9755f89))
* tweaks to plans to make more lovely
([#9](storacha/console#9))
([46d930c](storacha/console@46d930c))


### Bug Fixes

* get W3UP_PROVIDER set properly
([f65ebb9](storacha/console@f65ebb9))
* iron out a few styling kinks
([#5](storacha/console#5))
([8d0b37a](storacha/console@8d0b37a))
* make loader less ugly
([bfa55ca](storacha/console@bfa55ca))
* package.json uses next ^13.5.4 not latest
([#12](storacha/console#12))
([056debe](storacha/console@056debe))
* tailwind to check entire src tree for clases
([#7](storacha/console#7))
([dcc5de1](storacha/console@dcc5de1))
* type issues
([f47b9bc](storacha/console@f47b9bc))
* update dependencies
([7fd007d](storacha/console@7fd007d))


### Other Changes

* add documentation for running against a development service
([#11](storacha/console#11))
([8f31e35](storacha/console@8f31e35))
* fix deps
([fa59625](storacha/console@fa59625))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Goering <171782+gobengo@users.noreply.github.com>
fforbeck pushed a commit that referenced this pull request Feb 5, 2025
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2023-11-29)


### Features

* add logout page
([#42](storacha/console#42))
([654453d](storacha/console@654453d))
* add placeholder for storage providers
([48716a6](storacha/console@48716a6))
* add space route
([#10](storacha/console#10))
([eeb11c6](storacha/console@eeb11c6))
* add stripe pricing table config
([#41](storacha/console#41))
([f9c772e](storacha/console@f9c772e))
* add test command
([7c9f41a](storacha/console@7c9f41a))
* first pass at a plans page
([#8](storacha/console#8))
([fdcebde](storacha/console@fdcebde))
* fix SpaceFinder and improve nav
([#16](storacha/console#16))
([94bcfe4](storacha/console@94bcfe4))
* gate access to the site on having a Stripe plan
([#15](storacha/console#15))
([8ddf093](storacha/console@8ddf093))
* get .github set up
([b6f0a9a](storacha/console@b6f0a9a))
* nice button group, space list, and space create explainer
([#14](storacha/console#14))
([9755f89](storacha/console@9755f89))
* plan gate styles
([#40](storacha/console#40))
([88823ca](storacha/console@88823ca))
* tweaks to plans to make more lovely
([#9](storacha/console#9))
([46d930c](storacha/console@46d930c))
* usage bar ([#39](storacha/console#39))
([9db653c](storacha/console@9db653c))
* use new w3ui
([#48](storacha/console#48))
([4430db3](storacha/console@4430db3))


### Bug Fixes

* add necessary cloudflare deploy config
([07047e2](storacha/console@07047e2))
* avoid janky re-renders when navigating from /
([#44](storacha/console#44))
([1b428c4](storacha/console@1b428c4))
* get W3UP_PROVIDER set properly
([f65ebb9](storacha/console@f65ebb9))
* iron out a few styling kinks
([#5](storacha/console#5))
([8d0b37a](storacha/console@8d0b37a))
* links
([f66dd6d](storacha/console@f66dd6d))
* lint
([525e74e](storacha/console@525e74e))
* make loader less ugly
([bfa55ca](storacha/console@bfa55ca))
* make the website work
([a19e540](storacha/console@a19e540))
* package.json uses next ^13.5.4 not latest
([#12](storacha/console#12))
([056debe](storacha/console@056debe))
* remove console.log
([9d27917](storacha/console@9d27917))
* remove project I accidentally checked in
([6c6b0ea](storacha/console@6c6b0ea))
* tailwind to check entire src tree for clases
([#7](storacha/console#7))
([dcc5de1](storacha/console@dcc5de1))
* type issues
([f47b9bc](storacha/console@f47b9bc))
* update dependencies
([7fd007d](storacha/console@7fd007d))
* use the correct build command
([e08304e](storacha/console@e08304e))


### Other Changes

* add documentation for running against a development service
([#11](storacha/console#11))
([8f31e35](storacha/console@8f31e35))
* add line to README to trigger/test a new release
([#28](storacha/console#28))
([0e18073](storacha/console@0e18073))
* add line to README.md to trigger deploy
([df63608](storacha/console@df63608))
* fix deps
([fa59625](storacha/console@fa59625))
* fix prod env url to be console.web3.storage
([#34](storacha/console#34))
([aadb538](storacha/console@aadb538))
* **main:** release w3up-website 1.0.0
([38415af](storacha/console@38415af))
* **main:** release w3up-website 1.1.0
([#4](storacha/console#4))
([aa11eb6](storacha/console@aa11eb6))
* **main:** release w3up-website 1.1.1
([#29](storacha/console#29))
([86ee1e8](storacha/console@86ee1e8))
* **main:** release w3up-website 1.1.2
([#32](storacha/console#32))
([ff91a3b](storacha/console@ff91a3b))
* **main:** release w3up-website 1.2.0
([#36](storacha/console#36))
([ab4bdb9](storacha/console@ab4bdb9))
* update `.env.tpl` to sensible defaults for local dev
([#43](storacha/console#43))
([2865d06](storacha/console@2865d06))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant