Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Releases: web3-storage/w3up-cli

v1.3.1

16 Sep 04:12
bb9708f
Compare
Choose a tag to compare

1.3.1 (2022-09-16)

Bug Fixes

v1.3.0

16 Sep 00:17
08b9567
Compare
Choose a tag to compare

1.3.0 (2022-09-16)

Bug Fixes

  • Clean up type errors. (10397b1)
  • Fix import path. (c80c26f)
  • Fix stream iterator for upload-cars command, add more prettier config. (bae6e79)
  • restore 2GB limit for now. (1babd33)

Features

  • Cleanup iterators, use stream-to-it. (f0fb4aa)
  • Misc cleanup, switch to using async iterators and streams. (06c4f4b)

v1.1.0

15 Sep 22:48
990d19e
Compare
Choose a tag to compare

1.1.0 (2022-09-15)

Features

  • Make whoami print both keys. (2b4ce04)

v1.0.0

15 Sep 22:39
Compare
Choose a tag to compare

1.0.0 (2022-09-15)

Bug Fixes

  • check uploads are indeed a car (ba1e957)
  • filename now fileName (5cb05ed)
  • Fix issue with binary to binary encoding when writing bytes to car. (751dcf9), closes #55
  • Fix issue with bytes passed to client, add ability to use env file. (5a26195)
  • fix some issues around max car size when uploading, improve error output. (2a9f14d)
  • Fix typo. (9183c9d)
  • import and export were backwards in the readme (2a115cc)
  • make readme commands the same (bd17ff9)
  • repair yarn typecheck references (390e98c)

Features

  • Add ability to 'reset' local settings/key. (1605e5e)
  • Add ability to specify file to export to, and import form, cleanup. (7581ba1)
  • Add output of v0 cid on list of blocks in car. (1add5c9)
  • adds quickstart if needed (4fbe91e)
  • adds settings commands (8c393f0)
  • adds uuid to link items in upload-session (b0ca2fe)
  • backpressure work on the batch uploader (07be94d)
  • Break out generate car a bit to allow auto-generation when trying to upload a dir/file directly. (8479861)
  • change metadata to nonfile, make work with single input, and write to given output path. (ac36bc1)
  • clean registration, ensure fully functional, bump client version. (989a36d)
  • cleanup id output to clarify existing vs generating a new one. (b00f87f)
  • copy dagula and add tree output for inspecting car. (41ac9b5)
  • First pass on building car with metadata. (8722ca4)
  • Get chunking of any size working, lots of random fixes, generate car with carCID instead of dagpb. (d69a9b6)
  • improved command interface (86224e2)
  • integrate w3 access. (815b1fe)
  • List content roots after car generation. (1ada33b)
  • misc cleanup, improve error logging. (3cbcc79)
  • more mass-uploader progress (be7a008)
  • more registration information (dd62116)
  • progress on bulk car upload (f51689d)
  • recursivea walk, filter non-cars (1526d5a)
  • setup base for building car from dir, file, setup base for 'car to dot' for info (ab8b856)
  • start connection pool pattern for uploader (daad655)
  • start on car chunking, break car on buffer capacity, write each to disk. (80d1f06)
  • unlink/remove alias (d3a67f6)