Skip to content

Commit

Permalink
chore(main): release filecoin-api 4.3.1 (storacha#1205)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.3.1](storacha/w3up@filecoin-api-v4.3.0...filecoin-api-v4.3.1)
(2024-01-15)


### ⚠ BREAKING CHANGES

* return allocated bytes in `store/add` receipt
([storacha#1213](storacha#1213))

### Features

* return allocated bytes in `store/add` receipt
([storacha#1213](storacha#1213))
([5d52e44](storacha@5d52e44))
* 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
([storacha#1173](storacha#1173))
([8cd2555](storacha@8cd2555))


### Fixes

* avoid duplicates on aggregator buffer concat
([storacha#1259](storacha#1259))
([9e64bab](storacha@9e64bab))

---
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: Vasco Santos <[email protected]>
  • Loading branch information
it-dag-house and vasco-santos authored Jan 15, 2024
1 parent 9e64bab commit 7f42f39
Show file tree
Hide file tree
Showing 3 changed files with 9 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
@@ -1,6 +1,6 @@
{
"packages/access-client": "18.1.0",
"packages/filecoin-api": "4.3.0",
"packages/filecoin-api": "4.3.1",
"packages/filecoin-client": "3.2.0",
"packages/capabilities": "13.0.0",
"packages/upload-api": "8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/filecoin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.3.1](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.3.0...filecoin-api-v4.3.1) (2024-01-15)


### Fixes

* avoid duplicates on aggregator buffer concat ([#1259](https://github.com/web3-storage/w3up/issues/1259)) ([9e64bab](https://github.com/web3-storage/w3up/commit/9e64babe93edeb474fc740d9be74c709d47bed1a))

## [4.3.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.2.0...filecoin-api-v4.3.0) (2023-11-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/filecoin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/filecoin-api",
"version": "4.3.0",
"version": "4.3.1",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://web3.storage",
Expand Down

0 comments on commit 7f42f39

Please sign in to comment.