Skip to content

Commit

Permalink
chore(main): release filecoin-client 1.0.0 (#91)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 1.0.0 (2024-12-02)


### Features

* filecoin info
([storacha#1091](https://github.com/storacha/upload-service/issues/1091))
([adb2442](adb2442))
* move aggregate information out of deals in filecoin/info
([storacha#1192](https://github.com/storacha/upload-service/issues/1192))
([18dc590](18dc590))
* router ([#11](#11))
([c810735](c810735))
* upgrade ucanto/transport to 9.1.0 in all packages to get more verbose
errors from HTTP transport on non-ok response
([storacha#1312](https://github.com/storacha/upload-service/issues/1312))
([d6978d7](d6978d7))


### Fixes

* filecoin test use blob
([storacha#1422](https://github.com/storacha/upload-service/issues/1422))
([359c0b7](359c0b7))
* issue where typedoc docs would only show full docs for w3up-client
([storacha#1141](https://github.com/storacha/upload-service/issues/1141))
([0b8d3f3](0b8d3f3))
* migrate repo
([storacha#1389](https://github.com/storacha/upload-service/issues/1389))
([475a287](475a287))
* package metadata
([storacha#1161](https://github.com/storacha/upload-service/issues/1161))
([b8a1cc2](b8a1cc2))
* receipt chain has wrong CID because no expiration is set
([storacha#1060](https://github.com/storacha/upload-service/issues/1060))
([dfb46d8](dfb46d8))
* repo URLs
([storacha#1550](https://github.com/storacha/upload-service/issues/1550))
([e02ddf3](e02ddf3))
* upgrade filecoin client deal tracker principal
([storacha#1092](https://github.com/storacha/upload-service/issues/1092))
([cde7113](cde7113))
* upgrade ucanto core
([storacha#1127](https://github.com/storacha/upload-service/issues/1127))
([5ce4d22](5ce4d22))
* upgrade ucanto libs and format filecoin api
([storacha#1359](https://github.com/storacha/upload-service/issues/1359))
([87ca098](87ca098))
* upload API test fixes
([6b0d72d](6b0d72d))


### Other Changes

* Add `pnpm dev` to watch-build all packages
([storacha#1533](https://github.com/storacha/upload-service/issues/1533))
([07970ef](07970ef))
* **main:** release filecoin-client 3.0.1
([storacha#1062](https://github.com/storacha/upload-service/issues/1062))
([63b85a8](63b85a8))
* **main:** release filecoin-client 3.0.2
([storacha#1093](https://github.com/storacha/upload-service/issues/1093))
([7896e73](7896e73))
* **main:** release filecoin-client 3.1.0
([storacha#1097](https://github.com/storacha/upload-service/issues/1097))
([2cbc76d](2cbc76d))
* **main:** release filecoin-client 3.1.1
([storacha#1130](https://github.com/storacha/upload-service/issues/1130))
([afd9306](afd9306))
* **main:** release filecoin-client 3.1.2
([storacha#1146](https://github.com/storacha/upload-service/issues/1146))
([824b29d](824b29d))
* **main:** release filecoin-client 3.1.3
([storacha#1162](https://github.com/storacha/upload-service/issues/1162))
([26fde82](26fde82))
* **main:** release filecoin-client 3.2.0
([storacha#1197](https://github.com/storacha/upload-service/issues/1197))
([85e4b87](85e4b87))
* **main:** release filecoin-client 3.3.0
([storacha#1317](https://github.com/storacha/upload-service/issues/1317))
([08a8bab](08a8bab))
* **main:** release filecoin-client 3.3.1
([storacha#1361](https://github.com/storacha/upload-service/issues/1361))
([1c95471](1c95471))
* **main:** release filecoin-client 3.3.2
([storacha#1397](https://github.com/storacha/upload-service/issues/1397))
([37f1ffd](37f1ffd))
* **main:** release filecoin-client 3.3.3
([storacha#1423](https://github.com/storacha/upload-service/issues/1423))
([6af72b0](6af72b0))
* **main:** release filecoin-client 3.3.4
([storacha#1539](https://github.com/storacha/upload-service/issues/1539))
([a3af226](a3af226))
* package renames
([0f797ed](0f797ed))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
Peeja authored Dec 2, 2024
2 parents 4e2de50 + 633d93b commit cb784be
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/blob-index": "0.0.0",
"packages/cli": "1.0.1",
"packages/filecoin-api": "1.0.0",
"packages/filecoin-client": "0.0.0",
"packages/filecoin-client": "1.0.0",
"packages/capabilities": "1.1.1",
"packages/upload-api": "1.1.7",
"packages/upload-client": "1.0.1",
Expand Down
40 changes: 40 additions & 0 deletions packages/filecoin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Changelog

## 1.0.0 (2024-12-02)


### Features

* filecoin info ([#1091](https://github.com/storacha/upload-service/issues/1091)) ([adb2442](https://github.com/storacha/upload-service/commit/adb24424d1faf50daf2339b77c22fdd44faa236a))
* move aggregate information out of deals in filecoin/info ([#1192](https://github.com/storacha/upload-service/issues/1192)) ([18dc590](https://github.com/storacha/upload-service/commit/18dc590ad50a023ef3094bfc1a2d729459e5d68e))
* router ([#11](https://github.com/storacha/upload-service/issues/11)) ([c810735](https://github.com/storacha/upload-service/commit/c8107354da663120228f779814eafa0c9a3e80a2))
* upgrade ucanto/transport to 9.1.0 in all packages to get more verbose errors from HTTP transport on non-ok response ([#1312](https://github.com/storacha/upload-service/issues/1312)) ([d6978d7](https://github.com/storacha/upload-service/commit/d6978d7ab299be76987c6533d18e6857f6998fe6))


### Fixes

* filecoin test use blob ([#1422](https://github.com/storacha/upload-service/issues/1422)) ([359c0b7](https://github.com/storacha/upload-service/commit/359c0b736cad8e4375d75af4f60e97e20057e7aa))
* issue where typedoc docs would only show full docs for w3up-client ([#1141](https://github.com/storacha/upload-service/issues/1141)) ([0b8d3f3](https://github.com/storacha/upload-service/commit/0b8d3f3b52918b1b4d3b76ea6fea3fb0c837cd73))
* migrate repo ([#1389](https://github.com/storacha/upload-service/issues/1389)) ([475a287](https://github.com/storacha/upload-service/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2))
* package metadata ([#1161](https://github.com/storacha/upload-service/issues/1161)) ([b8a1cc2](https://github.com/storacha/upload-service/commit/b8a1cc2e125a91be582998bda295e1ae1caab087))
* repo URLs ([#1550](https://github.com/storacha/upload-service/issues/1550)) ([e02ddf3](https://github.com/storacha/upload-service/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f))
* upgrade filecoin client deal tracker principal ([#1092](https://github.com/storacha/upload-service/issues/1092)) ([cde7113](https://github.com/storacha/upload-service/commit/cde71134ab8fdd4a72e3764da30ae0a414a8690b))
* upgrade ucanto core ([#1127](https://github.com/storacha/upload-service/issues/1127)) ([5ce4d22](https://github.com/storacha/upload-service/commit/5ce4d2292d7e980da4a2ea0f1583f608a81157d2))
* upgrade ucanto libs and format filecoin api ([#1359](https://github.com/storacha/upload-service/issues/1359)) ([87ca098](https://github.com/storacha/upload-service/commit/87ca098186fe204ff3409a2684719f1c54148c97))
* upload API test fixes ([6b0d72d](https://github.com/storacha/upload-service/commit/6b0d72dee3dc9ce5320ad8de333a718d644b5c3d))


### Other Changes

* Add `pnpm dev` to watch-build all packages ([#1533](https://github.com/storacha/upload-service/issues/1533)) ([07970ef](https://github.com/storacha/upload-service/commit/07970efd443149158ebbfb2c4e745b5007eb9407))
* **main:** release filecoin-client 3.0.2 ([#1093](https://github.com/storacha/upload-service/issues/1093)) ([7896e73](https://github.com/storacha/upload-service/commit/7896e73801d2fae29c0288d5e96642f92c64a296))
* **main:** release filecoin-client 3.1.0 ([#1097](https://github.com/storacha/upload-service/issues/1097)) ([2cbc76d](https://github.com/storacha/upload-service/commit/2cbc76d115c706248bec6cb8e66139dd032c28d2))
* **main:** release filecoin-client 3.1.1 ([#1130](https://github.com/storacha/upload-service/issues/1130)) ([afd9306](https://github.com/storacha/upload-service/commit/afd9306f6f2e99e1ef55e186521b4de4e86281b2))
* **main:** release filecoin-client 3.1.2 ([#1146](https://github.com/storacha/upload-service/issues/1146)) ([824b29d](https://github.com/storacha/upload-service/commit/824b29d60db0f19fc539bca96c3adbbcc1343da2))
* **main:** release filecoin-client 3.1.3 ([#1162](https://github.com/storacha/upload-service/issues/1162)) ([26fde82](https://github.com/storacha/upload-service/commit/26fde82e5d742e3f190af4a4929cf07962179273))
* **main:** release filecoin-client 3.2.0 ([#1197](https://github.com/storacha/upload-service/issues/1197)) ([85e4b87](https://github.com/storacha/upload-service/commit/85e4b870bc0313e0e866082e4572d7584164edcf))
* **main:** release filecoin-client 3.3.0 ([#1317](https://github.com/storacha/upload-service/issues/1317)) ([08a8bab](https://github.com/storacha/upload-service/commit/08a8babc3afb0208f4ebac03a99060d0cae279c9))
* **main:** release filecoin-client 3.3.1 ([#1361](https://github.com/storacha/upload-service/issues/1361)) ([1c95471](https://github.com/storacha/upload-service/commit/1c9547196c6a1818f6de9bbec1d17236aacde4b2))
* **main:** release filecoin-client 3.3.2 ([#1397](https://github.com/storacha/upload-service/issues/1397)) ([37f1ffd](https://github.com/storacha/upload-service/commit/37f1ffd638e9498b78bcf444e87182e1599e7b92))
* **main:** release filecoin-client 3.3.3 ([#1423](https://github.com/storacha/upload-service/issues/1423)) ([6af72b0](https://github.com/storacha/upload-service/commit/6af72b0aadc70ab4bed700d7f3df09dc087e75b1))
* **main:** release filecoin-client 3.3.4 ([#1539](https://github.com/storacha/upload-service/issues/1539)) ([a3af226](https://github.com/storacha/upload-service/commit/a3af22678b45365fa951d88d9251bf6e0d0d65b2))
* package renames ([0f797ed](https://github.com/storacha/upload-service/commit/0f797ed298b570dd649aa18055f801b0ab6fbfd8))

## [3.3.4](https://github.com/storacha/w3up/compare/filecoin-client-v3.3.3...filecoin-client-v3.3.4) (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/filecoin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storacha/filecoin-client",
"version": "0.0.0",
"version": "1.0.0",
"description": "The w3filecoin client for storacha.network",
"homepage": "https://storacha.network",
"repository": {
Expand Down

0 comments on commit cb784be

Please sign in to comment.